cc-os/docs/memory-system/benchmark/reference-outputs/README.md

27 lines
795 B
Markdown

# Reference Outputs
_Last updated: 2026-06-04_
This directory holds the per-model Graphify-shaped extraction fragments generated by the
Claude-tier reference-set benchmark (see `../dispatch-prompt.md`).
## File naming convention
```
<note-slug>.<tier>.md
```
Where:
- `<note-slug>` is the kebab-case identifier for the fixture note (assigned in Step 1c of the
build runbook)
- `<tier>` is one of: `haiku`, `sonnet`, `opus`
## Contents
Each file contains the YAML extraction fragment for one fixture note as produced by one Claude
tier. Files are generated by running the dispatch prompt — they do not exist until that step
is executed.
`claude-opus-4-8`'s `.opus.md` files are the **gold-standard rubric** against which local Ollama
doc-extraction models are scored in a later step.