Agent Fleet Platform - Multi-agent orchestration with Forgejo + Matrix
Find a file
Zer4tul 2658a74730 fix: resolve 3 CRITICAL + 5 MAJOR issues from Codex review
C1: Arc<Mutex<EventStore>> changed from tokio::sync to std::sync + spawn_blocking
C2: StateMachine::transition merged into single lock scope
C3: Transaction boundaries (BEGIN/COMMIT) on all composite writes
M4: retry_count no longer overwritten by update_task_status
M5: RetryPolicy::handle_failure now atomic (single lock + transaction)
M6: Per-task timeout_seconds used in SQL instead of global config
M7: Explicit Priority::order() method instead of relying on variant order
M8: dequeue_and_assign uses CAS-style WHERE status='created' for atomicity
2026-05-11 19:08:18 +08:00
.claude init: OpenSpec project scaffolding with proposal, design, specs, tasks 2026-05-11 14:37:43 +08:00
openspec/changes/agent-fleet-platform chore: sync task checkboxes with implemented code 2026-05-11 14:58:36 +08:00
src fix: resolve 3 CRITICAL + 5 MAJOR issues from Codex review 2026-05-11 19:08:18 +08:00
.gitignore feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
AGENTS.md docs: add AGENTS.md for Codex working instructions 2026-05-11 14:59:24 +08:00
Cargo.lock feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
Cargo.toml feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00
config.example.toml feat: implement orchestrator core (Rust) 2026-05-11 14:57:23 +08:00