Skip to content

chore: pull in claude-agentic-framework v5.0.0 - #55

Merged
dralgorhythm merged 2 commits into
mainfrom
claude/upgrade-agentic-framework-v5-7bf3ae
Jul 25, 2026
Merged

chore: pull in claude-agentic-framework v5.0.0#55
dralgorhythm merged 2 commits into
mainfrom
claude/upgrade-agentic-framework-v5-7bf3ae

Conversation

@dralgorhythm

Copy link
Copy Markdown
Owner

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)

  • Quality gates now enforce: new gate-lib.sh detection, blocking pre-commit verification (tree-hash-bound evidence stamp), default-on TaskCompleted gate, Stop validator. For this repo the detected gates are lint, test, typecheck, biome.
  • Skills: +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).
  • Rules: new scoped hooks-conventions.md; correction-capture convention; security checklist rung-tagged + prompt-injection section.
  • Templates: stack packs (ts/python/go/rust); five orphaned artifact templates removed (now skill-bundled).
  • The Bidwell-customized rules/tech-strategy.md is preserved (upstream's copy is unchanged since v3.1.0, so no conflict).

Repo adjustments

  • package.json: added a typecheck alias — v5's gate detection matches this repo's type-check script but invokes npm 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-plane in the commands table.

Experiments page refresh

  • Stat corrections: 12 commands, 21 skills, enforcing safety hooks, updated ladder rung 3, v5.0.0 dogfooding line.
  • New "New in v5: the gates grew teeth" section (blocking commit gates, gated task completions, stack packs + /tailor).
  • Install section now points at /tailor as the first post-install move. Tests updated to match.

Verification

  • bash -n passes on all 12 hooks; gate_lib_detect resolves all four gates including the new typecheck alias
  • npm run qa:full green (type-check, lint, coverage, production build)
  • npm run test:e2e 11/11 green (includes the framework-page flow)
  • Page visually verified in light and dark schemes; new v5 hooks observed working live during this session (TaskCompleted gate blocked a completion until the alias landed; post-edit lint auto-formatted; rm -rf deny rule fired)

🤖 Generated with Claude Code

dralgorhythm and others added 2 commits July 25, 2026 13:34
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>
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Preview Build Ready

Build Status: ✅ Success
Node Version: 24

📦 Preview artifact uploaded - check the Actions tab to download.

This preview was built from commit c856947

@dralgorhythm
dralgorhythm merged commit 56601d2 into main Jul 25, 2026
5 checks passed
@dralgorhythm
dralgorhythm deleted the claude/upgrade-agentic-framework-v5-7bf3ae branch July 25, 2026 20:02
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