Skip to content

release: v1.76.0 — native /goal wrapper + CC v2.1.150 adoption + ROADMAP cleanup - #352

Merged
BaseInfinity merged 3 commits into
mainfrom
release/v1.76.0
May 24, 2026
Merged

release: v1.76.0 — native /goal wrapper + CC v2.1.150 adoption + ROADMAP cleanup#352
BaseInfinity merged 3 commits into
mainfrom
release/v1.76.0

Conversation

@BaseInfinity

Copy link
Copy Markdown
Owner

Summary

Versioned cut of the 5 commits since v1.75.1. Trusted Publishing (OIDC) handles the npm publish on tag push — no token to rotate.

What ships in v1.76.0

# Headline
1 Native `/goal` wrapper in /sdlc skill (closes #347). Pre-flight + condition-writing + compose-with-hooks + resume caveat + anti-pattern callout. Quality test gates the 5 elements.
2 CC v2.1.139 → v2.1.150 feature adoption in wizard doc: `/code-review --comment`, `/usage` per-category, `/context all` per-skill.
3 `Claude Code Recommended` row at v2.1.150+ in SDLC.md (Minimum unchanged at v2.1.111+ — no back-compat break).
4 ROADMAP cleanup with demand-signal-first gate (PR #349). 4 excise, 4 kill.
5 #347 corrected (native /goal exists) + #350 added (cadence-gap roadmap entry).

Sequence after merge

  1. `git tag v1.76.0 main`
  2. `git push origin v1.76.0`
  3. `release.yml` fires → npm publish via Trusted Publishing → GitHub Release page auto-created
  4. Verify: `npm view agentic-sdlc-wizard version` reports `1.76.0`

Test plan

  • `bash tests/test-doc-consistency.sh` green (40/40)
  • `bash tests/test-version-logic.sh` green
  • `bash tests/test-plugin.sh` green (25/25)
  • `bash tests/test-cli.sh` green (88/88)
  • CI `validate` green on this PR
  • Post-merge: npm shows 1.76.0 + GH Release page exists + Publisher field = "GitHub Actions" (proves OIDC, not token)

…n + ROADMAP cleanup

Versioned cut of 5 commits since v1.75.1. Headline: native /goal wrapper
in /sdlc skill closes #347; full CC v2.1.119 → v2.1.150 feature inventory
done with HIGH-relevance docs adopted; ROADMAP cleaned with new
demand-signal-first entry gate (4 excise, 4 kill); #347 corrected from
wrong 'no native primitive' research; #350 added to capture the cadence
gap that let /goal slip 5 weeks.

Full notes in CHANGELOG.md [1.76.0].

Trusted Publishing (OIDC) is the release channel — release.yml fires on
tag push, npm publish runs as the workflow identity, no token to rotate.
…emplate

CI caught a missed version-bump in the SDLC.md example template inside
CLAUDE_CODE_SDLC_WIZARD.md (line 2984). tests/test-hooks.sh's
test_sdlc_version_matches_wizard greps both files for the meta-comment
and asserts they agree; the v1.76.0 cut updated SDLC.md itself but
not the wizard doc's embedded template.

Self-review lesson: when version-bumping, grep for ALL SDLC Wizard
Version meta-comments across the repo, not just the canonical SDLC.md.
…entries to stay under #236 5K cap

CI caught stale 'Latest: 1.75.1' example in skills/update/SKILL.md
which is grep-tested. Added new [1.76.0] entry summarizing this release.
Tightened the [1.74.0] and [1.73.0] entries to compensate so the skill
stays under the #236 5K-token bloat threshold (now 4989/5000).
@BaseInfinity
BaseInfinity merged commit be4a849 into main May 24, 2026
3 checks passed
@BaseInfinity
BaseInfinity deleted the release/v1.76.0 branch May 24, 2026 23:42
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.

Research Claude equivalent for goal-mode checkpoint workflow

1 participant