Skip to content

Commit d016353

Browse files
authored
feat: add supervisor-helper.sh with SQLite schema and state machine (t128.1)
Implements t128.1 - Autonomous Supervisor SQLite schema and state machine. - SQLite schema: tasks, batches, batch_tasks, state_log tables - State machine: queued->dispatched->running->evaluating->complete/blocked/failed - Retry cycle: evaluating->retrying->dispatched with configurable max retries - Commands: init, add, batch, transition, status, list, next, reset, cancel, db - Concurrency-aware dispatch via next command with batch limits - State transition validation with audit log - JSON output support for programmatic consumption - Zero ShellCheck violations
1 parent 9460af8 commit d016353

3 files changed

Lines changed: 1138 additions & 2 deletions

File tree

0 commit comments

Comments
 (0)