Skip to content

Commit 0a0d93c

Browse files
committed
docs(data): codify reference source policy
1 parent cb7d0f0 commit 0a0d93c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- TypeScript may contain types, loaders, validators, transformations, calculations, presentation logic, and implementation-only constants with no product or editorial meaning. When uncertain, treat a value as data.
1616
- Update the JSON schema, corresponding TypeScript type, and validation tests together whenever a data shape changes.
1717
- Keep `src/types/manifests.ts` in one-to-one correspondence with the schemas under `manifests/$schemas/`.
18+
- Follow [docs/DATA-TRUST.md](docs/DATA-TRUST.md) for provenance, source priority, verification metadata, and freshness requirements when adding or materially updating data.
1819

1920
## Design
2021

docs/DATA-TRUST.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Legacy records may have `verified: true` without structured provenance because t
4040

4141
For new entries and material updates, a `verified: true` change should include at least one authoritative source, `lastVerifiedAt`, `verifiedBy`, and `confidence`. Official product documentation and pricing pages are preferred over third-party summaries. Benchmark fields should cite the benchmark owner or an official model report.
4242

43+
## Reference sources
44+
45+
The localized, reader-facing source policy is published under `content/docs/*/data-sources.mdx`. Publisher-maintained Hugging Face repositories and model cards may be used for open-weight model artifacts, licenses, base-model relationships, supported libraries, datasets, and evaluation metadata; record ownership must be checked so community uploads are not treated as first-party claims. Models.dev may be used to discover and cross-check model specifications, capabilities, release information, and provider pricing. Artificial Analysis may be used for its Intelligence Index, methodology, and comparable API market observations. These reference sources do not override applicable first-party documentation, and every incorporated value remains subject to project review.
46+
4347
## Model catalog inclusion
4448

4549
Every new model catalog entry must have a published Artificial Analysis Intelligence Index result compatible with the index version tracked in `data/artificial-analysis-index.json`. Artificial Analysis Coding Agent Index, Agentic Index, individual benchmark scores, and provider-only measurements are different metrics and must not be substituted or mixed into the model Intelligence Index.

0 commit comments

Comments
 (0)