diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9493392..4436a7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,18 +27,19 @@ jobs: run: | python -m pip install uv==0.11.18 uv sync --locked --python python --extra test --extra build - - name: Build package candidates + - name: Build normalized licensed release candidate env: EXPECTED_SOURCE_COMMIT: ${{ github.event.pull_request.head.sha || github.sha }} run: | test -z "$(git status --porcelain --untracked-files=all)" test "$(git rev-parse HEAD)" = "$EXPECTED_SOURCE_COMMIT" - mkdir /tmp/epac-build-source - git archive "$EXPECTED_SOURCE_COMMIT" | tar -x -C /tmp/epac-build-source - .venv/bin/python -m build --outdir "$PWD/dist" /tmp/epac-build-source - .venv/bin/python -m twine check dist/* + uv python install 3.11.15 + uv venv --python 3.11.15 /tmp/epac-release-builder + uv pip install --python /tmp/epac-release-builder/bin/python -r requirements-build.txt + /tmp/epac-release-builder/bin/python tools/build_release.py /tmp/epac-release-candidate + .venv/bin/python -m twine check /tmp/epac-release-candidate/*.whl /tmp/epac-release-candidate/*.tar.gz - name: Replay installed wheel and source artifact - run: bash tools/replay_distributions.sh . dist /tmp/epac-replay python + run: bash tools/replay_distributions.sh . /tmp/epac-release-candidate /tmp/epac-replay python - name: Verify work-graph identity run: | python - <<'PY' @@ -72,7 +73,7 @@ jobs: raise SystemExit('source identity changed during qualification') output = Path('/tmp/epac-ci-evidence') output.mkdir() - shutil.copytree('dist', output / 'artifacts') + shutil.copytree('/tmp/epac-release-candidate', output / 'artifacts') replay = output / 'replay' replay.mkdir() for path in Path('/tmp/epac-replay').iterdir(): diff --git a/AGENTS.md b/AGENTS.md index 2e243f9..989ef25 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,4 +13,4 @@ Before work: 7. include runnable usage guidance in code and research artifacts; 8. unknown authority, mapping, or evidence remains `hmmm`. -Current graduation boundary: this repository is extracted and its package is being qualified. Clean packaging, owner-selected licensing, exact candidate stack verification, stable release, and reconsumption remain separate evidence requirements. +Current graduation boundary: this repository is extracted and its package is being qualified. MPL-2.0 licensing is recorded from the owner’s weak-copyleft instruction. Exact licensed candidate qualification, stack verification, stable release, and reconsumption remain separate evidence requirements. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d0a1fa1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/LICENSE_STATUS.md b/LICENSE_STATUS.md deleted file mode 100644 index 5afd813..0000000 --- a/LICENSE_STATUS.md +++ /dev/null @@ -1,9 +0,0 @@ -# License status - -`hmmm` — no repository license has yet been selected for the independent EPAC repository. - -This is a blocking graduation/release gate. Public visibility does not grant downstream reuse rights. Do not publish a stable package or claim redistribution permission until the owner selects and records the license. - -## Usage guidance - -Until the license is resolved, treat this repository as publicly inspectable source with redistribution rights unresolved. Keep packaging/publication gates closed. diff --git a/MANIFEST.in b/MANIFEST.in index 99929ff..0074d08 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include AGENTS.md LICENSE LICENSE_STATUS.md uv.lock +include AGENTS.md LICENSE uv.lock include .gitignore recursive-include .github * recursive-include tools *.py *.sh diff --git a/README.md b/README.md index 0c9b30a..c761367 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,16 @@ receipt = construct_public_gonol(source_id="example:oxygen", assert replay_public_gonol(receipt).receipt_digest == receipt.receipt_digest ``` -GitHub release assets are the selected distribution surface. Once the owner -records the license, install `requirements-build.txt` and run +GitHub release assets are the selected distribution surface. EPAC is licensed +under MPL-2.0. Install `requirements-build.txt` and run `python tools/build_release.py /tmp/epac-candidate` from a clean commit using uv-managed CPython 3.11.15 and `requirements-build.txt`. The builder enforces that Python implementation/version plus zlib 1.3.1 at compile time and runtime and records both identities. Test those exact hashes in both the clean installation and stack before publishing. Download the published assets and verify `SHA256SUMS` before reconsumption. -`LICENSE_STATUS.md` retains the current license gate; package builds alone do -not grant redistribution rights or complete graduation. +The release includes the MPL-2.0 license and the complete source distribution. +Source is also available from https://github.com/The-Interdependency/epac at the +commit bound by the release manifest. Package tests do not complete graduation. Do not treat successful execution as empirical validation. Constructors establish reproducible declared structures; comparison tests determine the standing of the claims they actually test. @@ -99,7 +100,6 @@ Do not treat successful execution as empirical validation. Constructors establis - exact candidate/forge verification receipt - distribution surface and first immutable release artifact -- license/distribution-rights selection for this independent repository - clean package/install dependency contract for UCNS - downstream forge reconsumption and authority-transition receipt - whether standing-wave language earns a stronger domain claim after explicit external-physics comparison @@ -128,3 +128,12 @@ python -m epac_viz --help ``` Release qualification requires an owner-selected `LICENSE`, its explicit SPDX expression and `license-files = ["LICENSE"]` in `pyproject.toml`, and removal of the unresolved `LICENSE_STATUS.md` (its history remains in Git). Adding license text alongside a status that still prohibits publication does not pass the gate. The replay shell bootstraps the hash-pinned Python 3.10 TOML parser from `requirements-replay.txt`, then validates all source-derived core metadata and every optional release-manifest field before archived code runs. To call `tools/verify_replay_inputs.py` directly on Python 3.10, first install that requirements file with `uv pip install --python /path/to/python --no-deps --require-hashes -r requirements-replay.txt`. + +## License + +EPAC source code is subject to the Mozilla Public License, version 2.0 +(SPDX: `MPL-2.0`); see [LICENSE](LICENSE). Changes to MPL-covered files remain +subject to that license when distributed. Dependencies retain their own rights +and licensing status; this selection grants no rights to UCNS or other upstream +projects. [License provenance](docs/license-selection.json) records the owner +instruction and its resolution using the organization’s weak-copyleft convention. diff --git a/docs/PROVENANCE.md b/docs/PROVENANCE.md index 9c5938a..803f187 100644 --- a/docs/PROVENANCE.md +++ b/docs/PROVENANCE.md @@ -49,7 +49,7 @@ subatomic coverage, and spiral visualization remain research with their original scoped standing. Existing immutable input checks and installed resource loading are retained. This source handoff does not complete graduation or transfer scientific, theorem, proof, measurement, or empirical validity. Final clean-package -qualification and license selection remain pending. +qualification remained pending at that checkpoint. The subsequent MPL-2.0 selection is recorded below. The carried binding-energy commensurability prose overstated its own recorded outcomes. Its current receipt now describes a tested hypothesis and explicitly retains the failures from O-16 through Ca-40; the prior prose-bound receipt is preserved under `subatomic/receipts/history/`. No numerical outcome or empirical standing was promoted. Standing partitions now compare the same frozen preregistered formulas on both sides; later experimental additions do not make the SURVIVED branch unreachable. @@ -87,3 +87,13 @@ The private replay input gate permits only the declared pure-Python wheel metada Full core metadata is derived from the bound `pyproject.toml`, including dependency and extra declarations, Python requirements and description. Complete release manifests are checked against source, commit time, the pinned builder runtime/compressor/toolchain, license and UCNS lock bytes, artifact hashes and fixed candidate/non-transfer dispositions. The builder and replay gate execute the Git-bound release-contract helper bytes directly, avoiding cached helper bytecode. Final license qualification also removes the unresolved status and records an explicit SPDX expression and sole LICENSE file. Ten formerly proxied argument-dependent operation effects are now unknown; only the three actually called structural readouts contribute measured omitted-operation effects. Release manifests reject duplicate JSON keys at every object depth. Licensed replay requires exactly the wheel, sdist, manifest and canonical SHA256SUMS bytes; private replay accepts exactly the wheel and sdist. The checksum file is recomputed during both input and final checks. Known structural observers remain boundary-relevant omissions even when their individual quotient effects have no measured mapping. The minimal-refinement search uses only the three actually invoked readouts and finds two singleton refinements; full declared-surface coverage remains hmmm. + +The owner instructed “epac is weak copyleft”. This is resolved as MPL-2.0 using +the organization’s existing skill-lib/metapat/edcm convention, with the +interpretation disclosed before execution. `docs/license-selection.json` binds +the unmodified official license text. EPAC grants no upstream license rights +and no scientific standing through this selection. Licensed CI uses managed +CPython 3.11.15 and the pinned release builder for all matrix jobs; each runtime +replays the resulting normalized wheel/sdist and preserves all four release +assets. Independent acceptance compares every matrix asset to the same locally +reproduced candidate before publication. diff --git a/docs/forge-handoff-20260912.json b/docs/forge-handoff-20260912.json index aaac36a..5d152c1 100644 --- a/docs/forge-handoff-20260912.json +++ b/docs/forge-handoff-20260912.json @@ -4,7 +4,7 @@ "files": [ { "forge_sha256": "f1a4639327828f6bc5ca39a3a1c441d5fc3f3b60823e646d149920e225554c11", - "handoff_sha256": "a2e8393466d9330166422492eab20f91d6dd7cb9b0deddd35b7544d23704a359", + "handoff_sha256": "3f383f6edca1a8fce5033e4165405122a2c17b2110d37e4a2999f900904ccbdc", "source_path": "research/epac/README.md", "target_path": "README.md" }, @@ -329,7 +329,7 @@ "status": "passed", "version": 1 }, - "final_dependency_pin_and_clean_package_matrix": "The four caadc review findings are repaired. Known structural observers remain boundary-relevant omissions; only their unmapped quotient effects are unknown. The inventory has 136 callable addresses, 39 ambiguous, 58 known boundary-relevant, 14 known omissions and 3 measured distinguishing readouts. Eleven unmeasured effects are excluded from the three-candidate minimal-refinement search, which finds two singleton refinements of the 21-class partition. Dependent tests, capstone prose and result documents now agree. Duplicate manifest keys reject recursively. Release replay requires exactly four assets and byte-exact canonical SHA256SUMS for wheel, sdist and manifest; private replay requires exactly two package assets. Twenty-one targeted tests pass in 77.51 seconds, including 17 mismatched-input scenarios and 23 invalid manifest/license/checksum cases. Four gate tests also pass on Python 3.10.20 in 37.77 seconds. Real private build/Twine/source and independent gates pass at 5e29ccbf6f483fb6029219edbda8ead8b7c8fd36 (189 Git/196 archived/64 wheel files). Synthetic license fixture builds byte-identically across umasks022/077; it grants no actual license or release qualification. The complete 209-test matrix and exact-head review remain pending. Owner license choice is unanswered; stable publication and authority transfer remain incomplete.", + "final_dependency_pin_and_clean_package_matrix": "MPL-2.0 is recorded from the owner\u2019s instruction that EPAC is weak copyleft, resolved using the existing organization convention and disclosed before execution. The unmodified official license, explicit project SPDX/license-files metadata, and source-selection provenance replace the unresolved license status. CI now builds normalized four-asset candidates with managed CPython3.11.15 and the exact release toolchain before wheel/sdist replay on Python3.10/3.11/3.12. Every matrix asset must match the independently reproduced local candidate before publication. Preceding625e537 passed exact review, six private209-test installs with no skips and private Stack consumption of all nine molecules and14 FALSIFIED standings; acceptance SHA2566e60f2bb969a331ba70f295fbd66c25146b0922ed9fe075629d48dae5f132b88. That evidence is historical after license/build-pipeline changes. Licensed exact-head review, reproducibility, all six same-candidate installs, prepublication Stack verification, immutable publication, public reconsumption and the authority transition remain pending. No upstream license or scientific authority transfers.", "post_review_comparison": { "elapsed_seconds": 420.43129057303304, "report_sha256": "7b4f8d3ebec78210086a346b3198bba191b36a94306796bf5cdd4b694388a0f6", diff --git a/docs/graduation.json b/docs/graduation.json index 5abd2a6..53a3995 100644 --- a/docs/graduation.json +++ b/docs/graduation.json @@ -7,7 +7,8 @@ "mode": "execution", "authorization": { "external_mutation": "authorized", - "authority_transfer": "authorized; not-yet-complete" + "authority_transfer": "authorized; not-yet-complete", + "license_instruction": "weak copyleft; resolved as MPL-2.0 using organization convention" }, "forge": { "repository": "The-Interdependency/stack", @@ -50,7 +51,7 @@ "public_api": "pass", "independent_tests": "pass", "clean_build_install": "hmmm", - "license_distribution_rights": "fail", + "license_distribution_rights": "pass", "release_ownership_authority": "pass", "provenance_preserved": "pass", "exact_candidate_forge_verification": "hmmm", @@ -59,7 +60,6 @@ }, "transition_receipt": "hmmm", "hmmm": [ - "repository license not selected by owner", "final exact candidate build/install matrix remains pending", "stack has not reconsumed a released immutable EPAC artifact", "final pinned package artifacts require a fresh clean installation matrix" @@ -72,21 +72,23 @@ "final_pinned_artifact_matrix": "hmmm", "note": "Historical 180-test source suite; the subsequent 181-test wheel/sdist suite passed all three runtimes before the final UCNS dependency update.", "preceding_private_artifact_matrix": { + "source_commit": "625e537701292179cdd8027c95ab87bf54aefa37", + "tests_per_artifact": 209, "artifact_kinds": [ "wheel", "sdist" ], - "ci_url": "https://github.com/The-Interdependency/epac/actions/runs/34689026423", "python_versions": [ "3.10", "3.11", "3.12" ], - "scope": "Preceding source before final accepted UCNS dependency update; not release qualification.", "skips": 0, - "source_commit": "57b2bd3396e1b1bc19445701a762ec8cd33d198b", "status": "passed", - "tests_per_artifact": 181 + "ci_url": "https://github.com/The-Interdependency/epac/actions/runs/34706109670", + "acceptance_sha256": "6e60f2bb969a331ba70f295fbd66c25146b0922ed9fe075629d48dae5f132b88", + "scope": "Preceding private matrix before MPL-2.0 license bytes and normalized release CI. Final licensed candidate qualification remains pending." } - } + }, + "license_selection": "docs/license-selection.json" } diff --git a/docs/license-selection.json b/docs/license-selection.json new file mode 100644 index 0000000..9c87465 --- /dev/null +++ b/docs/license-selection.json @@ -0,0 +1,24 @@ +{ + "authority_transfer": false, + "empirical_status_transfer": false, + "license_expression": "MPL-2.0", + "license_sha256": "3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04", + "license_source": "https://www.mozilla.org/media/MPL/2.0/index.txt", + "organization_convention": { + "path": "STACK_MANIFEST.md", + "repository": "The-Interdependency/stack", + "rows": [ + "skill-lib", + "metapat", + "edcm" + ], + "skill_lib_description": "MPL-2.0; weak/file-level copyleft", + "source_commit": "0e8384bbb60e4c2189016a212bdd0030d04aed7d" + }, + "owner_instruction": "epac is weak copyleft", + "resolution": "MPL-2.0 applies the owner-requested weak-copyleft family using the existing skill-lib, metapat and edcm convention; the exact interpretation was disclosed before execution.", + "schema": "epac.license-selection", + "scope": "EPAC-owned source; upstream rights and scientific standing do not transfer", + "upstream_license_transfer": false, + "version": 1 +} diff --git a/docs/work-graph.json b/docs/work-graph.json index dab2579..2083a6f 100644 --- a/docs/work-graph.json +++ b/docs/work-graph.json @@ -1,7 +1,7 @@ { "schema": "the-interdependency.stack-manifest", "version": "1.0.0", - "work_graph_sha256": "d4ebcf8aecfb7ad6c2b51d8b91e4ef4ab573df582240e02ce684b909f8f3bd1c", + "work_graph_sha256": "e0da233c6a7f51bfc56a1ef8c2e02e3a1096a8518e2acd712eed82ce8004b049", "repositories": [ { "repository": "The-Interdependency/stack", @@ -36,7 +36,7 @@ "agent_scope": "cross-repository-work-graph", "hmmm": [ "EPAC stable release and stack reconsumption are not complete", - "license/distribution rights gate remains unresolved" + "EPAC MPL-2.0 recorded; immutable candidate, release and authority transition remain pending" ] } } diff --git a/docs/work-graphs/repository-plan-report.json b/docs/work-graphs/repository-plan-report.json index efe40d7..5c6f368 100644 --- a/docs/work-graphs/repository-plan-report.json +++ b/docs/work-graphs/repository-plan-report.json @@ -10,9 +10,9 @@ }, "source": { "branch": "graduate/package-release-20260912", - "commit": "5e29ccbf6f483fb6029219edbda8ead8b7c8fd36", + "commit": "914fc6bf210d1daf4a0fe5f6926c45b3201924bc", "generated_at": "2026-09-12", - "note": "The four caadc review findings are repaired. Known structural observers remain boundary-relevant omissions; only their unmapped quotient effects are unknown. The inventory has 136 callable addresses, 39 ambiguous, 58 known boundary-relevant, 14 known omissions and 3 measured distinguishing readouts. Eleven unmeasured effects are excluded from the three-candidate minimal-refinement search, which finds two singleton refinements of the 21-class partition. Dependent tests, capstone prose and result documents now agree. Duplicate manifest keys reject recursively. Release replay requires exactly four assets and byte-exact canonical SHA256SUMS for wheel, sdist and manifest; private replay requires exactly two package assets. Twenty-one targeted tests pass in 77.51 seconds, including 17 mismatched-input scenarios and 23 invalid manifest/license/checksum cases. Four gate tests also pass on Python 3.10.20 in 37.77 seconds. Real private build/Twine/source and independent gates pass at 5e29ccbf6f483fb6029219edbda8ead8b7c8fd36 (189 Git/196 archived/64 wheel files). Synthetic license fixture builds byte-identically across umasks022/077; it grants no actual license or release qualification. The complete 209-test matrix and exact-head review remain pending. Owner license choice is unanswered; stable publication and authority transfer remain incomplete." + "note": "MPL-2.0 is recorded from the owner\u2019s instruction that EPAC is weak copyleft, resolved using the existing organization convention and disclosed before execution. The unmodified official license, explicit project SPDX/license-files metadata, and source-selection provenance replace the unresolved license status. CI now builds normalized four-asset candidates with managed CPython3.11.15 and the exact release toolchain before wheel/sdist replay on Python3.10/3.11/3.12. Every matrix asset must match the independently reproduced local candidate before publication. Preceding625e537 passed exact review, six private209-test installs with no skips and private Stack consumption of all nine molecules and14 FALSIFIED standings; acceptance SHA2566e60f2bb969a331ba70f295fbd66c25146b0922ed9fe075629d48dae5f132b88. That evidence is historical after license/build-pipeline changes. Licensed exact-head review, reproducibility, all six same-candidate installs, prepublication Stack verification, immutable publication, public reconsumption and the authority transition remain pending. No upstream license or scientific authority transfers." }, "authority": { "owns": [ @@ -41,7 +41,7 @@ }, "status": { "state": "extracted candidate; package preparation implemented; graduation incomplete", - "current_claim": "The four caadc review findings are repaired. Known structural observers remain boundary-relevant omissions; only their unmapped quotient effects are unknown. The inventory has 136 callable addresses, 39 ambiguous, 58 known boundary-relevant, 14 known omissions and 3 measured distinguishing readouts. Eleven unmeasured effects are excluded from the three-candidate minimal-refinement search, which finds two singleton refinements of the 21-class partition. Dependent tests, capstone prose and result documents now agree. Duplicate manifest keys reject recursively. Release replay requires exactly four assets and byte-exact canonical SHA256SUMS for wheel, sdist and manifest; private replay requires exactly two package assets. Twenty-one targeted tests pass in 77.51 seconds, including 17 mismatched-input scenarios and 23 invalid manifest/license/checksum cases. Four gate tests also pass on Python 3.10.20 in 37.77 seconds. Real private build/Twine/source and independent gates pass at 5e29ccbf6f483fb6029219edbda8ead8b7c8fd36 (189 Git/196 archived/64 wheel files). Synthetic license fixture builds byte-identically across umasks022/077; it grants no actual license or release qualification. The complete 209-test matrix and exact-head review remain pending. Owner license choice is unanswered; stable publication and authority transfer remain incomplete." + "current_claim": "MPL-2.0 is recorded from the owner\u2019s instruction that EPAC is weak copyleft, resolved using the existing organization convention and disclosed before execution. The unmodified official license, explicit project SPDX/license-files metadata, and source-selection provenance replace the unresolved license status. CI now builds normalized four-asset candidates with managed CPython3.11.15 and the exact release toolchain before wheel/sdist replay on Python3.10/3.11/3.12. Every matrix asset must match the independently reproduced local candidate before publication. Preceding625e537 passed exact review, six private209-test installs with no skips and private Stack consumption of all nine molecules and14 FALSIFIED standings; acceptance SHA2566e60f2bb969a331ba70f295fbd66c25146b0922ed9fe075629d48dae5f132b88. That evidence is historical after license/build-pipeline changes. Licensed exact-head review, reproducibility, all six same-candidate installs, prepublication Stack verification, immutable publication, public reconsumption and the authority transition remain pending. No upstream license or scientific authority transfers." }, "delivered": [ { @@ -66,16 +66,15 @@ } ], "active_frontier": [ - "record the owner-selected license and distribution rights", - "qualify final pinned EPAC artifacts after owner-selected licensing", + "qualify final pinned EPAC artifacts with recorded MPL-2.0", "verify the same candidate in stack before publication, then publish and reconsume those bytes", "retire the forge implementation and record the scoped authority-transition receipt after successful reconsumption" ], "next_actions": [ { - "action": "resolve the license gate and qualify the exact final artifact", + "action": "qualify the exact licensed final artifact", "owner": "The-Interdependency/epac", - "dependency": "owner-selected license; the accepted exact UCNS source is now bound" + "dependency": "MPL-2.0 and the accepted exact UCNS source are now recorded; publication qualification remains pending" }, { "action": "verify the candidate in stack before publication", @@ -88,9 +87,7 @@ "dependency": "verified public artifact identity and completed graduation gates" } ], - "blocked": [ - "Stable release qualification requires the owner to select and record the EPAC license." - ], + "blocked": [], "cross_repository_relations": [ { "repository": "The-Interdependency/skill-lib", @@ -125,7 +122,6 @@ "release_contract": "tools/release_contract.py" }, "hmmm": [ - "owner-selected license/distribution rights remain unresolved", "final immutable release candidate and exact pre-publication stack acceptance remain pending", "public artifact reconsumption and authority-transition receipt remain incomplete", "stronger external-physics standing for standing-wave language remains unresolved" diff --git a/pyproject.toml b/pyproject.toml index 9cd9ba6..507f77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,9 @@ description = "EPAC construction and replay research with preserved falsificatio readme = "README.md" requires-python = ">=3.10" authors = [{name = "The Interdependency"}] -# The exact licensed UCNS source artifact is bound before release qualification. +license = "MPL-2.0" +license-files = ["LICENSE"] +# The exact UCNS source artifact is bound before release qualification. dependencies = ["ucns @ https://github.com/The-Interdependency/ucns/archive/6eea1828a34ed8ec99879f8090ea5d48352d8c2d.tar.gz#sha256=1665ae06921a0a425ef1c99ce9d811cf8b52c20e4873edea53c4cdecaf2895d9"] [project.optional-dependencies]