pi: add agent config, themes, subagents, and extensions

This commit is contained in:
Rasyidan Akbar F. 2026-03-11 20:54:51 +07:00
commit b10d457e5f
16 changed files with 5832 additions and 0 deletions

9
.pi/agent/AGENTS.md Normal file
View file

@ -0,0 +1,9 @@
# Global agent context
## Environment
- This machine has `ssh` and `tailscale` installed.
- The agent can access other machines from here over the Tailscale network when needed.
- If a task needs work on a remote host, the agent may use `ssh` from this machine.
- Prefer non-destructive remote inspection first, and be explicit when commands are being run on a remote machine.
- If the target host or remote command is unclear, ask the user before connecting.