feat: merge atlas gr2 design stack (exec surface + prototypes)#558
Merged
laynepenney merged 23 commits intomainfrom Apr 12, 2026
Merged
feat: merge atlas gr2 design stack (exec surface + prototypes)#558laynepenney merged 23 commits intomainfrom
laynepenney merged 23 commits intomainfrom
Conversation
Merges PR #556: gr2 design exploration stack including: - Lane workspace prototype with leases, conflict matrix, scratchpads - Cross-mode lane stress harness (4 adversarial user modes) - Concurrent lease stress harness (fcntl-based transaction locking) - Real-git lane materialization and playground harness - Cache materialization probe, layout model probe, repo transport probe - Updated manifesto, needs-and-criteria, shared scratchpads docs Resolves doc conflicts by taking the most complete version of each (playground-stack for most, main for cross-mode assessment which had a more complete version from a separate merge).
Collaborator
Author
This was referenced Apr 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gr2 exec statuscommand with lane-scoped execution planningWhat's included
Rust (from #550):
gr2/src/exec.rs: ExecStatusReport with load/render for lane-aware executiongr2/src/args.rs: ExecCommands subcommandgr2/src/dispatch.rs: Exec dispatch wiringgr2/src/lane.rs: Publicload_lane()APItests/cli_tests.rs: 2 new integration tests (exec status + repo filtering)Prototypes (from #556):
cross_mode_lane_stress.py: 4 adversarial scenarios (solo, single-agent, multi-agent, mixed)concurrent_lease_stress.py: fcntl-based transaction locking (0% failure rate)lane_workspace_prototype.py: Full lane model with leases, conflict matrix, scratchpadsreal_git_lane_materialization.py+real_git_playground.py: Real-git verificationcache_materialization_probe.py,layout_model_probe.py,repo_transport_probe.pyDocs:
Conflict resolution
Doc conflicts resolved by taking the most complete version for each file:
ASSESS-gr2-lanes-cross-mode-stress.md: kept main's version (257 lines vs 54)Test plan
cargo buildpassescargo test- all unit + integration tests pass (761+ tests, 0 failures)Premium boundary: core OSS (gr2 workspace orchestration).
Supersedes #550, #556. Close #554 as superseded.