fix(skill): regenerate skills/okf-consume from the golden bundle it ships a payload for
The hand-filled skill predated `okf skill`, declared no bundle identity,
and was refused by the checker it tells its reader to run, against the
payload shipped beside it:
NOT conformant: 16 rules over 3 excerpts and 0 withheld entries, 1 findings
bundle_mismatch: the skill declares no readable bundle identity, ...
It is now the generator's output for
examples/ingest-golden-segmented-okf-v0-2/expected-bundle, the bundle the
payload always came from:
conformant: 16 rules over 3 excerpts and 0 withheld entries, 0 findings
The payload's bytes do not move. --force and --example-question are both
required: without the question the payload is a different one (spent
2125 -> 1420, delivered 3 -> 2, withheld 0 -> 1) and the byte test fails.
`okf skill` writes the bundle root and the skill path absolute when --out
is not under .claude/skills/, so the checkout prefix is stripped in one
mechanical step that a test holds; the generator is unchanged.
The frontmatter name becomes b-golden-segmented-okf-v0-2-consume. Claude
Code takes a project skill's command from its directory, which stays
okf-consume, and nothing in this repository named the skill by name.
references/README.md is rewritten by hand with the full regeneration
command; living prose in README, CLAUDE.md, the test comment and the
skill.py docstring is corrected, dated journals are left as written.
Report: docs/2026-09-11-k3-runde18-konsumskillen-regenerert.md
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
c7d662e91c
commit
6858ff2d35
8 changed files with 397 additions and 164 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
`skills/okf-consume-template/SKILL.md` is a template whose own rule is that a
|
||||
copy leaving a `<PLACEHOLDER>` unfilled "is not configured, it is unfinished".
|
||||
Filling it by hand is what produced `skills/okf-consume/` for one corpus. This
|
||||
command does the same thing for any bundle, from values it measures rather than
|
||||
values someone remembered.
|
||||
Filling it by hand is what first produced `skills/okf-consume/`, for one corpus.
|
||||
This command does the same thing for any bundle, from values it measures rather
|
||||
than values someone remembered; since 2026-09-11 that directory is this
|
||||
command's own output for the golden bundle the repository ships.
|
||||
|
||||
**Why a generator rather than one generic skill.** The measurement this
|
||||
paragraph used to rest on is CLOSED 2026-09-10. It read: the contract checker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue