Skip to content

Commit e390010

Browse files
committed
Document grounded fixture pairs
1 parent 6a7f8b8 commit e390010

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

examples/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ These examples show how messy workplace context becomes facts, asks, decisions,
1414
| [decision-with-data.md](decision-with-data.md) | `decision-brief` | Data + notes → decision snapshot | Frames a decision with data without overstating certainty or readiness. |
1515
| [async-slack-clear-ask.md](async-slack-clear-ask.md) | `clear-ask` | Slack thread → async meeting → ask | Treats a Slack thread like an async meeting and names the real decision gap. |
1616

17+
## Grounded JSON Fixtures
18+
19+
Machine-validated fixtures live under `examples/fixtures/` as one-to-one pairs:
20+
21+
```text
22+
<name>.source.txt
23+
<name>.expected.json
24+
```
25+
26+
Source files use explicit numbered lines. Every expected record must point to a
27+
valid `Line N` or `Lines N-M` anchor in its paired source, and anchored text must
28+
share substantive language with those lines.
29+
1730
## Strong Examples Should Show
1831

1932
- raw context

0 commit comments

Comments
 (0)