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:
2026-05-21 00:08:34 +03:00
parent bd55697e94
commit 45382d6a17
5 changed files with 2 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ description: Reference manual for GRACE-Poly v2.6 — syntax formats, complexity
@RELATION DISPATCHES -> [Std.Semantics.Python]
@RELATION DISPATCHES -> [Std.Semantics.Svelte]
@RELATION DISPATCHES -> [Std.Semantics.Testing]
@STATUS ACTIVE
## NOTE: Rationale lives in agent prompts
Each coder agent (python-coder, svelte-coder, fullstack-coder, qa-tester) carries a CONTRACT MANDATE block explaining WHY contracts prevent their specific failure modes (context amnesia, hallucinated dependencies, function bloat, rejected regression). This skill is the REFERENCE — load it when you need to check which tags are allowed at which tier, or how to format anchors in a specific language.