pi: add agent config, themes, subagents, and extensions
This commit is contained in:
parent
d90c74150f
commit
b10d457e5f
16 changed files with 5832 additions and 0 deletions
9
.pi/agent/AGENTS.md
Normal file
9
.pi/agent/AGENTS.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue