feat(sandcastle): implementer + reviewer prompts include fallow audit

This commit is contained in:
2026-05-13 08:53:00 +02:00
parent d34b841256
commit 7ecb365e63
2 changed files with 3 additions and 1 deletions

View File

@@ -41,9 +41,10 @@ pnpm typecheck # TS brand-slot enforcement, 0s
pnpm lint # ESLint rules incl. conformance/* — <1s
pnpm test --filter @repo/<feature> # tests for the feature you touched
pnpm conformance # cross-feature event closure
pnpm fallow:audit # whole-codebase analysis: dead exports, dupes, circular deps, complexity
```
All four pass before you commit. If any fail, fix or report BLOCKED — do not paper over.
All five pass before you commit. If any fail, fix or report BLOCKED — do not paper over.
## Commit message format