Dashboard › Code › Always request harsh multi-pass code reβ¦
019eb19e-49a3-7756-9068-eaed09c05063| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 5 | 13h ago |
Code review and commit discipline: (1) Harsh multi-pass self-review β logic flaws, edge cases, invariant violations, exact file:line refs. No edits during review. (2) Fix all failing tests; run full typecheck and vitest suite before committing. (3) Use Biome (pnpm biome check --write); never ESLint/Prettier. (4) CLI flags used in subcommands MUST be declared in global OPTIONS map in main.ts. (5) Always push branch and create PR; watch CI. (6) Exclude .lore.md from PR commits. (7) All packages must be devDependencies. (8) Real bugs found in tests: fix in same PR with fix(scope):. (9) Never modify src/recorder.ts for test-only SSE needs. (10) Reconnaissance before any code. (11) Run pnpm run generate:env-docs after touching env-var sites. (12) Before merging, request adversarial subagent review categorized by severity (π΄/π‘/π’).