Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.44 KB

File metadata and controls

54 lines (37 loc) · 2.44 KB

Permea Core Public Artifact Specifications

Overview

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.

Specification Index

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

Registry Command

python3 scripts/permea_specs.py

The command prints the available public specs, schema paths, governed artifact families, and explicit non-claims.

Validator Command

python3 scripts/permea_check.py

The 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 Reference

Explicit Non-Claims

  • 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

Extension Policy

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.