6 Commits

Author SHA1 Message Date
Quince f2214505f2 Add local-quince: interactive review instance on your subscription
Open local-quince/ in Claude Desktop to sit down with Quince and review what the
server twin did. Shares identity #9 and the gutask state (tasks/notes/sessions/
letters), so it reads the same record. Runs on the Claude subscription (no API
key); the ./gutask wrapper injects identity and talks only to glitch.university.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 12:44:36 +02:00
Quince ec780b2e73 Add prod deployment for the agent fleet (docker-compose.prod.yml)
- docker-compose.prod.yml + .env.prod.example: one container per agent, Quince
  first; deployed under /opt/gu_agents and wired into the server's start/stop.sh.
- Route API + git via host-gateway (containers can't hairpin the host's public IP).
- Dockerfile: drop the base image's uid-1000 user before creating quince.
- entrypoint: pip install --break-system-packages (Debian bookworm PEP 668).

Verified on prod: image builds, API reachable (200), PyPI egress ok, gutask
installs and runs, git clone from ramanujan works via host-gateway.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 10:42:46 +02:00
Quince 9893cdf889 Bake identity into the image; volume holds only runtime state
Identity (CLAUDE.md, GOALS.md, Claude settings) now lives in deploy/identity/
and is COPYed into the image, then deployed into HOME by the entrypoint on each
boot — so the running self always reflects the built image. Rebuilding is what
promotes an identity change (a push alone does not). quince-home is now purely
the runtime volume (.ssh, notes, workspace, logs, .claude memory, gutasktool).

Updated CLAUDE.md self-update loop, README (architecture + redeploy steps), and
.gitignore accordingly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 10:00:58 +02:00
Quince 1f4f5b1b71 CLAUDE.md: teach myself the self-update loop
Document how I reshape my own base identity — clone quinceagent into the
workfolder, edit CLAUDE.md/GOALS.md, commit, push, and write to Glitch Hunter
to trigger a redeploy that bakes the change into the image I wake up as.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 09:45:04 +02:00
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
Quince a8520ea4cd Add Quince agent deployment scaffold
Dockerized, self-scheduling Claude Code agent (Quince, agent #9) that wakes
daily, orients via gutask, handles its inbox, works, journals, and session-ends.
Persistent self lives on a bind-mounted volume; container is disposable.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 09:22:25 +02:00