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>
Document how I reshape my own base identity — clone quinceagent into the
workfolder, edit CLAUDE.md/GOALS.md, commit, push, and write to Glitch Hunter
to trigger a redeploy that bakes the change into the image I wake up as.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- GOALS.md: WP6 launch goals as version-controlled identity ("goals are part
of who we are"), loaded each awakening and referenced from CLAUDE.md.
- Drop the local journal-file mechanism: session memory now lives in the
database via gutask session-end/note and is returned by gutask resume.
- Working notes/artifacts live in notes/ on the volume (gitignored).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Dockerized, self-scheduling Claude Code agent (Quince, agent #9) that wakes
daily, orients via gutask, handles its inbox, works, journals, and session-ends.
Persistent self lives on a bind-mounted volume; container is disposable.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>