Skip to content

Commit 86641fd

Browse files
Copilotfermga
andcommitted
Resolve schema issue: classify Reception and Contraction canonically
Physics-based classification: - Reception (EN) -> STABILIZER: reduces ΔNFR via integration - Contraction (NUL) -> DESTABILIZER: increases ΔNFR via densification Updates: - grammar.py operator sets - canonical-operators.json schema - test expectations - All 68 tests passing - 0 sync issues remaining Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent 6619fc4 commit 86641fd

File tree

4 files changed

+303
-128
lines changed

4 files changed

+303
-128
lines changed

docs/grammar/SYNC_REPORT.json

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -106,31 +106,33 @@
106106
"operator_sets": {
107107
"GENERATORS": [
108108
"emission",
109-
"recursivity",
110-
"transition"
109+
"transition",
110+
"recursivity"
111111
],
112112
"CLOSURES": [
113+
"dissonance",
113114
"recursivity",
114115
"transition",
115-
"dissonance",
116116
"silence"
117117
],
118118
"STABILIZERS": [
119119
"coherence",
120+
"reception",
120121
"self_organization"
121122
],
122123
"DESTABILIZERS": [
123-
"expansion",
124124
"dissonance",
125-
"mutation"
125+
"mutation",
126+
"expansion",
127+
"contraction"
126128
],
127129
"COUPLING_RESONANCE": [
128130
"resonance",
129131
"coupling"
130132
],
131133
"BIFURCATION_TRIGGERS": [
132-
"mutation",
133-
"dissonance"
134+
"dissonance",
135+
"mutation"
134136
],
135137
"BIFURCATION_HANDLERS": [
136138
"self_organization",
@@ -420,14 +422,5 @@
420422
"type": "doc_to_function"
421423
}
422424
],
423-
"issues": [
424-
{
425-
"type": "schema_extra",
426-
"extra_operators": [
427-
"reception",
428-
"contraction"
429-
],
430-
"severity": "low"
431-
}
432-
]
425+
"issues": []
433426
}

0 commit comments

Comments
 (0)