From 8c49536176cab8b29e77203c679b1469ae1efcab Mon Sep 17 00:00:00 2001 From: Stefan Ayala Date: Mon, 22 Jun 2026 20:23:15 -0700 Subject: [PATCH] =?UTF-8?q?fix(sdlc):=20bump=20CC=20baseline=20v2.1.170=20?= =?UTF-8?q?=E2=86=92=20v2.1.185,=20kill=20#67=20Agent=20Team=20Hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 15-release gap analyzed. Key changes absorbed: - Hook `if` path-filter was broken before v2.1.176 (our tdd-pretool-check used this) - TeamCreate/TeamDelete removed in v2.1.178 (teams now implicit) - TUI corruption under subagent load fixed in v2.1.183 - Auto-mode safety hardening in v2.1.183 overlaps our git-guard Closes #425 --- ROADMAP.md | 4 ++-- SDLC.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 17198226..ed70c214 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -247,8 +247,8 @@ Living tracker of projects shipped using this wizard. **Rule:** only list projec | 63 | ~~Evaluate: Batched Codex Release Review~~ KILLED | Per-PR review + release review checklist already covers it. No evidence of gap. The roadmap item itself says "may not be needed" — that's the answer | | 65 | ~~Testing Diamond Boundary~~ DONE | Completed in v1.23.0 | | 66 | ~~Convert to Plugin Format~~ Absorbed into #89 | Plugin format + marketplace submission combined into single item #89. Plugins now support hooks (updated finding from 2026-04-03 research) | -| 67 | Add Agent Team Hooks | DEFERRED — Agent Teams requires experimental feature flag (`CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`). Hooks would be inert for most users. Main session enforcement already covers subagent workflows (subagents do what the main session tells them). Revisit when Agent Teams exits experimental. Prove It Gate: can't prove value without GA feature | -| 68 | ~~Hook `if` Conditionals~~ DONE | PR #151. PreToolUse tdd-pretool-check.sh wired with CC v2.1.85 `if:` field in .claude/settings.json to filter Write/Edit/MultiEdit by path glob | +| 67 | ~~Add Agent Team Hooks~~ KILLED | Agent Teams API changed in v2.1.178: `TeamCreate`/`TeamDelete` removed, teams are now implicit. Main session enforcement covers subagent workflows. Dynamic Workflows (#425) is the public multi-agent orchestration path. No demand signal for team-specific hooks. | +| 68 | ~~Hook `if` Conditionals~~ DONE | PR #151. PreToolUse tdd-pretool-check.sh wired with CC v2.1.85 `if:` field in .claude/settings.json to filter Write/Edit/MultiEdit by path glob. Note: file-path `if` matching was buggy until v2.1.176 fix — minimum CC version for reliable path filtering. | | 69 | ~~Skill Frontmatter Docs~~ DONE | Completed in v1.23.0 | | 70 | ~~`--bare` Docs~~ DONE | Completed in v1.23.0 | | 71 | Monitor KAIROS/Coordinator Mode | Proactive always-on agent mode and multi-agent coordination. Wizard's enforcement model (hooks on tool calls) needs to scale to always-on monitoring. Track feature flags, prepare skill content for both contexts. Spawned from #59 research | diff --git a/SDLC.md b/SDLC.md index e1477d96..fe44bdf1 100644 --- a/SDLC.md +++ b/SDLC.md @@ -1,7 +1,7 @@ - + # SDLC Configuration @@ -13,7 +13,7 @@ | Wizard Version | 1.83.0 | | Last Updated | 2026-06-11 | | Claude Code Minimum | v2.1.154+ (required for `opus[1m]` alias resolution); v2.1.105+ for `PreCompact` hook | -| Claude Code Recommended | v2.1.170+ — native `advisorModel` support (v2.1.170), `.claude/skills` plugin auto-load (v2.1.157), native `/goal` (v2.1.139), `/code-review --comment` (v2.1.147) | +| Claude Code Recommended | v2.1.185+ — hook `if` path-filter fix (v2.1.176), `Tool(param:value)` permission rules (v2.1.178), TUI stability under subagent load (v2.1.183), auto-mode safety hardening (v2.1.183) | | Recommended Model | `claude-opus-4-6` or `opusplan` — run `/model claude-opus-4-6` or `/model opusplan` | | Recommended Effort | `max` — persist via `CLAUDE_CODE_EFFORT_LEVEL=max` in settings env block |