Skip to content

enhancement: add stack overlay for Bun + Hono #1

@depmedicdev-byte

Description

@depmedicdev-byte

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions