Typecheck hook: New typecheck-hook.sh PostToolUse hook runs tsc --noEmit after TS/TSX edits for immediate type error feedback
Superpowers Enforcement: New section in AGENTS.md requiring agents to actively use skills, hooks, MCP tools, and plugins — with self-evolution captures for framework improvement
File-ownership rules: New partitioning rules in ORCHESTRATOR.md preventing parallel worker file collisions
Settings audit: Pre-flight check in launch.ts validates ~/.claude/settings.json has required hooks/plugins at mosaic claude launch time
- Add PostToolUse typecheck hook (typecheck-hook.sh) that runs tsc --noEmit
after TS/TSX edits for immediate type error feedback
- Add Superpowers Enforcement section to AGENTS.md requiring active use of
skills, hooks, MCP tools, and plugins — not just passive availability
- Add self-evolution captures (framework-improvement, tooling-gap, friction)
- Add file-ownership/partitioning rules to ORCHESTRATOR.md preventing parallel
worker file collisions
- Add settings audit to launch.ts that validates ~/.claude/settings.json has
required hooks and plugins at mosaic claude launch time
- Document required Claude Code settings in RUNTIME.md
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
typecheck-hook.shPostToolUse hook runstsc --noEmitafter TS/TSX edits for immediate type error feedbacklaunch.tsvalidates~/.claude/settings.jsonhas required hooks/plugins atmosaic claudelaunch timeTest plan
mosaic claudeand verify settings audit warnings appear when hooks/plugins are missing🤖 Generated with Claude Code