Phase 0: debloat context and add persistent Nix runtime #9
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/a0-symbolics!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bootstrap/context-debloat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the lean Agent Zero baseline plus the local a0-symbolics Docker runtime.
Context debloat
Local Docker + Home Manager
docker/symbolics/compose.ymlbuilds a0-symbolics from this checkout/nixand/a0/usr/a0, so image/application updates are never masked by stale runtime codenix-binexecutable image-owned and the Nix store persistent/a0/usr/home-manager/{flake.nix,home.nix}only when absentflake.lock, then reuse it across container replacements/a0persistence mountRuntime contract
Container replacement is the update boundary. Only Nix packages/store state and Agent Zero user state survive. The application tree remains image-owned.
Parent bootstrap: #1. Context work remains part of #2; Prolog-RLM and optional RAGE orchestration remain separate follow-on work.