You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disallowedTools corrected from bare YAML string to proper list [Edit, Bash] in all 5 advisory agents — previously the string literal was not parsed as a list, leaving agents potentially unrestricted
tech-lead agent now has explicit disallowedTools: [] — was the only agent missing this field entirely
qa-engineer agent now allows Bash (required to run test suites); only Edit remains blocked
validate-skill.sh calls in commands/skills.md fixed — script expects a single file path, not a directory
--category architecture example corrected to valid category (logic)
PostToolUse lint hook now tries npm, bun, yarn, and pnpm (was bun-only)
Added
SessionEnd hook — teardown message on session end
PostCompact hook — context-resume prompt after compaction
PreToolUse and PreCompact hooks now documented in CLAUDE.md (were present in hooks.json but invisible to agents)
commands/ directory added to CLAUDE.md Technical Architecture section
Changed
Architect agent: replaced 00-tech-lead skill with 01-doc-writer — architect produces ADRs and delegates to tech-lead
Skills lists standardized to inline [a, b, c] format across all agents
Code-reviewer effort tuned from high to medium (matches focused 10-turn audit role)