(no title)
vipdestiny | 20 days ago
I ran into repeated issues with agents editing the same files, losing decisions, and drifting away from the spec. I ended up building a small Rust MCP server that adds task claiming, file-level locking, and drift checks against SPEC.md.
It’s intentionally boring infrastructure… single binary, file-based state, deterministic orchestration. The AI tools stay interchangeable.
Repo if anyone’s curious: https://github.com/nxtg-ai/forge-orchestrator
No comments yet.