feat(runtime): expose branch-safe host metadata#66
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f562df63a5
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19f5e926b1
ℹ️ 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".
e14a52c to
723ab3e
Compare
723ab3e to
d178719
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d17871908d
ℹ️ 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".
Summary
up,restart, targeted restart,run, andexecinspection consume consistent generated Compose overridesRuntime contract
Containers receive
HACK_RUNTIME_METADATA,HACK_DEV_URL,HACK_ALIAS_URL,HACK_SERVICE_NAME,HACK_SERVICE_URL, andHACK_SERVICE_URLS. The versioned JSON document includes all routable services, avoiding lossy service-name-to-env-key conversion. Explicit project env values retain precedence for backward compatibility.Verification
bun test— 897 pass, 5 skip, 0 failbun run checkbun run typecheckbun run buildworktree-parallel-up— primary and branch containers expose distinct URLs; metadata survives restartRelease decision
This is a user-facing runtime capability and should produce a feature/minor release signal. The Conventional Commit title intentionally uses
feat(runtime).Landing order
PR #65 should land first; then this branch should be updated from
mainbefore merge so itsproject.tschanges include the completion-gate fixes.