diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-18 01:28:47 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-18 01:28:47 -0500 |
| commit | 986bb4c368b1072a4671aecb16fa05b74ecac893 (patch) | |
| tree | f9139073bc7624bd491965a5745b03b46e94acc7 /inbox/lint-followups.org | |
| parent | 470085f4220afabb3b487f9342ed6bc35f5feca0 (diff) | |
| download | rulesets-986bb4c368b1072a4671aecb16fa05b74ecac893.tar.gz rulesets-986bb4c368b1072a4671aecb16fa05b74ecac893.zip | |
docs(commits): check disk before declaring /review-code unavailable
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).
Diffstat (limited to 'inbox/lint-followups.org')
| -rw-r--r-- | inbox/lint-followups.org | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/inbox/lint-followups.org b/inbox/lint-followups.org deleted file mode 100644 index 6fb4c0d..0000000 --- a/inbox/lint-followups.org +++ /dev/null @@ -1,30 +0,0 @@ - -* 2026-05-16 lint-org follow-ups — todo.org -** TODO line 2153 — misplaced-heading — Possibly misplaced heading line - -* 2026-05-16 Sat — Date coverage: [#A] / [#B] tasks without DEADLINE or SCHEDULED -Review each: add a date, drop the priority, or confirm 'no-date by intent' inline. -- 10: ** TODO [#A] Implement task-review daily-habit per spec -- 28: ** DOING [#A] Check that memories are sync'd across machines via git.m -- 58: ** TODO [#A] Build =create-documentation= skill for high-quality project/product docs -- 692: ** TODO [#A] Review pass: tighten skills and rulesets after 2026-05-04 audit -- 1221: ** TODO [#B] Build =ov-1= skill for DoDAF OV-1 (High-Level Operational Concept Graphic) -- 1295: ** TODO [#A] Build =/update-skills= skill for keeping forks in sync with upstream -- 1621: ** TODO [#B] Add =make remove= for interactive ruleset removal via fzf -- 1686: ** TODO [#B] Document the =mcp/= install pipeline in =mcp/README.org= -- 1773: ** TODO [#B] Phase A startup blind to =claude-templates/inbox/= post-fold :bug:fold: - -* 2026-05-17 lint-org follow-ups — todo.org -** TODO line 2153 — misplaced-heading — Possibly misplaced heading line - -* 2026-05-17 Sun — Date coverage: [#A] / [#B] tasks without DEADLINE or SCHEDULED -Review each: add a date, drop the priority, or confirm 'no-date by intent' inline. -- 10: ** TODO [#A] Implement task-review daily-habit per spec -- 28: ** DOING [#A] Check that memories are sync'd across machines via git.m -- 58: ** TODO [#A] Build =create-documentation= skill for high-quality project/product docs -- 692: ** TODO [#A] Review pass: tighten skills and rulesets after 2026-05-04 audit -- 1221: ** TODO [#B] Build =ov-1= skill for DoDAF OV-1 (High-Level Operational Concept Graphic) -- 1295: ** TODO [#A] Build =/update-skills= skill for keeping forks in sync with upstream -- 1621: ** TODO [#B] Add =make remove= for interactive ruleset removal via fzf -- 1686: ** TODO [#B] Document the =mcp/= install pipeline in =mcp/README.org= -- 1773: ** TODO [#B] Phase A startup blind to =claude-templates/inbox/= post-fold :bug:fold: |
