Files
yao-meta-skill/skill_atlas/policy.json
T
2026-06-13 18:00:32 +08:00

24 lines
781 B
JSON

{
"schema_version": "1.0",
"scope_rules": [
{
"path_prefix": "examples/",
"scope": "example",
"actionable": false,
"reason": "Generated examples and evolution snapshots are portfolio evidence, not release-actionable library skills for the root package."
},
{
"path_prefix": "tests/fixtures/",
"scope": "test-fixture",
"actionable": false,
"reason": "Fixtures intentionally include invalid or broken skills to verify validators and packagers."
},
{
"path_prefix": "geo-ranking-article-generator",
"scope": "embedded-generated-skill",
"actionable": false,
"reason": "This nested generated skill is retained as local evidence and should not gate the root Meta Skill release."
}
]
}