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
feat(orchestrator): move state to .claude/orchestrator, disallow TaskOutput
- Relocate orchestrator state from .orchestrator/ to .claude/orchestrator/
so write scope hook doesn't block normal interactive sessions
- Add disallowedTools: ["TaskOutput"] to orchestrator frontmatter
- Hook only enforces write restrictions when .claude/orchestrator/ dir exists
- Update all hook scripts and build_dispatch_prompt.py for new path
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This registers the orchestrator's own write scope. All subsequent lock entries for subagents are appended to this file. The PreToolUse hook enforces these scopes on every Write/Edit call.
0 commit comments