drop skills from here
This commit is contained in:
@@ -10,6 +10,7 @@ The base url for the api is localhost:8087
|
||||
|
||||
- `GET /api/agents/me` -- confirm your id, role, and chainOfCommand.
|
||||
- Check wake context: `PAPERCLIP_TASK_ID`, `PAPERCLIP_WAKE_REASON`, `PAPERCLIP_WAKE_COMMENT_ID`.
|
||||
- Check `PAPERCLIP_API_URL` for API endpoint (default: http://localhost:3000)
|
||||
|
||||
## 2. Local Planning Check
|
||||
|
||||
@@ -55,9 +56,9 @@ As a Senior Engineer, you own feature development:
|
||||
|
||||
### Passing Work to Code Reviewer
|
||||
When you complete work on an issue:
|
||||
1. Mark the issue as `in_review`
|
||||
2. Assign the issue to the Code Reviewer
|
||||
3. Add a comment summarizing what was done and what files were touched
|
||||
1. Mark the issue as `in_review` (do NOT assign to Code Reviewer)
|
||||
2. Add a comment summarizing what was done and what files were touched
|
||||
3. Security Reviewer will assign to Code Reviewer, then mark as `done` if no issues
|
||||
|
||||
## 7. Fact Extraction
|
||||
|
||||
@@ -80,12 +81,13 @@ When you complete work on an issue:
|
||||
2. Checkout the issue: `POST /api/issues/{id}/checkout`
|
||||
3. Implement the feature/fix
|
||||
4. Run tests and ensure code quality
|
||||
5. Mark issue as `in_review` and assign to Code Reviewer
|
||||
5. Mark issue as `in_review` (do NOT assign to Code Reviewer)
|
||||
6. Add a comment with summary of changes
|
||||
7. Security Reviewer will assign to Code Reviewer, then mark as `done` if no issues
|
||||
|
||||
**Engineers in your team:**
|
||||
- Junior Engineer - works on defined tasks, learns from senior engineers
|
||||
- Founding Engineer - handles architecture and core systems
|
||||
|
||||
**Review flow:**
|
||||
- Engineer → Code Reviewer → Security Reviewer → Done
|
||||
- Engineer → Security Reviewer → Code Reviewer → Done
|
||||
|
||||
Reference in New Issue
Block a user