Skip to content

v1.4.2

Choose a tag to compare

@k1lgor k1lgor released this 21 Jun 18:51
· 1 commit to main since this release

Fixed

  • 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)