Skip to content

Labels

Labels

  • Build, CI, lint, type-check, ratchets, tooling (.github/, scripts/)
  • CLI commands and entry points (src/commands/, src/index.ts)
  • Per-project canopy config (.canopy/config.yaml, src/config.ts)
  • Dependency updates (Dependabot, bun.lock, package.json)
  • Documentation (README, SPEC, AGENTS.md, docs/)
  • Rendered output emission (cn emit, src/commands/emit.ts)
  • Prompt rendering + inheritance resolution (src/render.ts)
  • JSONL storage layer + advisory locks (src/store.ts)
  • Schema validation (src/validate.ts)
  • Something isn't working
  • Pull requests that update a dependency file
  • Improvements or additions to documentation
  • This issue or pull request already exists
  • New feature or request
  • Pull requests that update GitHub Actions code
  • Good entry point for first-time contributors
  • Maintainers welcome external contributions here
  • This doesn't seem right
  • Pull requests that update javascript code
  • Defect: existing behaviour is incorrect
  • Maintenance: tooling, CI, build, internal cleanup
  • Documentation-only change
  • New user-facing capability
  • Internal restructure without behaviour change
  • Security-sensitive change or vulnerability fix
  • Test coverage: add, fix, or strengthen tests
  • Critical: production-impacting or blocking release; drop everything
  • High: required for the next milestone
  • Medium: default priority for normal feature work
  • Low: nice-to-have; pick up when capacity allows