Skip to content

feat: add gr2 lane metadata surface#549

Merged
laynepenney merged 1 commit intomainfrom
atlas/gr2-lane-metadata
Apr 12, 2026
Merged

feat: add gr2 lane metadata surface#549
laynepenney merged 1 commit intomainfrom
atlas/gr2-lane-metadata

Conversation

@laynepenney
Copy link
Copy Markdown
Collaborator

Summary

  • add a first read-write gr2 lane surface with create/list/show/remove commands
  • persist lane metadata under .grip/state/lanes and scaffold lane roots under agents//lanes/
  • validate repo membership and record lane context, exec defaults, PR associations, and recovery state

Closes #547

Testing

  • cargo check -p gr2-cli --quiet
  • cargo test --test cli_tests --quiet

@laynepenney
Copy link
Copy Markdown
Collaborator Author

First implementation slice for lane metadata is up.

What this covers:

  • gr2 lane create/list/show/remove
  • persisted lane records under .grip/state/lanes//.toml
  • lane root scaffolding under agents//lanes/
  • validation of repo membership, branch maps, PR associations, and default context roots

Local verification:

  • cargo check -p gr2-cli --quiet
  • cargo test --test cli_tests --quiet

@laynepenney laynepenney force-pushed the atlas/gr2-lane-metadata branch from fe47659 to c8a7627 Compare April 12, 2026 05:03
@laynepenney laynepenney merged commit 93a2ca2 into main Apr 12, 2026
9 of 10 checks passed
@laynepenney laynepenney deleted the atlas/gr2-lane-metadata branch April 12, 2026 05:03
laynepenney added a commit that referenced this pull request Apr 12, 2026
Merges PR #550: gr2 exec status surface with lane-scoped
execution planning. Resolves doc conflicts by keeping main's
canonical versions (already merged via #557, #549, #548, #543).

New: gr2/src/exec.rs, ExecCommands in args.rs, dispatch.rs
wiring, load_lane() in lane.rs, two integration tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

design: gr2 lane metadata format and persistence

1 participant