Skip to content

Release v3.5.0#58

Merged
atomantic merged 2 commits into
releasefrom
main
Jun 3, 2026
Merged

Release v3.5.0#58
atomantic merged 2 commits into
releasefrom
main

Conversation

@atomantic
Copy link
Copy Markdown
Owner

Release v3.5.0

Adds an opt-in --issues mode that tracks the plan in the GitHub/GitLab issue tracker instead of PLAN.md, consistently across every command that records plan items.

Added

  • /do:replan --issues — runs the full audit/triage/prune lifecycle against labeled issues (default label plan, --issues-label <name> to override): closes done/stale issues with an evidence comment, files issues for opportunities, comments + drift-labels regressions. Always reads PLAN.md when present, migrates every open item out to the tracker (resolving open questions first so each filed issue is actionable), and empties PLAN.md to a note pointing at the Issues page — so it stops churning and causing merge conflicts. Issue number is the stable ID.
  • Cross-command --issues/do:better, /do:better-swift, /do:depfree file deferred findings as labeled issues instead of a PLAN.md audit section; /do:review and /do:rpr file a deferred finding as an issue. Shared via lib/plan-issue-mode.md.

Test plan

Full Diff: v3.4.3...v3.5.0

atomantic and others added 2 commits June 2, 2026 17:11
…PLAN.md (#57)

/do:replan --issues runs the full audit/triage/prune lifecycle against
labeled issues. It always reads PLAN.md when present, migrates every open
item out to the tracker (resolving open questions first so each filed issue
is actionable), and empties PLAN.md to a note pointing at the Issues page —
so PLAN.md stops churning and causing merge conflicts while work happens on
issues. The issue number is the stable ID (cos/<task>/issue-<n>/<agent>).

A shared lib/plan-issue-mode.md partial extends the flag to every command
that records plan items: do:better, do:better-swift, and do:depfree file
deferred findings as labeled issues instead of a PLAN.md audit section, and
do:review/do:rpr file deferred findings as issues — so a repo can adopt
issue-tracking consistently. Registers the new lib in the install/uninstall
allowlists.
@atomantic atomantic merged commit cf336cd into release Jun 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant