diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-11 15:37:19 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-11 15:37:19 -0500 |
| commit | 83d48bd320157f9390e95b266f224f307c9a5ac3 (patch) | |
| tree | 8e2705c258741151286b16ef92a2b56ff03bf72f /.ai/workflows/INDEX.org | |
| parent | 9dadf33cab5061a27084a98a83fce38a28155c90 (diff) | |
| download | rulesets-83d48bd320157f9390e95b266f224f307c9a5ac3.tar.gz rulesets-83d48bd320157f9390e95b266f224f307c9a5ac3.zip | |
docs(workflows): add clean-todo workflow
clean-todo is the manual entry point for tidying todo.org: it runs the hygiene pass, then --archive-done (relocate completed level-2 subtrees into "Resolved"), then summarizes what changed and leaves the diff uncommitted for review. The wrap-up flow already does both passes at session end; clean-todo runs them on demand. It's listed in INDEX.org under the usual trigger phrases.
Diffstat (limited to '.ai/workflows/INDEX.org')
| -rw-r--r-- | .ai/workflows/INDEX.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ai/workflows/INDEX.org b/.ai/workflows/INDEX.org index 3750e91..7349d74 100644 --- a/.ai/workflows/INDEX.org +++ b/.ai/workflows/INDEX.org @@ -31,6 +31,8 @@ This index must list every =.org= file in =.ai/workflows/= except this one. Star - Standup-only triggers: "what's my standup report", "let's do the daily standup report", "give me the standup brief" - =journal-entry.org= — capture a daily journal entry. - Triggers: "let's do a journal entry", "create a journal entry" +- =clean-todo.org= — tidy =todo.org=: hygiene pass + =--archive-done=, then summarize. Wrap-up does this automatically; this is the manual entry point. + - Triggers: "clean up todo.org", "clean-todo", "tidy the todo file", "archive the done items in todo.org", "run the todo cleanup" ** Calendar |
