Skip to content

Commit f4ff8aa

Browse files
Drop inline recaps from extracted section stubs
The previous commit left 2-3 line summaries above each 'See references/X.md' link. Strip them - the section header plus the link is enough; the recap was just out-of-date duplication waiting to happen.
1 parent f23b054 commit f4ff8aa

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

  • .claude/skills/agent-device-evidence

.claude/skills/agent-device-evidence/SKILL.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ Bare numbers are rejected (PRs and issues share the GitHub number namespace; the
4949

5050
## Steps parsing
5151

52-
Strip the body to its steps section (PR: `### Tests`; issue: `## Action Performed:`; fall back to whole body if no anchor matches), drop boilerplate, then ask the LLM to segment the result into a flow list `[{title, precondition?, steps[], expected?}, ...]`. Issues are typically single-flow; PRs may declare multiple via `#### Test case N:`. Flows with one verify-only step are classified `kind: still`; everything else is `kind: video`. Empty flow list -> exit `3 NO_FLOWS`.
53-
54-
Full rules (anchors, boilerplate strip list, segmentation signals, per-flow field semantics): [`references/steps-parsing.md`](references/steps-parsing.md).
52+
See [`references/steps-parsing.md`](references/steps-parsing.md).
5553

5654
## Phase 1 cache
5755

@@ -194,9 +192,7 @@ Run output is persistent across reboots and append-only - the skill never delete
194192
195193
### Manifest schema
196194
197-
`manifest.json` at the run root captures: `source` (kind/number/url/title), `platforms_requested` vs `platforms_run`, and `flows.<platform>[]` with per-flow `id`, `title`, `kind`, `path`, `stills`, `expected` (issues only), `status` (`ok` / `phase1_failed` / `phase2_failed` / `skipped_after_failure`), `cached`, `fingerprint`, `warnings`, and any `params` the driver chose.
198-
199-
Full schema and field semantics: [`references/manifest-schema.md`](references/manifest-schema.md).
195+
See [`references/manifest-schema.md`](references/manifest-schema.md).
200196
201197
### Handoff
202198
@@ -226,9 +222,7 @@ Hitting any cap marks the flow `phase1_failed` / `phase2_failed` and proceeds to
226222

227223
## Error handling
228224

229-
Gate failures exit hard (`3 NO_FLOWS`, `4 PLATFORM_UNSUPPORTED`, `7 BRING_UP_FAILED`, `8 BAD_INPUT`). Per-flow failures during Phase 1 or Phase 2 mark the flow `phase1_failed` / `phase2_failed` and continue to the next flow - the skill never aborts the run on a single flow.
230-
231-
Full per-situation matrix: [`references/error-handling.md`](references/error-handling.md).
225+
See [`references/error-handling.md`](references/error-handling.md).
232226

233227
## Out of scope (do not do these)
234228

0 commit comments

Comments
 (0)