roadmap: close #232 + #205 phase (a)+(c) + dedupe #90 — paperwork-only - #289
Merged
Conversation
Three items quietly shipped pre-2026-04-29 but never had ROADMAP marked done: - #232 (`/update-wizard` CLI freshness mimicking `claude update`): shipped v1.40.0. skills/update/SKILL.md Step 1.5 detects installed CLI version (npm ls -g + npx cache, semver-aware), compares to registry.npmjs.org, surfaces 3 upgrade options (refresh cache / one-shot init --force / skip), honors check-only precedence. 8 tests in test-update-skill-cli-version.sh. - #205 phases (a)+(c) (AGENTS.md interop): shipped v1.42.0. setup skill Step 4.5 detects AGENTS.md and offers dual-maintain / merge / skip. Phases (b) auto-generate-AGENTS.md and (d) drift-test remain deferred ("agent-agnostic SDLC is on the back burner"). - #90 (Distribution Channels): duplicate entry — already marked DONE at line 196 of ROADMAP. Removed the duplicate at line 239. No code changes — ROADMAP-only.
BaseInfinity
added a commit
that referenced
this pull request
May 5, 2026
#289) Three items quietly shipped pre-2026-04-29 but never had ROADMAP marked done: - #232 (`/update-wizard` CLI freshness mimicking `claude update`): shipped v1.40.0. skills/update/SKILL.md Step 1.5 detects installed CLI version (npm ls -g + npx cache, semver-aware), compares to registry.npmjs.org, surfaces 3 upgrade options (refresh cache / one-shot init --force / skip), honors check-only precedence. 8 tests in test-update-skill-cli-version.sh. - #205 phases (a)+(c) (AGENTS.md interop): shipped v1.42.0. setup skill Step 4.5 detects AGENTS.md and offers dual-maintain / merge / skip. Phases (b) auto-generate-AGENTS.md and (d) drift-test remain deferred ("agent-agnostic SDLC is on the back burner"). - #90 (Distribution Channels): duplicate entry — already marked DONE at line 196 of ROADMAP. Removed the duplicate at line 239. No code changes — ROADMAP-only.
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.
Summary
Three items quietly shipped before this week but never had ROADMAP marked done:
docs(#212): teach /sdlc about advisory-only E2E #232 (
/update-wizardCLI freshness mimickingclaude update) — shipped v1.40.0.skills/update/SKILL.mdStep 1.5 detects installed CLI vianpm ls -g+ npx cache (semver-aware compare), checksregistry.npmjs.org, surfaces 3 upgrade options. 8 tests intest-update-skill-cli-version.sh.feat(hooks): PreCompact seam gate — block mid-cycle manual /compact (#208) #205 phase (a)+(c) (AGENTS.md interop) — shipped v1.42.0. Setup skill Step 4.5 detects
AGENTS.mdand offers dual-maintain / merge / skip. Phases (b) auto-generate-AGENTS.md and (d) drift-consistency test remain deferred per the original spec ("agent-agnostic SDLC is on the back burner").feat: add optional cross-model review loop #90 (Distribution Channels Sprint) — duplicate ROADMAP entry. Already marked ✅ DONE at line 196 (6 channels: npm, plugin, install.sh, Homebrew tap, gh extension, GitHub Releases). Dropping the orphan duplicate at line 239.
Test plan