Summary
base-demo already follows an issue-first, worktree-based contribution workflow (per AGENTS.md) but doesn't demonstrate the two base v1.7.0 gh subcommands built for exactly that workflow.
Details
- base v1.7.0 added
basectl gh issue readiness (checks issue body sections, labels, assignees, and optional GitHub Project fields before assigning agentic implementation work) and basectl gh branch stale, per base's CHANGELOG.md [1.7.0] section, including stable JSON inspection envelopes for both.
- base-demo's own
AGENTS.md describes exactly the issue-branch-worktree workflow these commands support ("Create or choose a GitHub issue before implementation work," branch naming, worktree-per-PR), but neither command appears in README, docs, or .ai-context/.
Impact
These commands would let base-demo showcase Base's opinionated repo/issue hygiene tooling directly against its own already-documented contribution workflow — a concrete, self-referential demonstration that reinforces trust in the tool.
Suggested fix
Reference basectl gh issue readiness and basectl gh branch stale in AGENTS.md's workflow section and/or add a short example to docs/ or the demo showing them run against a base-demo issue/branch.
Summary
base-demo already follows an issue-first, worktree-based contribution workflow (per AGENTS.md) but doesn't demonstrate the two base v1.7.0
ghsubcommands built for exactly that workflow.Details
basectl gh issue readiness(checks issue body sections, labels, assignees, and optional GitHub Project fields before assigning agentic implementation work) andbasectl gh branch stale, per base'sCHANGELOG.md[1.7.0]section, including stable JSON inspection envelopes for both.AGENTS.mddescribes exactly the issue-branch-worktree workflow these commands support ("Create or choose a GitHub issue before implementation work," branch naming, worktree-per-PR), but neither command appears in README, docs, or.ai-context/.Impact
These commands would let base-demo showcase Base's opinionated repo/issue hygiene tooling directly against its own already-documented contribution workflow — a concrete, self-referential demonstration that reinforces trust in the tool.
Suggested fix
Reference
basectl gh issue readinessandbasectl gh branch stalein AGENTS.md's workflow section and/or add a short example to docs/ or the demo showing them run against a base-demo issue/branch.