chore: pull in claude-agentic-framework v5.0.0 - #55
Merged
Conversation
Sync .claude/ to upstream v5.0.0 (from v3.1.0), preserving the Bidwell-customized rules/tech-strategy.md: - Enforcing quality-gate hooks: gate-lib.sh detection, blocking pre-commit verification, default-on TaskCompleted gate, stop-validator - New skills: tailor, land-the-plane, dependency-upgrade, review-steering, postmortem, planning-artifacts (consolidates pr-faq/prd/roadmap); six library skills retired per upstream evals - New scoped rule hooks-conventions.md; correction-capture convention; security.md rung-tagged checklist + prompt-injection section - Stack-pack templates (ts/python/go/rust); settings.json registers Stop + TaskCompleted hooks Add "typecheck" npm alias: v5 gate detection matches this repo's "type-check" script but invokes "npm run typecheck"; without the alias every commit and task completion would fail the typecheck gate. Bump framework version references in CLAUDE.md, AGENTS.md, README.md; apply upstream AGENTS.md changes (trunk-based PR rule); add /tailor and /land-the-plane to the commands table. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Update the public framework page to v5.0.0 reality: 12 commands (+/tailor, /land-the-plane), 21 skills (9 library + 12 workflow), enforcing safety hooks, and an updated enforcement-ladder rung 3. Add a "New in v5" section covering the headline changes: blocking pre-commit gates with tree-hash-bound evidence stamps, gated task completions with honest timeouts, and stack packs + /tailor. Point the install section at /tailor as the first post-install step; bump the dogfooding version line. Test assertions updated to match. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
🔍 Preview Build ReadyBuild Status: ✅ Success 📦 Preview artifact uploaded - check the Actions tab to download.
|
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
Aligns the repo to claude-agentic-framework v5.0.0 (from v3.1.0, crossing v4.0.0) and refreshes the public experiments page that describes the framework.
Framework sync (
.claude/, 94 files)gate-lib.shdetection, blocking pre-commit verification (tree-hash-bound evidence stamp), default-onTaskCompletedgate,Stopvalidator. For this repo the detected gates arelint,test,typecheck,biome.tailor,land-the-plane,dependency-upgrade,review-steering,postmortem,planning-artifacts; six library skills retired per upstream base-model evals. Catalog is now 21 skills (9 library + 12 workflow).hooks-conventions.md; correction-capture convention; security checklist rung-tagged + prompt-injection section.rules/tech-strategy.mdis preserved (upstream's copy is unchanged since v3.1.0, so no conflict).Repo adjustments
package.json: added atypecheckalias — v5's gate detection matches this repo'stype-checkscript but invokesnpm run typecheck; without the alias every commit/task completion would fail that gate. (Upstream bug; worth a fix in the framework repo.)CLAUDE.md/AGENTS.md/README.md: version bumps, upstream AGENTS.md hunks (trunk-based PR rule),/tailor+/land-the-planein the commands table.Experiments page refresh
v5.0.0dogfooding line./tailor)./tailoras the first post-install move. Tests updated to match.Verification
bash -npasses on all 12 hooks;gate_lib_detectresolves all four gates including the newtypecheckaliasnpm run qa:fullgreen (type-check, lint, coverage, production build)npm run test:e2e11/11 green (includes the framework-page flow)rm -rfdeny rule fired)🤖 Generated with Claude Code