docs(future-arch): execution/egress/secrets axes + DN-1 design note#130
Merged
Conversation
…gn note Add research/23 capturing the three axes #22 under-weighted from a 2026-05-22 live-VM walk: process_api as execution supervisor, transparent egress filtered on connect, and no long-lived key in the guest. Records four proposed locks (P1-P4) pending phase sign-off rather than editing ADRs/antipatterns directly. Add design-notes.md (sibling of gaps.md for candidate solutions) with DN-1: a substrate-independent egress/identity/secret-broker design. https://claude.ai/code/session_01XL5dtnrq4agijEMnSWzkGm
|
Comment retired during the initial-public-release history consolidation. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@docs/future-architecture/research/23-anthropic-microvm-execution-network-secrets-observed.md`:
- Line 27: The line beginning with "`#22` §1 established `process_api` as PID 1…"
is being parsed as a Markdown heading; update that line in the document so the
"`#22`" is not at the start of the line (for example replace with "\`#22`", or wrap
as inline code "`#22`", or rephrase to "No. 22") while preserving the rest of
the sentence and the `process_api` code formatting so it renders as plain text
reference rather than an ATX heading.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 59206cbc-f016-451f-826f-1f865fbb718a
📒 Files selected for processing (3)
docs/future-architecture/README.mddocs/future-architecture/design-notes.mddocs/future-architecture/research/23-anthropic-microvm-execution-network-secrets-observed.md
|
|
||
| ### 1.1 `process_api` is the execution supervisor, not just init | ||
|
|
||
| #22 §1 established `process_api` as PID 1 (custom Go binary, `rdinit=`). This walk shows it is also the **execution supervisor** — the everything-process for running code inside the VM: |
There was a problem hiding this comment.
Comment retired during the initial-public-release history consolidation.
Yambr
added a commit
that referenced
this pull request
May 23, 2026
Catch up with main: pulls in observed execution/egress/secrets axes + DN-1 design note (PR #130). No conflicts expected — both branches only touch docs/future-architecture/ in non-overlapping files. next/v1 continues as the long-lived architecture branch; main is not modified by this merge.
This was referenced May 30, 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.
Description retired during the initial-public-release history consolidation. The canonical content lives in docs/architecture/ at the current tip.