800 B
800 B
Summary
Related issues
How verified
npx tsc --noEmitis clean- Relevant tests pass (
npm testor a focusednpx vitest run <file>)
Checklist
- Change is focused and scoped to one concern
- Tests added/adjusted for behavior that changed
- New config options reflected in
config.yaml.exampleanddocs/configuration.md - New tools registered in
tools/index.ts+ listed in the relevant Piece + documented indocs/tools/ - DB schema changes have an idempotent migration in
src/db/migrate.ts - Docs updated when behavior or setup changed