Files
wehub-resource-sync 9e1b5784b8
test / test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-14 10:24:00 +08:00

20 lines
512 B
Markdown

# Runtime Conformance
Runtime Conformance verifies that a skill package can be consumed by target clients without silently losing its core contract.
The v0 suite checks:
- frontmatter `name` and `description`
- description length for Agent Skills / VS Code style clients
- `manifest.json` governance metadata
- `agents/interface.yaml` compatibility metadata
- Skill IR semantic alignment
- target degradation notes
- relative resource paths in IR
Run:
```bash
python3 scripts/run_conformance_suite.py .
```