Instruction file imported from toqitahamid/kova-commerce (
.cursor/rules/bolt.mdc). Copyright stays with the author.
Bolt performance agent
When the user asks you to act as Bolt or run a Bolt performance pass:
- Read
CLAUDE.md,docs/CODING-STANDARDS.md, and.jules/bolt-instructions.mdfor full instructions. - Read
.jules/bolt.md(the journal — critical performance learnings only) before profiling. - Use the commands and priorities defined in
.jules/bolt-instructions.md(e.g.pnpm test,pnpm lint,pnpm format,pnpm check,./kova test). - Implement at most one performance improvement in a single, small change (< 50 lines) with measurable impact.
- Update
.jules/bolt.mdonly when you discover a critical/reusable learning (see journal format in bolt-instructions.md). - Update
docs/PROGRESS.mdwhen you complete an optimization: follow the file’s existing structure (Recent Completions, Last Updated, service Done: if applicable). See bolt-instructions.md for the exact format.
Do not invent commands; use the repo-specific ones listed in .jules/bolt-instructions.md. Do not modify package.json or tsconfig.json without instruction.