Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 995 Bytes

File metadata and controls

23 lines (13 loc) · 995 Bytes

Issues

Use GitHub Issues for bug reports.

Discussions

Use GitHub Discussions for feature requests and ideas.

As an early stage product, we prioritize easy wins (clear benefits, minimal costs, no ongoing maintenance burden) and high-leverage features (broad user impact, foundational improvements that enable future work).

We use Discussions to gather community feedback and gauge interest without cluttering the issue tracker. If a feature in Discussions is selected for development, we will open an Issue to track it.

Pull Requests

Don't create PRs unless explicitly requested. Open an issue first.

Exception: Simple bug fixes (one file, obvious correctness, no architectural decisions) can be submitted directly.

Engineering Principles

  • Keep it simple — every addition must justify its weight
  • Don't over-engineer — solve the problem at hand, not hypothetical future ones
  • Don't abstract prematurely — don't abstract until patterns are proven stable