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

@@ -6,7 +6,6 @@ description: Methodology reference: Design by Contract enforcement, Fractal Deci
#region Std.Semantics.Contracts [C:5] [TYPE Skill] [SEMANTICS methodology,contracts,adr,decision-memory,anti-erosion]
@BRIEF HOW to enforce PRE/POST, write ADRs, prevent structural erosion, and execute verifiable edit loops across Python + Svelte.
@RELATION DEPENDS_ON -> [Std.Semantics.Core]
@STATUS ACTIVE
## I. DECISION MEMORY (ADR PROTOCOL)