Conversation
- README: Fix agent default RAM (2 GiB → 4 GiB), replace non-existent --no-review flag with --review - USER_GUIDE: Fix default memory, replace --no-review with --review, add 7 missing CLI flags (--no-save-credentials, --seed-credentials, --no-image-cache, --tmp-size, --exec, --timings), add auth subcommands, rewrite review section to match actual behavior - CLAUDE.md: Add 5 missing domain packages, 6 missing infra packages, add pkg/runtime/ layer, fix internal/guest/ description (only homefs/ lives here; boot/mount/network/env/sshd/reaper are in go-microvm) - ARCHITECTURE.md: Clarify guest layer split between this repo and go-microvm - Remove stale empty pkg/infra/ directories from past migration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jhrozek
approved these changes
Mar 17, 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
Full documentation audit comparing all docs against the actual codebase. Fixes:
--no-reviewflag replaced with--review--no-reviewwith--review, added 7 missing CLI flags (--no-save-credentials,--seed-credentials,--no-image-cache,--tmp-size,--exec,--timings), addedauth list/auth clearsubcommands, rewrote review section to reflect that snapshot isolation is always activecredential/,egress/,git/,hostservice/,progress/), 6 missing infra packages (credential/,git/,logging/,terminal/,progress/,process/), addedpkg/runtime/layer, fixedinternal/guest/description (onlyhomefs/lives here; boot/mount/network/env/sshd/reaper are in go-microvm)homefs/) and go-microvm (boot/,mount/,network/,env/,sshd/,reaper/)pkg/infra/directories left over from past migrationTest plan
bbox --helpoutputinternal/infra/agent/registry.gopkg/infra/removal doesn't break builds (task build)pkg/infra/path🤖 Generated with Claude Code