This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Add EDCM Canon v2 proposal (three-layer architecture, lensing-as-structure) - #19
Merged
Merged
Conversation
Collaborator
Author
|
Thanks — I checked the trigger and PR metadata.
If you want me to take action, reply with one explicit instruction, for example:
|
Copilot stopped work on behalf of
erinepshovel-code due to an error
May 1, 2026 23:57
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Canon v2 proposal document describing an expanded EDCM Canon architecture (three-layer measurement model + “lensing-as-structure”) and outlining intended repo/module organization and migration notes.
Changes:
- Introduces
canon_eng/canon_v2_proposal.mdas the architectural specification for Canon v2. - Defines a three-layer model (Operator/Bones, Behavioral/Markers with trajectory extension, Content/Flesh) and a ternary Bridge concept.
- Documents proposed repository layout, dependency inversion via Protocols, and a migration/checklist path.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 0) Status of Prior Canon | ||
|
|
||
| Canon v1 (`canon_eng/spec.md`, `canon_eng/spec_hard_freeze_appendix_v1.md`, `canon_eng/behavioral_formulas_v1.md`, all `*_schema_v1.json`, `bones_v1.json`, `affixes_v1.json`, `behavioral_markers_v1.json`) remains frozen and authoritative for the two-layer system it describes. This proposal extends, it does not overwrite. Backward semantic compatibility is preserved per the canon's own evolution constraint (EDCM metrics §"Evolution constraint": old definitions are archived, not overwritten). |
| - One path dominates → use it; archive others as falsified-but-preserved | ||
| - Multiple paths complement → keep two or three, emit all readings, the disagreement becomes a coupling-layer signal in itself | ||
|
|
||
| **Path (a) — Curated markers.** Two new marker sets in `behavioral_markers_v1.json` (or `_v2.json`): `motion_markers`, `basin_markers`. Same architecture as the existing 26 markers. Marker-pure, transcript-deterministic. |
|
|
||
| ### 2.1 The-Interdependency/edcmbone (this canon repo) | ||
|
|
||
| The library code lives at `edcmbone/edcmbone/` (the nested subpackage path that already exists). Application surface (`frontend/`, `backend/`, `engine.py`) imports the library; library never imports the application. |
| - `negated_utterance` — the claim is denied / the negation is what was uttered | ||
| - `hypothetical` — claim is offered conditionally / as supposition | ||
|
|
||
| **Provisional default:** `uttered | referenced | quoted | implied | negated | hypothetical` (6 values). Override before freeze. |
Comment on lines
+285
to
+287
| ### 5.2 The GPT-generated edcm_metrics.py module | ||
|
|
||
| Treat as seed material, not as canonical code. Its C formula migrates to marker-domain (Behavioral C); its Progress/Basin formulas migrate to trajectory path (b). The module itself does not land in the library; it is referenced as a research artifact. |
|
|
||
| ## 4) Falsification Anchors for Iteration | ||
|
|
||
| Per EDCM metrics §"Validation criteria" and §"Falsification pathways", v2 additions must remain falsifiable. Specifically: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
canon_eng/canon_v2_proposal.md— the architectural specification for EDCM Canon v2What this document contains
Status
Proposal, not yet frozen. §3 open questions must resolve before
canon_v2_freeze.mdis written.Generated by Claude Code