# Meeting action validation fixture

This dependency-free Deno fixture validates model-supplied action items against
a synthetic meeting transcript. It is evidence for the FutureCraft meeting
notes guide, not a benchmark of any transcription service or language model.

```bash
deno test docs/seo/evidence/meeting-action-validation/action_validator_test.ts
deno run --allow-write \
  docs/seo/evidence/meeting-action-validation/run_fixture.ts
```

Code is licensed under MIT. Documentation and generated evidence are licensed
under CC BY 4.0. See the license files in this directory.
