From b8f8350675fce3b20403c8d651a85413d46c1687 Mon Sep 17 00:00:00 2001 From: Shay Date: Wed, 17 Jun 2026 06:53:04 -0700 Subject: [PATCH] create skills/versor-coherence-guardian.md - critical Grok Build skill enforcing the new Versor Coherence Guardian Protocol --- skills/versor-coherence-guardian.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 skills/versor-coherence-guardian.md diff --git a/skills/versor-coherence-guardian.md b/skills/versor-coherence-guardian.md new file mode 100644 index 00000000..8cbaee89 --- /dev/null +++ b/skills/versor-coherence-guardian.md @@ -0,0 +1,15 @@ +--- +name: versor-coherence-guardian +description: Enforce Versor Coherence Guardian Protocol + exact algebraic closure before any change in algebra/, field/, vault/, or generate/. Auto-triggers on relevant paths. +triggers: ["pre_edit:algebra/", "pre_edit:field/", "pre_edit:vault/", "pre_edit:generate/", "manual"] +auto_invoke: true +--- + +Before any edit or proposal in the triggered paths, execute the **Versor Coherence Guardian Protocol** from GROK.md: + +1. Confirm `||F * reverse(F) - 1||_F < 1e-6` holds for affected FieldState(s). +2. Verify that `versor_apply(V, F)` and `cga_inner(X, Y)` paths remain exact. +3. Re-run relevant checks from `tests/test_versor_closure.py` (or current equivalent). +4. Only proceed if all checks pass. Block or surface any violation immediately. + +This skill is non-bypassable for the listed modules. It is the primary enforcement mechanism for CORE's core algebraic invariant. \ No newline at end of file