Files
quinceagent/deploy/.gitignore
T
Quince bbbcde8bc6 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>
2026-06-10 09:32:02 +02:00

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