|
8 | 8 | - Invocation type: model-invoked, with a supported manual entry point |
9 | 9 | - Profile: `review-loop` `agent-skill` |
10 | 10 | - Stable-release boundary: v0.1.3 contains seven packages and does not contain `light-kanban-worker` |
11 | | -- Admission status: `IN PROGRESS` — full admission path; the prompt-only fast track does not apply because the Skill accesses the network, reads workspace files, and mutates Light-Kanban task state |
12 | | - |
13 | | -## Evidence plan (full path) |
14 | | - |
15 | | -| Area | Required demonstration | |
16 | | -| --- | --- | |
17 | | -| Structure | Package tree, `SKILL.md` metadata, internal links and resources validate with the package contract and behavior suites. | |
18 | | -| Installation and discovery | A fresh environment installs the package form, then discovers the installed Skill without relying on the source checkout. | |
19 | | -| Behavioral | Scenarios A–F against a real Light-Kanban server: fresh task, Request Changes rework, two-worker atomic claim, workspace missing → block, empty queue → no mutation, offline → no mutation with clear failure. | |
20 | | -| Invocation | A scheduled-style prompt and a one-shot manual prompt both resolve to the worker; model-invoked metadata agrees with `SKILL.md`. | |
21 | | -| Review | `review-loop` with the `agent-skill` Profile evaluates the candidate using Producer evidence and a fresh Evaluator. | |
22 | | -| Attribution | Owner-authored first-party; no third-party content, so no `ATTRIBUTION.md` is required. | |
23 | | - |
24 | | -## Results |
25 | | - |
26 | | -The rows above are filled in with exact commands, environment facts, inputs, |
27 | | -outputs, and limitations as each gate completes. The final verdict is owned |
28 | | -by `review-loop agent-skill`; only a `PASS` admits the package into the |
29 | | -first-party collection. |
30 | | - |
31 | | -- Contract and behavior suites: |
32 | | - `skills/light-kanban-worker/tests/` (positive and negative fixtures, |
33 | | - non-zero assertions). |
34 | | -- Behavioral evidence against a real Light-Kanban server: recorded in |
35 | | - [behavioral-evidence.md](behavioral-evidence.md). |
36 | | -- Final acceptance: recorded under [review-loop/](review-loop/) once the |
37 | | - `review-loop agent-skill` run completes. |
| 11 | +- Admission status: `PASS` — full admission path (2026-08-16); the prompt-only fast track does not apply because the Skill accesses the network, reads workspace files, and mutates Light-Kanban task state |
| 12 | + |
| 13 | +## Evidence summary |
| 14 | + |
| 15 | +| Area | Result | Evidence boundary | |
| 16 | +| --- | --- | --- | |
| 17 | +| Structure | PASS | Package contract and behavior suites (metadata, required workflow sections, golden-flow order, rule checkers) plus collection discovery/contract composition; 90 collection assertions + all 19 package suites green. | |
| 18 | +| Installation and discovery | PASS | Clean-copy install to `/tmp/lk-worker-fresh/codex/skills/light-kanban-worker`: 10/10 files SHA-256 identical, tree contains only the declared package, both suites green against the installed copy (shared collection test harness on PYTHONPATH). Published-tag `npx skills add` verification is the v0.1.4 release gate. | |
| 19 | +| Behavioral | PASS | Scenarios A–F against a real Light-Kanban server (binary built from `LightDevCoder/light-kanban` main, commit `f49ace5`): fresh task, Request Changes rework, two-worker atomic claim (exactly one 200 / one 409), workspace missing → block, empty queue no-mutation, offline no-mutation. Full transcript recorded. | |
| 20 | +| Invocation | PASS | Fresh read-only probes: the scheduled-task prompt loads the skill with the correct first protocol actions; an unrelated instruction does not trigger it; the skill invokes no other user-invoked skill. | |
| 21 | +| Review | PASS | `review-loop` `agent-skill` Profile, Charter revision 1: Critic candidates F-001/F-002/F-003 resolved with verified repairs, F-004 rejected; fresh independent Evaluator returned `PASS` criterion-by-criterion. | |
| 22 | +| Attribution | PASS | Owner-authored first-party; no third-party content or code, so no `ATTRIBUTION.md` is required. | |
| 23 | + |
| 24 | +Behavioral evidence: [behavioral-evidence.md](behavioral-evidence.md). |
| 25 | +Final acceptance record: [review-loop/](review-loop/) (charter, findings, |
| 26 | +round-01 records, verdict). |
| 27 | + |
| 28 | +Admission does not waive release, installation-command verification, or |
| 29 | +Program-level acceptance gates; those are recorded under |
| 30 | +[docs/evidence/releases/v0.1.4/](../../releases/v0.1.4/). |
0 commit comments