feat(check): the contract and the checker state the payload's v1.1 forms
C6. `docs/consumption-contract.md` now says what the pre-pass emits:
- SS 2.5 point 2: sub-questions are written in the bundle's terms and given to
the pre-pass in ONE run where it takes several;
- SS 8's example is `okf-consumption/2` as shipped: `withheld` is the
`{total, by_rule, nearest, complete}` mapping, `coverage` carries
`absent_terms` and `weak`, an excerpt carries `text`, `text_sha256`,
`passage` and `own_title`; point 1 closes the identity on `withheld.total`;
- point 7 keeps the falsified verdicts on record and states the one reading
carried since v1.1, `weak`, with its rule: a word held in no form, or
nothing delivered -- whether a word exists at all, which does not move with
question style or corpus size the way the two shares did;
- point 8 the passage (`{start, end, of}`, `text_sha256` over the passage,
`sha256` still the file's), point 9 several sub-questions in one run (one
cut, `questions`, `subquestions`, per-sub-question coverage), point 10 a
title inherited from the heading above, with `own_title`;
- SS 10 names this library's default ranking (BM25) and `--ranking fusion`.
`okf check` holds the two new forms a reader acts on: `passage_malformed`
(not whole numbers with 0 <= start < end <= of) and `subquestions_unindexed`
(not distinct indices into `questions`, or indices in a payload listing none).
17 -> 19 rules; the two tests that pin the published count move with it.
Each rule is held against a real payload (0 findings) and against that
payload broken six ways.
Editing the contract moved the SS 7.4 known-positive, measured once after the
edit: 19 837 -> 23 672 encoded, 19 358 -> 23 092 raw, delta 479 -> 580. The
example payload and `skills/okf-consume` are regenerated by the published
recipe and `okf check` reports 19 rules, 0 findings on them.
Suite on a clean tree after `git add`: 2443 passed, 2 skipped, 4 xfailed.
ruff, ruff format, mypy --strict clean.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
da6faf8776
commit
977040f575
11 changed files with 308 additions and 28 deletions
|
|
@ -1563,6 +1563,11 @@ R761 **8** (S1-S6 + KP + KN), vegnormal **32** questions / **43**
|
|||
48 000 (`lines_truncated`). The card (`okf card`, `okf_describe`) carries it
|
||||
as `map` and no longer carries `source_files`. The skill and the server
|
||||
instructions say: read the map, 2-4 sub-questions in its words, ONE call.
|
||||
**C6:** the contract's SS 8 example and points 1, 7-10 state the current
|
||||
form (`okf-consumption/2`'s `withheld` mapping, `absent_terms`/`weak`,
|
||||
`passage`, `questions`/`subquestions`, `own_title`); `okf check` gains
|
||||
`passage_malformed` and `subquestions_unindexed` (19 rules). Editing the
|
||||
contract moved the known-positive to 23 672 / delta 580.
|
||||
What follows describes the fusion.
|
||||
- Consume a bundle: `okf consume <bundle> --question "<q>"
|
||||
[--k N] [--limit N] [--out PATH] [--ref IDENTITY]` — the **pre-pass**
|
||||
|
|
@ -1657,7 +1662,8 @@ R761 **8** (S1-S6 + KP + KN), vegnormal **32** questions / **43**
|
|||
veiledningen om krav?"` are both required (the payload test asserts bytes for
|
||||
that question), and the checkout prefix is then stripped, because `okf skill`
|
||||
writes the bundle root and the skill path ABSOLUTE when `--out` is not under
|
||||
`.claude/skills/`. The pair is rc 0, 17 rules (16 before K3-21), 0 findings,
|
||||
`.claude/skills/`. The pair is rc 0, 19 rules since v1.1 C6 (17 before, 16
|
||||
before K3-21), 0 findings,
|
||||
and a test holds
|
||||
the shipped bytes to the generator's. Its frontmatter `name` is now
|
||||
`b-golden-segmented-okf-v0-2-consume`: Claude Code takes a project skill's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue