diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 01:11:06 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 01:11:06 -0400 |
| commit | d379a23953166a2c95d20da5098426cbf49a510f (patch) | |
| tree | fe10f952e9d329b4cc8a82ba2b289db1398df9d4 /.ai/workflows/INDEX.org | |
| parent | 9ad415d654a0b2751c4472aeeb10571239f795fc (diff) | |
| download | rulesets-d379a23953166a2c95d20da5098426cbf49a510f.tar.gz rulesets-d379a23953166a2c95d20da5098426cbf49a510f.zip | |
feat(backlog): extract the execution loop into work-the-backlog.org
work-the-backlog.org now owns the autonomous execution loop: the mechanical eligibility gate, the four-item defer checklist, the per-task quality bar, and the run-cap kill switch, fed a task set, session mode, and cap by its callers. I stubbed the pre-flight Q&A, waiver read, end-of-set page, and metrics record with pointers to their phases.
inbox.org's auto mode drops its execute step. Per-cycle item 3 routes and queues only, so the loop has one home. This is Phase 1 of the autonomous-batch execution spec.
Diffstat (limited to '.ai/workflows/INDEX.org')
| -rw-r--r-- | .ai/workflows/INDEX.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ai/workflows/INDEX.org b/.ai/workflows/INDEX.org index a474b29..8d50577 100644 --- a/.ai/workflows/INDEX.org +++ b/.ai/workflows/INDEX.org @@ -54,6 +54,9 @@ This index must list every =.org= file in =.ai/workflows/= except this one and e - Roam-mode triggers: "inbox zero", "empty the inbox", "process the roam inbox", "triage my roam inbox" - Auto-mode trigger: "auto inbox zero" (match before "inbox zero") +- =work-the-backlog.org= — the autonomous task-execution loop, the single home for working a batch of marked tasks unattended: takes an ordered task set (explicit list or tag query) + session mode (=file-only= default / =autonomous-commit= + paging) + a hard run cap; each candidate passes the mechanical eligibility gate (status =TODO= + =:solo:= per the project's scheme header) and the four-item defer checklist, then is implemented to the full quality bar (TDD, =/review-code=, =/voice=) as its own logical commits. Fed by the inbox auto-loop and the no-approvals speedrun preset (caller wiring lands with that feature's Phase 2). + - Triggers: "work the backlog", "work the backlog with <task set>" (manual fallback — the callers invoke it directly) + ** Calendar - =add-calendar-event.org= — create a calendar event. |
