docs: sync CLAUDE.md and references.md with implemented state - #94
Merged
Conversation
The infra half of workspace seeding and warm caches has landed in devbox-infra (scheduled snapshot-builder running devbox-agent checkout, Launch Template block-device-mapping seeding /workspace, system-wide RUSTUP_HOME/CARGO_HOME on the volume), so move those items from Planned to Implemented and note the warm path is not yet live-verified. Add the agent endpoints (git-token, warmup-report) to the API-surface table with their separate web-identity auth layer. Add the Stripe Minions and Joe Magerramov entries to references.md — both are cited by issues (#86, #78, devbox-infra#16) but were never added to the file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011PosWgm4XA5gzM1mCQr5um
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.
Product audit of what's built vs
.kiro/references.mdand the open issues found the docs had drifted behind the code.What changed
CLAUDE.md
devbox-agent checkouton an EventBridge schedule, Launch Template block-device-mapping seeding/workspacefrom/devbox/workspace-snapshot/latest, and system-wideRUSTUP_HOME/CARGO_HOMEon the volume). Notes that the warm path has not been re-verified on a live claimed box (warm-pool boxes rebuild from cold: snapshot caches don't persist into the claimant session devbox-infra#13 closing note; the devt4g.smalloverride, pool instance type t4g.small (2 GiB) is undersized; OOM-thrashes compiling the AWS SDK devbox-infra#14, can mask warmth).POST /api/v1/agent/git-tokenandPOST /api/v1/agent/warmup-reportto the API-surface table, with a note on the separate web-identity auth layer (require_agent_iam)..kiro/references.md
Doc-only change; no code touched.
🤖 Generated with Claude Code
https://claude.ai/code/session_011PosWgm4XA5gzM1mCQr5um
Generated by Claude Code
Note
Low Risk
Markdown documentation updates only; no runtime, auth, or infrastructure behavior changes.
Overview
Documentation-only audit: no application code changes.
CLAUDE.mdnow treats workspace seeding and warm caches as implemented end-to-end (snapshot-builder, Launch Template/workspaceseeding,RUSTUP_HOME/CARGO_HOMEon the volume, server-backedgit-token, warmup degrade-not-reap), with an explicit caveat that the warm path has not been re-verified on a live claimed box. The API table addsPOST /api/v1/agent/warmup-reportandPOST /api/v1/agent/git-token, plus a note onrequire_agent_iamvs human Vouch auth. The planned list is trimmed to what is still unbuilt (remote build cache, health/idle reclaim, egress proxy, multi-pool warming, stop/resume), with sharper egress-proxy wording and issue links..kiro/references.mdadds Stripe Minions and Joe Magerramov entries (borrowed ideas already cited in issues/PRs) and updates related reading inCLAUDE.mdto list them.Reviewed by Cursor Bugbot for commit 45e28ba. Bugbot is set up for automated code reviews on this repo. Configure here.