chore(skills): clean up skill headers — remove stale @RELATION, @STATUS noise
- semantics-python: removed dead @RELATION -> [Std.Semantics.Belief] and [MolecularCoTLogging] - semantics-core, semantics-contracts: removed @STATUS ACTIVE (noise) - molecular-cot-logging: removed invalid @RELATION REPLACES -> [Std.Semantics.Belief] - semantics-svelte: fix brackets on @RELATION -> [MolecularCoTLogging] All skill headers now match the minimal template: @BRIEF + internal @RELATION only.
This commit is contained in:
@@ -3,12 +3,10 @@ name: semantics-python
|
||||
description: Python-specific GRACE-Poly protocol: few-shot complexity examples, belief runtime patterns, module conventions, and FastAPI/SQLAlchemy patterns for ss-tools.
|
||||
---
|
||||
|
||||
#region Std.Semantics.Python [C:4] [TYPE Skill] [SEMANTICS python,examples,belief,fastapi,sqlalchemy]
|
||||
#region Std.Semantics.Python [C:4] [TYPE Skill] [SEMANTICS python,examples,fastapi,sqlalchemy]
|
||||
@BRIEF Python-specific HOW: few-shot complexity examples, belief runtime patterns, module decomposition, and FastAPI/SQLAlchemy conventions for the GRACE-Poly protocol in ss-tools.
|
||||
@RELATION DEPENDS_ON -> [Std.Semantics.Core]
|
||||
@RELATION DEPENDS_ON -> [Std.Semantics.Belief]
|
||||
@RELATION DEPENDS_ON -> [Std.Semantics.Contracts]
|
||||
@RELATION DEPENDS_ON -> [MolecularCoTLogging]
|
||||
|
||||
## 0. WHEN TO USE THIS SKILL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user