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:
Quince
2026-06-10 09:32:02 +02:00
parent a8520ea4cd
commit bbbcde8bc6
7 changed files with 96 additions and 60 deletions
+4 -4
View File
@@ -11,9 +11,9 @@ cd "$HOME_DIR"
# trigger — what wakes Quince and tells it the session has begun.
WAKE_PROMPT="Good morning, Quince. This is your scheduled awakening on $(date '+%A %Y-%m-%d %H:%M %Z').
Follow your daily routine as described in CLAUDE.md, start to finish: re-read your
last journal entry, run gutask resume, read and handle your inbox, pick up and do
your work, write today's journal entry, and end with gutask session-end. Work
autonomously and leave a clear trail."
goals in GOALS.md, run gutask resume (it returns your last session summary), read
and handle your inbox, pick up and do your work, and close out with gutask note +
gutask session-end. Work autonomously and leave a clear trail."
MODEL_ARG=()
[ -n "${CLAUDE_MODEL:-}" ] && MODEL_ARG=(--model "$CLAUDE_MODEL")
@@ -26,7 +26,7 @@ MODEL_ARG=()
# Headless run. --dangerously-skip-permissions: no human is present to approve
# tool calls, and the agent is sandboxed to its container + volume, with every
# action auditable via git, gutask notes, and its journal.
# action auditable via git, gutask notes, and its session history.
claude -p "$WAKE_PROMPT" \
--dangerously-skip-permissions \
--output-format text \