Skip to content

Labels

Labels

  • area/build

    Build, CI, lint, type-check, ratchets, tooling (.github/, scripts/)
  • area/cli

    CLI commands and entry points (src/commands/, src/index.ts)
  • area/config

    Per-project canopy config (.canopy/config.yaml, src/config.ts)
  • area/deps

    Dependency updates (Dependabot, bun.lock, package.json)
  • area/docs

    Documentation (README, SPEC, AGENTS.md, docs/)
  • area/emit

    Rendered output emission (cn emit, src/commands/emit.ts)
  • area/render

    Prompt rendering + inheritance resolution (src/render.ts)
  • area/store

    JSONL storage layer + advisory locks (src/store.ts)
  • area/validate

    Schema validation (src/validate.ts)
  • bug

    Something isn't working
  • dependencies

    Pull requests that update a dependency file
  • documentation

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • enhancement

    New feature or request
  • github_actions

    Pull requests that update GitHub Actions code
  • good first issue

    Good entry point for first-time contributors
  • help wanted

    Maintainers welcome external contributions here
  • invalid

    This doesn't seem right
  • javascript

    Pull requests that update javascript code
  • kind/bug

    Defect: existing behaviour is incorrect
  • kind/chore

    Maintenance: tooling, CI, build, internal cleanup
  • kind/docs

    Documentation-only change
  • kind/feature

    New user-facing capability
  • kind/refactor

    Internal restructure without behaviour change
  • kind/security

    Security-sensitive change or vulnerability fix
  • kind/test

    Test coverage: add, fix, or strengthen tests
  • polygraph

  • priority/P0

    Critical: production-impacting or blocking release; drop everything
  • priority/P1

    High: required for the next milestone
  • priority/P2

    Medium: default priority for normal feature work