What
cursor-rules-init ships overlays for several stacks already (Next,
React, Astro, Python, Node). We want one for Bun + Hono because
that combo is exploding in popularity and most LLMs default to Express
patterns.
Sketch
Add stacks/bun-hono.md with rules covering:
- Use
Bun.serve / Hono patterns, not Express
- Use
bun:test, not Jest
- Use
Bun.file, Bun.write, not fs.promises
- Hono middleware composition rules
- TypeScript-first, no
require
Wire it through the CLI so npx cursor-rules-init bun-hono produces
a .cursor/rules/bun-hono.md file.
Acceptance
- New stack file
- CLI accepts
bun-hono
- README updated
npm test passes
Estimate
~1 hour.
What
cursor-rules-initships overlays for several stacks already (Next,React, Astro, Python, Node). We want one for Bun + Hono because
that combo is exploding in popularity and most LLMs default to Express
patterns.
Sketch
Add
stacks/bun-hono.mdwith rules covering:Bun.serve/Honopatterns, not Expressbun:test, not JestBun.file,Bun.write, notfs.promisesrequireWire it through the CLI so
npx cursor-rules-init bun-honoproducesa
.cursor/rules/bun-hono.mdfile.Acceptance
bun-hononpm testpassesEstimate
~1 hour.