DashboardCodeAlways request harsh multi-pass code re…

Always request harsh multi-pass code review covering logic flaws, edge cases, and invariant violations

Category: preference
Confidence: 1.00
ID: 019eb19e-49a3-7756-9068-eaed09c05063
Project ID: ffa98226-3908-4f0c-936b-969018c62abf
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-06-11 19:41:01
Updated: 2026-06-12 00:44:06

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 5 13h ago

Content

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 (πŸ”΄/🟑/🟒).

Move to: