v0.3.0 #81
gringolito
announced in
Announcements
v0.3.0
#81
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
Bug fixes
/execute-backlog-item(Fix gh project item-list truncation: missing --limit causes silent candidate drops #76, P0) —gh project item-listsilently capped results at 30 items, causing the wrong item to be selected when the top candidate was ranked ≥31. All commands that callitem-listnow use--limit 200and targeted--queryfilters./initialize-backlog(Fix initialize-backlog: remove title field from backlog-item issue template #67, P1) — the generatedbacklog-item.ymlfailed GitHub's Issue Forms validation due to a straytitlefield. Removed.New features
/setup-permissions(Add /setup-permissions command and userConfig to streamline first-run permission setup #40) — first-run command that writes thegh/gitallowlist block into your Claude Code settings file. Paired with a newuserConfig.permission_modefield inplugin.jsonthat prompts for your preference at install time (yolo/safe/off).ghauth is missing scopes or if no Backlog project is linked — before any command fails mid-run./plan-releasere-planning mode (Expand /plan-release to support interactive release re-planning mode #20) — pass an existing open milestone as argument to enter interactive re-planning: move unassigned items in, carry items out, or adjust the due date without losing milestone history./backlog-health(Add /backlog-health command — strategic portfolio health report #21) — read-only strategic portfolio health report: distribution by type/priority/effort, age cohorts, overdue P0/P1 items, stale In-Progress, and metadata debt. Useful for leadership updates and retrospectives.SKILL.mdpromoted toskills/github-backlog-management/SKILL.md. Plugin-installed users now get a router-level skill Claude can dispatch without knowing individual command names.Developer experience
$schemaadded,keywordsexpanded, redundantcommandsfield dropped (Tighten plugin.json and marketplace.json ($schema, keywords, drop redundant commands field) #31)plugin.jsonon every PR, blocking merge on validation failure (Add CI workflow to validate plugin manifest on every PR #33)CLAUDE.mddocuments theplugin.json:versioncache-key policy — version bumps happen at release closure only, never in feature PRs (Document plugin.json:version cache-key behavior in CLAUDE.md #32)What's Changed
Full Changelog: v0.2.0...v0.3.0
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions