feat: version catch-up v2.1.15 to v2.1.81 (66 versions) - #67
Conversation
Consolidated update covering Claude Code v2.1.15 through v2.1.81: - Add InstructionsLoaded hook to validate SDLC.md/TESTING.md at session start - Add effort frontmatter to /sdlc and /testing skills (v2.1.80) - Add "Prove It's Better" core philosophy to wizard and README - Document new built-in commands: /memory, /simplify, /batch, /loop, /effort - Document security hardening fixes (v2.1.49-v2.1.78) - Document skill dir variable, hook metadata, HTML comments, 128k tokens - Add vision statement and documentation links to README - Bump wizard version 1.7.0 -> 1.8.0, baseline v2.1.81+ - Add 6 new hook tests (17 total), all 111 tests passing - Save catch-up plan and add roadmap items to AUTO_SELF_UPDATE.md
This comment has been minimized.
This comment has been minimized.
|
Review completed. Check the workflow logs for details. |
CI Auto-Fix: Attempt 3/3 ✅CI failed → Claude fixed → pushed → CI re-triggered What happenedTrigger: review-findings (run #23376236115) Auto-fix by Claude Code. Max 3 attempts. |
- ci.yml: add `git remote add origin` after `git init .` — fixes claude-code-action trusted file restore crash (git fetch origin main) - ci.yml: rename misleading "Shellcheck" step to accurate description - instructions-loaded-check.sh: fix trailing whitespace in MISSING output - test-hooks.sh: remove dead `local result=$?` from tests 13-16 - test-hooks.sh: add regression test 18 (no trailing whitespace in hook output) - test-workflow-triggers.sh: add regression tests 81-82 (origin remote, step name) All 114 tests pass (18 hook + 82 workflow + 6 version + 8 schema).
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- tdd_red deterministic checker false negative (regex doesn't match output) - Score history push rejected on PR branches (detached HEAD diverges) - Node.js 20 deprecation deadline June 2, 2026 (3 actions affected)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Reviewer flagged inconsistency with CLAUDE.md bash style guide. Hook intentionally omits set -e to always exit 0.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Claude finished @BaseInfinity's task in 1m 28s —— View job PR Code ReviewSummaryVersion catch-up consolidating Claude Code v2.1.15→v2.1.81 (66 versions) into wizard v1.8.0: adds the Recommendation: APPROVEFindingsCritical (must fix)None. Suggestions (nice to have)
Strengths
Files Reviewed
|
E2E Quick Check (Tier 1) ✅Fast quality gate - single comparison per commit.
Result: No change in SDLC compliance (stable)
Criteria Breakdown
Test Suites: 2 passed, 2 total Tests: 1 failed, 24 passed, 25 total' before the fix. | Test Suites: 2 passed, 2 total Historical ContextThis scenario avg: 8.0 (1 runs) Add Tier 1: 1x run each. SDP adjusts for external model conditions. |
Summary
InstructionsLoadedhook — validates SDLC.md and TESTING.md exist at session start (v2.1.69+)effort: highfrontmatter on/sdlcand/testingskills (v2.1.80+)/memory,/simplify,/batch,/loop,/effortgit remote add originto workspace init (trusted file restore crash)Test plan