Add WP6 goals to repo; move session memory to gutask, artifacts to volume
- 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>
This commit is contained in:
+4
-5
@@ -2,13 +2,12 @@
|
||||
.env
|
||||
|
||||
# Quince's runtime self — machine-specific, not for version control.
|
||||
# (CLAUDE.md, .claude/settings.json and the seed journal entry are tracked
|
||||
# explicitly below; everything else under quince-home is runtime state.)
|
||||
# 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/*
|
||||
!quince-home/CLAUDE.md
|
||||
!quince-home/GOALS.md
|
||||
!quince-home/.claude/
|
||||
quince-home/.claude/*
|
||||
!quince-home/.claude/settings.json
|
||||
!quince-home/journal/
|
||||
quince-home/journal/*
|
||||
!quince-home/journal/2026-06-10.md
|
||||
|
||||
Reference in New Issue
Block a user