mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-14 09:56:44 +00:00
The Ultragoal now has an explicit repository-operations gate so final completion cannot rely only on roadmap implementation while correct PRs or resolvable issues remain unhandled. Constraint: The user explicitly added that all PRs should be merged and all issues resolved when they are correct and resolvable. Rejected: Treating the existing roadmap board as sufficient | it did not require per-PR and per-issue final triage evidence. Confidence: high Scope-risk: narrow Directive: Refresh GitHub PR and issue snapshots at the final gate; do not merge unsafe or incorrect PRs merely to reduce counts. Tested: gh auth status; gh pr list --state open --limit 200 captured 50 records; gh issue list --state open --limit 1000 captured 1000 records. Not-tested: Full PR/issue triage is deferred to the dedicated gate and later streams. Co-authored-by: OmX <omx@oh-my-codex.dev>