Commit c4d6c7a
Claudinite growth: conversation extract (#771)
One rule from the 2026-07-24/26 conversation logs, landed at two rungs of
the local ladder: the routing surface (the skill's own description) plus a
terse RULES.md bullet.
The owner preference maps "LGTM" to the canon `merge-to-main` skill, but
`git-github` is not among this repo's declared packs, so that skill is not
mounted and `Skill(merge-to-main)` returns *Unknown skill*. Every session in
the captured corpus that was told to merge made that call first:
- issue-717 log @4346s -> Unknown skill, then find + hand-read the SKILL.md.
- issue-734 log @93089s -> Unknown skill, then find + read + grep before
finally reaching `Skill(merge-and-ci)` at 93109s (~20s, 3 wasted calls).
- issue-753 log @5284s -> Unknown skill, then find + read (~12s, 2 calls).
The gap is in the routing surface: gcec's `merge-and-ci` description never
claimed the trigger phrases the preference routes on, so the model followed
the preference to the skill it names. Fixed by having `merge-and-ci` claim
"LGTM"/"merge to main" explicitly and state that `merge-to-main` is not
mounted here, plus one RULES.md bullet for the always-injected path.
Retention is unset, so nothing was pruned and the `conversation-logs` branch
was not touched. The issue-760 log yielded nothing new (its SessionStart-hook
miss is already captured by #766).
Refs #770
Co-authored-by: Claude <noreply@anthropic.com>1 parent f457b9c commit c4d6c7a
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments