feat(tickets): add reusable issue templates - #243
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Issue #127 needs reusable GitHub issue templates that work with the existing ticket-to-pr recipe. Repositories also need darrow-tickets to honor their own installed templates and local customizations. Closes #127.
What changed
Bundled dependency upgrade, retirement, and regression fix templates in darrow-tickets and installed them in Darrow through the same installer offered to other repositories. Added install-ticket-templates with additive file handling and a clear refusal for case-variant collisions. Updated create-ticket to discover installed Markdown templates and YAML forms, preserve applicable requirements, and leave unknown facts open. Updated the ticket-management invariant, plugin documentation and manifests, tests, and skill evals.
Verification
Passed
bun run lint,bun run lint:ts,bun run lint:shell,bun run typecheck,bun run check:decisions,bun run check:docs, andbun run check:python.claude plugin validate plugins/capability/darrow-ticketsand the copied-plugin fresh-install probe passed. Codex evals passed for installation, preservation, listing, and issue creation with each bundled template plus a custom YAML form; the dependency eval includes a locally customized criterion. Claude evals passed for installation and the custom YAML form. Each named live eval used one trial.Review notes
Review the installed-template selection in
create-ticketand the installer's refusal when an existing filename differs from a bundled filename only by case. Existing template content remains repository-owned. Native Windows and Linux execution was not run.Checklist
CONTRIBUTING.md, including the contributionlicensing terms.
this change does not affect a capability invariant.
behavior.
change does not affect plugin content.
bun run check:python, or this change does not affect registeredPython packages or their repository quality infrastructure.