This directory defines the first public artifact specification layer for Permea Core. It gives researchers and developers stable, lightweight standards for creating, inspecting, implementing, validating, and extending public artifact families.
| Artifact family | Specification | Schema |
|---|---|---|
| Dataset cards | SPEC_DATASET_CARD.md | dataset_card.schema.json |
| Benchmark cards | SPEC_BENCHMARK_CARD.md | benchmark_card.schema.json |
| Evidence cards | SPEC_EVIDENCE_CARD.md | evidence_card.schema.json |
| Run manifests | SPEC_RUN_MANIFEST.md | run_manifest.schema.json |
| Output packages | SPEC_OUTPUT_PACKAGE.md | output_package.schema.json |
python3 scripts/permea_specs.pyThe command prints the available public specs, schema paths, governed artifact families, and explicit non-claims.
python3 scripts/permea_check.pyThe validator checks current public example artifacts against lightweight Permea standard expectations for required fields, artifact type recognition, repo-relative paths, non-claims, claim-boundary wording, and evidence linkage.
Copyable validator-compatible packages are available in External Examples.
- EVIDENCE-036: Artifact Specification Layer
- EVIDENCE-038: Artifact Validator Bundle
- EVIDENCE-040: External Example Packages
- no dataset downloaded
- no acquisition executed
- no redistribution rights confirmed
- no wet-lab validation by Permea
- no clinical efficacy claim
- no model performance claim
- no SOTA claim
- no solved-delivery claim
New artifact specs should define required fields, recommended fields, field definitions, example structure, validation expectations, claim boundaries, limitations, and extension points before they become reviewer-facing standards.