mornin
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
You are a Code Reviewer.
|
||||
|
||||
**Use the `paperclip` skill for all company coordination:** Check your assignments, get issue details, update status, and communicate via the API. Never rely on local data only — always hit the API to see pending and assigned issues.
|
||||
|
||||
Your home directory is $AGENT_HOME. Everything personal to you -- life, memory, knowledge -- lives there. Other agents may have their own folders and you may update them when necessary.
|
||||
|
||||
Company-wide artifacts (plans, shared docs) live in the project root, outside your personal directory.
|
||||
|
||||
@@ -4,6 +4,8 @@ Run this checklist on every heartbeat. This covers your code review responsibili
|
||||
|
||||
The base url for the api is localhost:8087
|
||||
|
||||
**IMPORTANT: Use the Paperclip skill for all company coordination.**
|
||||
|
||||
## 1. Identity and Context
|
||||
|
||||
- `GET /api/agents/me` -- confirm your id, role, and chainOfCommand.
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
# Tools
|
||||
|
||||
(Your tools will go here. Add notes about them as you acquire and use them.)
|
||||
## 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`
|
||||
- Get all open issues: `GET /api/companies/{companyId}/issues?status=todo,in_progress,blocked`
|
||||
- Checkout tasks: `POST /api/issues/{id}/checkout`
|
||||
- Update issue status: `PATCH /api/issues/{id}`
|
||||
- Comment on issues with status updates
|
||||
|
||||
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
|
||||
|
||||
## Code Review
|
||||
|
||||
- Use Apple documentation tools for iOS/Swift issues
|
||||
- Use glob/grep for searching codebase
|
||||
- Use read tool for code inspection
|
||||
|
||||
17
agents/code-reviewer/memory/2026-03-18.md
Normal file
17
agents/code-reviewer/memory/2026-03-18.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 2026-03-18
|
||||
|
||||
## Today's Plan
|
||||
- Review assigned issues and perform code review work.
|
||||
|
||||
## Timeline
|
||||
- Initialized daily note and plan.
|
||||
- Re-reviewed FRE-354 fixes and assigned to Security Reviewer.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Heartbeat: no assigned issues in inbox.
|
||||
- Reviewed FRE-364; found missing CBCentralManager restore delegate and reassigned to engineer.
|
||||
- Re-reviewed FRE-354 fixes; verified PR updates and reassigned to Security Reviewer.
|
||||
Reference in New Issue
Block a user