-
Notifications
You must be signed in to change notification settings - Fork 0
Reconcile stack with extracted EPAC repository #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,29 @@ | ||
| # epac — placeholder scaffold | ||
| # EPAC forge workspace | ||
|
|
||
| Reserved for **energy particle affixiation coupling**. | ||
| EPAC now exists independently at `The-Interdependency/epac`. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Once EPAC is declared to exist independently here, the current instructions at AGENTS.md reference: AGENTS.md:L11-L15 Useful? React with 👍 / 👎. |
||
|
|
||
| Status: `hmmm` — no source repository exists yet. This directory carries no doctrine | ||
| until a canonical `The-Interdependency/epac` source is created and pinned in | ||
| `STACK_MANIFEST.md`. | ||
| This directory is the **stack forge candidate** from which the independent repository was extracted. It remains noncanonical stack-local research until the graduation sequence is complete. Do not treat continued work here as authority over the independent repository, and do not populate `libs/epac/` merely because extraction occurred. | ||
|
|
||
| `EPAC` is the stable project handle; historical expansions are provenance, not a fixed canonical expansion. | ||
|
|
||
| ## Transition standing | ||
|
|
||
| - independent extracted repository: `The-Interdependency/epac@d8868858b2e455381ce670797bdbe47189bdc496` | ||
| - extraction source: `The-Interdependency/stack@ef51f2e8f32ccfd5394525dad72475a61a505bc1:research/epac/` | ||
| - implementation/public-contract authority transfer: incomplete | ||
| - independent tests: passed in EPAC | ||
| - clean build/install: unresolved/failed as a graduation gate | ||
| - license/distribution rights: unresolved | ||
| - immutable release: `hmmm` | ||
| - downstream stack reconsumption: `hmmm` | ||
| - molecular-shape prediction: **FALSIFIED** and preserved | ||
|
|
||
| ## Current content | ||
|
|
||
| - [`subatomic/subatomic-affixiation-baseline.md`](subatomic/subatomic-affixiation-baseline.md) — | ||
| provisional research candidate: hydrogen → helium baseline and the lithium/carbon | ||
| construction form over current METAPAT affixiation semantics and UCNS carrier identity. | ||
| Status: CROSS-DOMAIN-HYPOTHESIS / proposed. Not org canon. | ||
| - [`epac_public_gonol.py`](epac_public_gonol.py) — EPAC Public Gonol constructor | ||
| on the UCNS carrier. Not the EDCM text-domain constructor. | ||
| - [`docs/arity.md`](docs/arity.md) — arity is declared dimensional coupling, | ||
| not ambient dimension count. Charged oriented couplings plus degree are the | ||
| three-dimensional structure. | ||
| - [`docs/preregistration-molecular-geometry-from-element-gonols.md`](docs/preregistration-molecular-geometry-from-element-gonols.md) — | ||
| provisional candidate: Z=1–18 element gonols from atomic structure only, then | ||
| affixiation of H₂, H₂O, NH₃, CH₄, CO₂ through unpaired valence electrons, | ||
| declared dimensional couplings, and UCNS Möbius observation. Known chemistry | ||
| is sealed until after construction. | ||
| - [`subatomic/subatomic-affixiation-baseline.md`](subatomic/subatomic-affixiation-baseline.md) — historical/provisional subatomic research record. | ||
| - [`epac_public_gonol.py`](epac_public_gonol.py) — EPAC Public Gonol constructor on the UCNS carrier; not the EDCM text-domain constructor. | ||
| - [`docs/arity.md`](docs/arity.md) — provisional dimensional-arity construction. | ||
| - [`docs/preregistration-molecular-geometry-from-element-gonols.md`](docs/preregistration-molecular-geometry-from-element-gonols.md) — frozen preregistration and falsification boundary. | ||
|
|
||
| ## Usage | ||
|
|
||
|
|
@@ -31,12 +33,15 @@ From this directory: | |
| PYTHONPATH=".:../../libs/ucns/src" python3 -m unittest discover -s tests -q | ||
| ``` | ||
|
|
||
| Do not open `data/sealed_known_molecular_geometry.json` during construction. | ||
| After construction: | ||
| Do not open `data/sealed_known_molecular_geometry.json` during construction. After construction: | ||
|
|
||
| ```bash | ||
| PYTHONPATH=".:../../libs/ucns/src" python3 - <<'PY' | ||
| from epac_comparison import compare_after_construction | ||
| print(compare_after_construction()["standings"]) | ||
| PY | ||
| ``` | ||
|
|
||
| ## hmmm | ||
|
|
||
| This forge workspace remains live only as the pre-graduation research side of the transition. The exact handoff point is the eventual verified release + downstream reconsumption + authority-transition receipt, not repository creation alone. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The newly advertised
828c0b8...identity does not match the canonical view consumers receive: this commit leaveslibs/ucns/unchanged, while the earlier update imported onlymobius_seed_construction.pyrather than the complete source tree (even its declaredtests/test_mobius_seed_construction.pyis absent), andresearch/ucns/BASE.jsonstill pins1975fe70.... Any experiment resolving UCNS through this manifest therefore records 828 while executing a hybrid/older checkout; refresh the full archive and matching BASE record, or retain the old pin.AGENTS.md reference: AGENTS.md:L11-L15
Useful? React with 👍 / 👎.