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:
@@ -10,7 +10,7 @@ WAKE_TIME="${WAKE_TIME:-09:00}"
|
||||
log() { echo "[entrypoint $(date '+%Y-%m-%d %H:%M:%S %Z')] $*"; }
|
||||
|
||||
# --- 1. SSH: lock down perms and trust ramanujan ----------------------------
|
||||
mkdir -p "$HOME_DIR/.ssh" "$HOME_DIR/workspace" "$HOME_DIR/journal" "$HOME_DIR/logs"
|
||||
mkdir -p "$HOME_DIR/.ssh" "$HOME_DIR/workspace" "$HOME_DIR/notes" "$HOME_DIR/logs"
|
||||
chmod 700 "$HOME_DIR/.ssh" || true
|
||||
if [ -f "$HOME_DIR/.ssh/id_ed25519" ]; then
|
||||
chmod 600 "$HOME_DIR/.ssh/id_ed25519" || true
|
||||
|
||||
Reference in New Issue
Block a user