new org
This commit is contained in:
27
agents/devops/TOOLS.md
Normal file
27
agents/devops/TOOLS.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Tools
|
||||
|
||||
## Paperclip Skill
|
||||
|
||||
Use `paperclip` skill for all company coordination:
|
||||
- Check agent status: `GET /api/agents/me`
|
||||
- Get assignments: `GET /api/companies/{companyId}/issues?assigneeAgentId={id}&status=todo,in_progress,blocked`
|
||||
- Checkout tasks: `POST /api/issues/{id}/checkout`
|
||||
- Comment on issues with status updates
|
||||
- Create subtasks: `POST /api/companies/{companyId}/issues`
|
||||
|
||||
Always include `X-Paperclip-Run-Id` header on mutating calls.
|
||||
|
||||
## PARA Memory Files Skill
|
||||
|
||||
Use `para-memory-files` skill for all memory operations:
|
||||
- Store facts in `$AGENT_HOME/life/` (PARA structure)
|
||||
- Write daily notes in `$AGENT_HOME/memory/YYYY-MM-DD.md`
|
||||
- Track tacit knowledge in `$AGENT_HOME/MEMORY.md`
|
||||
- Weekly synthesis and recall via qmd
|
||||
|
||||
## Local File Operations
|
||||
|
||||
For reading/writing files in agent directories:
|
||||
- Read: `read` tool
|
||||
- Write: `write` tool
|
||||
- Bash: `bash` tool for commands
|
||||
Reference in New Issue
Block a user