Seed agentplane local-hybrid slice docs and runtime layout#12
Seed agentplane local-hybrid slice docs and runtime layout#12
Conversation
|
Reset note after repo-state census: This PR looks complementary to, not competitive with, the already-landed receipt-path work on
Recommended handling:
Concrete suggestion: add a short section in |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f43661a9d2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "executionLane": lane, | ||
| "workerEndpoint": binding["workerEndpoint"], |
There was a problem hiding this comment.
Keep execution lane consistent with worker endpoint
When requested_lane is provided, this code rewrites executionLane but always keeps the single binding["workerEndpoint"] value. For descriptors that advertise multiple lanes (for example local + tenant), requesting local currently returns a binding labeled local that still points at the tenant endpoint, which can route work to the wrong execution environment and produce incorrect policy/provenance signals. The resolver should either select lane-specific endpoint data or reject lane overrides when only one lane-specific binding exists.
Useful? React with 👍 / 👎.
Summary
Seed
agentplanewith the missing architectural spine for the first local-hybrid execution slice.This PR does not replace the existing artifact schema work. It builds on it by:
Why
We had a real inspection gap:
agentplanewas initialized and had schema scaffolds, but lacked enough repo-level structure to cleanly target follow-on work.This PR closes that gap and turns the repo into a reviewable execution-plane surface.
Added
README.mddocs/local_hybrid_slice_v0.mddocs/repository_map.mdgateway/README.mdcapability-registry/README.mdworker-runtime/README.mdExisting work preserved and aligned
This repo already had:
schemas/session-artifact.schema.v0.1.jsonschemas/promotion-artifact.schema.v0.1.jsonschemas/reversal-artifact.schema.v0.1.jsonschemas/bundle.schema.patch.json.gitignoreThe new docs explicitly align the first slice with those artifacts.
Next follow-on
TriTRPCandsocioprophet-standards-storage