Table of Contents generated with DocToc
Capability: substrate:framework-dev
Harness: agnostic
Validates adopter pilot-report files against the required schema defined in docs/pilot-report-template.md. Pilot reports are the feedback artefact that documents an adopter's end-to-end run of an experimental skill family, and are the primary evidence source for advancing a skill from experimental to stable.
uv; stdlib-only (no runtime dependencies). The dev group pulls pytest, ruff.For every .md file that carries a YAML frontmatter block:
skill, date, target_repo, profile.profile value — asf | non-asf | custom.<...> tokens, and date must be a real ISO 8601 date (YYYY-MM-DD).## Skill or family, ## Target repo and profile, ## Blocked preflights, ## False positives, ## Confirmation points, ## Privacy and adapter notes, ## Proposed spec changes.The frontmatter block must be at the very top of the file — YAML frontmatter placed lower in the document is not detected. Files without a top-of-file frontmatter block (e.g. README files) are silently skipped. docs/pilot-report-template.md ships with placeholder frontmatter values, so running the validator on the unedited template reports those placeholders until you fill them in.
# Validate a single filled-in report uv run --project tools/pilot-report-validator \ pilot-report-validate path/to/my-pilot-report.md # Validate every report in a directory uv run --project tools/pilot-report-validator \ pilot-report-validate path/to/reports/ # Run the test suite (use --directory, not --project, to avoid the # duplicate-`tests`-package collision when run from the repo root) uv run --directory tools/pilot-report-validator --group dev pytest
Copy docs/pilot-report-template.md, fill in the frontmatter and each section, then validate with this tool before sharing. See the template for detailed per-section instructions.