31ce04c655
Merge the beta-ready Yao Meta Skill architecture, report, evidence gate, and release-boundary updates.\n\nRelease boundary: beta/public testing is allowed; formal world-class, fully reviewed, or superiority claims remain blocked until the pending evidence gates are accepted.
Skill IR
Skill IR is the platform-neutral capability contract for Yao Meta Skill 2.0.
The IR keeps core skill semantics stable before any platform-specific packaging:
- job to be done
- trigger surface and exclusions
- workflow steps and failure modes
- references, scripts, assets, and reports
- trigger and output evaluation plan
- risk and governance metadata
Generate the root example:
python3 scripts/export_skill_ir.py . --output-json skill-ir/examples/yao-meta-skill.json
Validate the v0 implementation:
python3 tests/verify_skill_ir.py