Bake identity into the image; volume holds only runtime state
Identity (CLAUDE.md, GOALS.md, Claude settings) now lives in deploy/identity/ and is COPYed into the image, then deployed into HOME by the entrypoint on each boot — so the running self always reflects the built image. Rebuilding is what promotes an identity change (a push alone does not). quince-home is now purely the runtime volume (.ssh, notes, workspace, logs, .claude memory, gutasktool). Updated CLAUDE.md self-update loop, README (architecture + redeploy steps), and .gitignore accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+5
-9
@@ -1,13 +1,9 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Quince's runtime self — machine-specific, not for version control.
|
||||
# Tracked (Quince's identity): CLAUDE.md, GOALS.md, .claude/settings.json.
|
||||
# Everything else under quince-home (notes/, workspace/, logs/, .ssh/, etc.)
|
||||
# is runtime state and stays out of git.
|
||||
# quince-home is the runtime volume: .ssh/, .env, notes/, workspace/, logs/,
|
||||
# .claude/ memory, gutasktool/. None of it is version-controlled. The identity
|
||||
# docs that USED to live here now live in deploy/identity/ and are baked into
|
||||
# the image. Keep the directory itself so the bind-mount source exists.
|
||||
quince-home/*
|
||||
!quince-home/CLAUDE.md
|
||||
!quince-home/GOALS.md
|
||||
!quince-home/.claude/
|
||||
quince-home/.claude/*
|
||||
!quince-home/.claude/settings.json
|
||||
!quince-home/.gitkeep
|
||||
|
||||
Reference in New Issue
Block a user