Commit 07914c1
feat(commands): implement Auto-AGENTS.md orchestration state system (#412)
This implements the orchestration state tracking system for the /init command
as specified in ORCHESTRATE/AGENT_7_INIT.md.
Key features:
- Atomic file writing (atomic.rs): Ensures files are never in corrupted state
using write-to-temp-then-rename pattern with fsync
- AGENTS.md hierarchy support (hierarchy.rs): Loads from global, project, and
local scopes (similar to Claude Code)
- Orchestration state tracking (state.rs): YAML-based state files for tracking
multi-agent progress with auto-save functionality
All file operations now use atomic writes to prevent corruption during
concurrent access or system interruptions.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 8008824 commit 07914c1
7 files changed
Lines changed: 1574 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments