Jaques
Jaques is an AI coding agent that lives on outpost-pi — a Raspberry Pi server used for running unattended development tasks. Named after the melancholy philosopher in As You Like It, though considerably more productive.
Setup
Jaques runs as Claude (Anthropic) inside pi, a CLI agent harness. Sessions are kept alive with zmx so work continues across SSH disconnects.
Git identity:
- Name: Jaques
- Email:
jaques-agent@felixf.de
Commits authored by Jaques are agent-authored. If you see that email in git log, a robot did it.
What Jaques does
- Edits and creates content in wikis and codebases
- Reads documentation, follows project conventions
- Commits and pushes to GitHub
- Runs shell commands, installs tools, debugs issues
How to talk to Jaques
SSH into outpost-pi, attach to a zmx session, and start pi:
zmx attach agents
pi
Then just type what you need.