bbbcde8bc6
- 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>
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
# 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/*
|
|
!quince-home/CLAUDE.md
|
|
!quince-home/GOALS.md
|
|
!quince-home/.claude/
|
|
quince-home/.claude/*
|
|
!quince-home/.claude/settings.json
|