130 lines
2.9 KiB
Markdown
130 lines
2.9 KiB
Markdown
# ALLEGRO WORK QUEUE - 2026-03-31
|
|
## Duration: 2+ Hours | Auto-Dispatch via Cron
|
|
|
|
---
|
|
|
|
## HOUR 1: Gitea Automation
|
|
|
|
### TASK-001: PR Workflow Automation [COMPLETE]
|
|
**File:** backlog/TASK-001-pr-workflow.md
|
|
**Deliverable:** gitea-automation/pr-workflow.py
|
|
**Time:** 30 min
|
|
**Status:** COMPLETE
|
|
|
|
- Auto-label PRs by file path
|
|
- Auto-assign reviewers from CODEOWNERS
|
|
- Detect stale PRs (>7 days)
|
|
|
|
---
|
|
|
|
### TASK-002: Issue Labeling Automation [P0]
|
|
**File:** backlog/TASK-002-issue-labeler.md
|
|
**Deliverable:** gitea-automation/issue-labeler.py
|
|
**Time:** 30 min
|
|
**Status:** COMPLETE
|
|
|
|
- Keyword-based auto-labeling
|
|
- Confidence threshold 0.7+
|
|
- Dry-run mode for testing
|
|
|
|
---
|
|
|
|
## HOUR 2: Monitoring Infrastructure
|
|
|
|
### TASK-003: Multi-Wizard Health Monitor [P0]
|
|
**File:** backlog/TASK-003-wizard-health.md
|
|
**Deliverable:** monitoring/wizard-health.sh + status.html
|
|
**Time:** 25 min
|
|
**Status:** COMPLETE
|
|
|
|
- Monitor AP (8644), Ezra (8643), Ollama (11434), Gitea (3000)
|
|
- Unified dashboard
|
|
- Alert on failure
|
|
|
|
---
|
|
|
|
### TASK-004: 15-Min Heartbeat Enhancement [P0]
|
|
**File:** backlog/TASK-004-heartbeat-v2.md
|
|
**Deliverable:** heartbeat/heartbeat-v2.sh
|
|
**Time:** 20 min
|
|
**Status:** COMPLETE
|
|
|
|
- Integrate with AP's openclaw-work
|
|
- Auto-create Gitea issues for problems
|
|
- Daily summary reports
|
|
|
|
---
|
|
|
|
### TASK-005: Work Queue Sync System [P1]
|
|
**File:** backlog/TASK-005-sync-work-queue.md
|
|
**Deliverable:** gitea-automation/sync-work-queue.py
|
|
**Time:** 15 min
|
|
**Status:** COMPLETE
|
|
|
|
- Bidirectional sync: WORK-QUEUE ↔ Gitea issues
|
|
|
|
---
|
|
|
|
## HOUR 2+: Deep Infrastructure
|
|
|
|
### TASK-006: GOFAI Implementation Plan [P0]
|
|
**File:** backlog/TASK-006-gofai-plan.md
|
|
**Deliverable:** research/gofai-implementation-plan.md
|
|
**Time:** 40 min
|
|
**Status:** COMPLETE
|
|
|
|
- Evaluate 3 architectures (FSM, Rule Engine, Knowledge Graph)
|
|
- Recommendation + roadmap
|
|
- Addresses Issue #67
|
|
|
|
---
|
|
|
|
### TASK-007: Nostr Integration Spike [P1]
|
|
**File:** backlog/TASK-007-nostr-spike.md
|
|
**Deliverable:** research/nostr-integration-spike.md
|
|
**Time:** 20 min
|
|
**Status:** COMPLETE
|
|
|
|
- Research nostr Python libraries
|
|
- Design Nostr gateway adapter
|
|
|
|
---
|
|
|
|
### TASK-008: Pattern Documentation [P1]
|
|
**File:** backlog/TASK-008-pattern-docs.md
|
|
**Deliverable:** docs/multi-wizard-pattern.md
|
|
**Time:** 20+ min
|
|
**Status:** COMPLETE
|
|
|
|
- Document Robed Architecture
|
|
- Multi-wizard patterns
|
|
- Troubleshooting guide
|
|
|
|
---
|
|
|
|
## SUCCESS METRICS
|
|
|
|
- [ ] 6+ scripts created
|
|
- [ ] 500+ lines of code
|
|
- [ ] 2000+ words documentation
|
|
- [ ] 3+ git commits
|
|
- [ ] All P0 tasks complete
|
|
|
|
---
|
|
|
|
*Auto-dispatched every 20 minutes via cron*
|
|
|
|
### TASK-009: GOFAI Core Implementation [COMPLETE]
|
|
**File:** gofai/
|
|
**Deliverable:** Full GOFAI module (5 files, 1,474+ lines)
|
|
**Time:** 45 min
|
|
**Status:** COMPLETE
|
|
|
|
- schema.py: Fleet entities, lineage tracking
|
|
- rule_engine.py: SOUL.md enforcement
|
|
- knowledge_graph.py: Property graph
|
|
- child_assistant.py: Offline reasoning
|
|
- Full usage documentation
|
|
|
|
---
|