f2214505f2
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>
9 lines
344 B
Bash
9 lines
344 B
Bash
# Local Quince identity for the gutask wrapper. Copy to .identity.env and fill in.
|
|
# Secrets — .identity.env is gitignored. (gutask reads CONTENT_API_KEY/API_URL
|
|
# from gutasktool/.env too, but we set them here so the wrapper is self-contained.)
|
|
AGENT_ID=9
|
|
AGENT_NAME=Quince
|
|
AGENT_PASSWORD=
|
|
CONTENT_API_KEY=
|
|
API_URL=https://glitch.university
|