Purpose: Atomic tasks for Syntropy to process during runtime cycles.
Protocol: Pick the next READY task, execute via spawnWorker, mark complete.
Safety: All tasks are designed to be rollback-safe and testable.
| Status | Count | Description |
|---|---|---|
| READY | 0 | Available for processing |
| IN_PROGRESS | 0 | Currently being worked on |
| DONE | 59 | Completed successfully |
| FAILED | 0 | Failed, needs human review |
| BLOCKED | 0 | Waiting on dependency |
Last Processed: 2026-02-10 (T002 completed: 27.25GB freed via docker prune, old backup removed) Last Verified: 2026-02-09 (Human verification - all tasks completed across sessions 1-5)
| Phase | Description | Tasks | Status |
|---|---|---|---|
| 0 | Quick Wins (Cleanup & Scripts) | T001-T012 | Done 12/12 |
| 1 | Nostr Plugin Refactoring | T013-T023 | Done 10/10 |
| 2 | API Route Splitting | T024-T026 | Done 3/3 |
| 3 | Syntropy Tools Extraction | T027-T037 | Done 12/12 |
| 4 | Documentation & Knowledge | T038-T040 | Done 3/3 |
| 5 | Operations & Maintenance | T041-T077 | Done 36/36 |
| 6 | Recovery & Infrastructure | T001-T004 (new) | Done 4/4 |
Total Completed: 59 tasks
Full task history with instructions available in REFACTOR_ARCHIVE.md
- One task per cycle: Only attempt ONE task from this queue per Syntropy cycle
- Spawn Worker: Use
spawnWorkerwith the task'sINSTRUCTIONSblock - Verify before marking done: Run the
VERIFYcommand if provided - Update status: After completion, update task status and move to archive
- Don't skip ahead: Tasks may have dependencies, process in order
- PROD VERIFICATION: All
VERIFYcommands must be run on the VPS (65.181.125.80) to confirm success in the real world.
### TXXX: [Title] READY
**Effort**: X min | **Risk**: None/Low/Medium/High | **Parallel-Safe**: Yes/No
**Depends**: TXXX (optional)
INSTRUCTIONS:
[Step-by-step instructions for the worker]
VERIFY:
[Command to verify success]
Effort: 20 min | Risk: Medium | Parallel-Safe: β
INSTRUCTIONS:
Investigate why 'worker' service is missing from the docker-compose context. Check for multiple .yml files and ensure COMPOSE_FILE env var is set correctly if needed. Check v2/ directory f