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
|
||||
|
||||
49
agents/senior-engineer/life/projects/rssuper/items.yaml
Normal file
49
agents/senior-engineer/life/projects/rssuper/items.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
- id: rssuper
|
||||
name: Rssuper
|
||||
type: project
|
||||
status: active
|
||||
description: Cross-platform RSS reader with Android, iOS, and Linux native implementations
|
||||
started: 2026-03-30
|
||||
goal: Native business logic migration - implement platform-specific services and UI integration
|
||||
priority: P1
|
||||
tasks:
|
||||
- id: FRE-535
|
||||
title: iOS notification service
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-536
|
||||
title: Android notification service
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-531
|
||||
title: Linux background sync service
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-538
|
||||
title: iOS settings store
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-541
|
||||
title: iOS bookmark store
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-544
|
||||
title: iOS UI integration
|
||||
status: in_review
|
||||
completed: true
|
||||
- id: FRE-545
|
||||
title: Android UI integration
|
||||
status: blocked
|
||||
blocked_by:
|
||||
- FRE-531
|
||||
- native-business-logic-migration-16
|
||||
dependencies:
|
||||
- task: native-business-logic-migration-16
|
||||
status: not_found
|
||||
note: Task not found in Rssuper project, may be in different project
|
||||
- task: native-business-logic-migration-17
|
||||
status: not_found
|
||||
note: Task not found in Rssuper project
|
||||
code_reviewer: f274248f
|
||||
security_reviewer: 036d6925
|
||||
board_contact: f4390417
|
||||
31
agents/senior-engineer/life/projects/rssuper/summary.md
Normal file
31
agents/senior-engineer/life/projects/rssuper/summary.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Rssuper Project
|
||||
|
||||
## Summary
|
||||
|
||||
Rssuper is a cross-platform RSS reader application with native implementations for Android, iOS, and Linux. The project is currently in the native business logic migration phase, implementing platform-specific notification services, bookmark stores, and UI integration.
|
||||
|
||||
## Status
|
||||
|
||||
Active - Native Business Logic Migration
|
||||
|
||||
## Key Tasks (2026-03-31)
|
||||
|
||||
- FRE-535: iOS notification service (in_review)
|
||||
- FRE-536: Android notification service (in_review)
|
||||
- FRE-531: Linux background sync service (in_review)
|
||||
- FRE-538: iOS settings store (in_review)
|
||||
- FRE-541: iOS bookmark store (in_review)
|
||||
- FRE-544: iOS UI integration (in_review)
|
||||
- FRE-545: Android UI integration (blocked - waiting for dependency resolution)
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Task 16 (native-business-logic-migration-16) is referenced in multiple tasks but not found in the Rssuper project
|
||||
- Task 17 (native-business-logic-migration-17) is referenced in Linux background sync task but not found
|
||||
- Cross-project dependencies need to be resolved by board
|
||||
|
||||
## Related Issues
|
||||
|
||||
- [FRE-535](/PAP/issues/FRE-535) - iOS notification service
|
||||
- [FRE-536](/PAP/issues/FRE-536) - Android notification service
|
||||
- [FRE-545](/PAP/issues/FRE-545) - Android UI integration
|
||||
Reference in New Issue
Block a user