aboutsummaryrefslogtreecommitdiff
path: root/.ai/workflows/readability-audit.org
Commit message (Collapse)AuthorAgeFilesLines
* feat(workflows): add suspend and readability-audit workflowsCraig Jennings2 days1-0/+242
suspend is a capture-only mid-session pause for an abrupt departure: it writes a resume-weighted entry and leaves the session anchor in place, so the next startup resumes from it. It's the capture half. Startup is the resume half. I registered it with its trigger phrases. readability-audit is a language-agnostic pass over comments, file headers, names, and organization. The cheap comment and name fixes land inline. Structural findings get filed as :refactor: tasks. It feeds /refactor rather than duplicating it.