aboutsummaryrefslogtreecommitdiff
path: root/inbox/lint-followups.org
Commit message (Collapse)AuthorAgeFilesLines
* chore(inbox): queue wrap-up lint and task-review follow-upsCraig Jennings2026-05-211-0/+5
| | | | The lint sweep re-flagged the line-2070 misplaced-heading false positive (a ** inside verbatim markers in a DONE body), and the staleness check counted 12 top-level tasks unreviewed past 30 days.
* chore(ai): archive session record and task-review todo cleanupCraig Jennings2026-05-201-0/+5
| | | | Archive the DONE task-review implementation and the cancelled OV-1 skill from Open Work to Resolved. The follow-ups file picks up one lint judgment and the review-habit staleness line for the next daily-prep.
* chore(inbox): clear processed lint follow-upsCraig Jennings2026-05-201-28/+0
|
* chore(ai): archive session record and wrap-up lint followupsCraig Jennings2026-05-201-0/+14
|
* chore(ai): archive session record and wrap-up lint followupsCraig Jennings2026-05-191-0/+14
| | | | Records this session's process-rule additions (Discovery check in commits.md Step 1; mechanical primary trigger for session-context writes), ai launcher polish (per-project opening line + explicit end-of-session window placement), and the new triggers.md for cross-project launch phrases. Lint-followups carries the recurring misplaced-heading judgment at line 2143 (false positive: `**` inside `=...=` verbatim, leave alone) plus a date-coverage list, both deferred per the task-review spec.
* docs(commits): check disk before declaring /review-code unavailableCraig Jennings2026-05-181-30/+0
| | | | | | | | Step 1 told the agent to run /review-code but didn't say what to do when the skill exists on disk yet isn't in the session's available-skills list. The list covers plugin-installed skills only. User commands under ~/.claude/commands/ are routable as slash-commands but don't appear in it, so the agent could declare /review-code unavailable and fall through to the trivial-one-liner exception in Step 2. The new Discovery check tells the agent to verify both ~/.claude/commands/review-code.md and ./.claude/commands/review-code.md on disk before declaring the skill unavailable, and surface the mismatch rather than auto-skipping. Also drops three absorbed or stale inbox files: the skill-discovery handoff (signal absorbed by this edit), the missing-inbox-dir handoff (already resolved by 470085f), and a stale date-coverage scan output (deferred until the task-review habit lands).
* chore(ai): archive session record and wrap-up lint followupsCraig Jennings2026-05-171-0/+15
|
* chore(ai): archive session record and wrap-up lint followupsCraig Jennings2026-05-161-0/+15
Records today's task-review spec + google-keep MCP install work. Lint-followups carries one misplaced-heading judgment (line 2153, false positive — `**` inside `=...=` verbatim) and a 9-entry date-coverage list, both deferred per the task-review spec's plan to retire the date-coverage scan once implemented.