What Is the Archon Isolation Resolver and How Does It Manage Environment Requests?
The Archon isolation resolver is a deterministic engine that assigns each workflow to a dedicated Git worktree, evaluating reuse candidates in strict priority order—from existing references to workflow matches, linked issues, PR branches, and finally fresh worktrees—before falling back to creation.
The isolation resolver is the core coordination mechanism in the coleam00/Archon repository that prevents concurrent workflows from interfering with one another. Located in packages/isolation/src/resolver.ts, the IsolationResolver class
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →