-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare EPAC graduation with complete forge research handoff #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6ed4b82
Prepare independent EPAC packaging and exact artifact verification
erinepshovel-code feef35a
Bind graduation preparation report to package implementation
erinepshovel-code 6b39248
Preserve continued forge research in the independent EPAC package
erinepshovel-code 9e36242
Record preserved research and current graduation evidence
erinepshovel-code 340b8e4
Retain uv source-build metadata in installed inventories
erinepshovel-code 259b5b9
Repair preserved research claims and exact artifact receipts
erinepshovel-code 57b2bd3
Bind replay evidence to archived verifier and input bytes
erinepshovel-code 7b55cba
Bind accepted UCNS evidence source and retain private package replay …
erinepshovel-code 6443982
Report accepted UCNS pin and remaining EPAC release gates
erinepshovel-code e81120d
Close structural evidence and transitive runtime provenance gaps
erinepshovel-code f311eb3
Report repaired evidence gates and expanded artifact checks
erinepshovel-code 208d067
Preserve unresolved semantics and propagate failed audit prerequisites
erinepshovel-code 6f71595
Report aggregate evidence repairs and remaining graduation gates
erinepshovel-code b158996
Reject missing evidence and preserve direct receipt spiral data
erinepshovel-code ff88d3d
Record complete-population repair evidence
erinepshovel-code c495f31
Separate closure status and complete the operation inventory
erinepshovel-code 82ab9e5
Record independent closure and complete-inventory evidence
erinepshovel-code 688e1b8
Make transition predictions independent and preserve constituent evid…
erinepshovel-code fbee027
Record source-only prediction repair evidence
erinepshovel-code 4d03a5d
Expect rejection for undeclared attachment-count inputs
erinepshovel-code 0fde031
Record molecular validation of fail-closed input handling
erinepshovel-code 75e5afd
Inventory public re-exports and preserve element compatibility status
erinepshovel-code 73fa812
Record public inventory and compatibility review evidence
erinepshovel-code 5845bfd
Keep recurrence, closure, and cached comparison evidence bounded
erinepshovel-code 7d5ff41
Record recurrence and comparison evidence review repairs
erinepshovel-code e90d1b5
Isolate cached construction and audit evidence from callers
erinepshovel-code 50b6e8b
Record independent cached-evidence verification
erinepshovel-code f20a478
Bind replay inputs to Git and keep quantified evidence in scope
erinepshovel-code ce03cde
Record replay input binding and evidence scope repairs
erinepshovel-code fabbbb6
Align current receipts and constrain replay installer metadata
erinepshovel-code 00afff0
Record receipt synchronization and installer metadata checks
erinepshovel-code d7b8f81
Derive complete release contracts and preserve unmapped operation unc…
erinepshovel-code caadc10
Record complete release contract and bounded operation audit evidence
erinepshovel-code 5e29ccb
Preserve unmeasured operation effects and verify complete release che…
erinepshovel-code 625e537
Record scoped audit and release-gate repair evidence
erinepshovel-code File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| include AGENTS.md LICENSE LICENSE_STATUS.md uv.lock | ||
| include .gitignore | ||
| recursive-include .github * | ||
| recursive-include tools *.py *.sh | ||
| include requirements-build.txt | ||
| recursive-include tests *.py | ||
| recursive-include docs *.md *.json | ||
| recursive-include data *.json | ||
| recursive-include subatomic *.md *.json | ||
| recursive-include .agents/skills * | ||
| recursive-include viz *.py *.md *.svg | ||
| include requirements-replay.txt |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| """EPAC-owned bounded inputs and sealed comparison evidence. | ||
|
|
||
| Usage: importlib.resources.files("epac_data").joinpath(name).read_text() | ||
| Construction modules must not read sealed molecular comparison labels. | ||
| """ |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,17 @@ | ||
| { | ||
| "schema": "epac.sealed-known-molecular-geometry", | ||
| "version": "v1", | ||
| "version": "v2", | ||
| "opened_only_after_construction": true, | ||
| "note": "Original v1 set (H2,H2O,NH3,CH4,CO2) remains the frozen preregistration policy baseline. v2 adds the next maximal enlarged experiment set using Z=1..36 subatomic coverage.", | ||
| "molecules": { | ||
| "H2": {"atom_count": 2, "known_shape": "linear"}, | ||
| "H2O": {"atom_count": 3, "known_shape": "bent"}, | ||
| "NH3": {"atom_count": 4, "known_shape": "trigonal-pyramidal"}, | ||
| "CH4": {"atom_count": 5, "known_shape": "tetrahedral"}, | ||
| "CO2": {"atom_count": 3, "known_shape": "linear"} | ||
| "CO2": {"atom_count": 3, "known_shape": "linear"}, | ||
| "H2S": {"atom_count": 3, "known_shape": "bent"}, | ||
| "BF3": {"atom_count": 4, "known_shape": "trigonal-planar"}, | ||
| "PH3": {"atom_count": 4, "known_shape": "trigonal-pyramidal"}, | ||
| "SiH4": {"atom_count": 5, "known_shape": "tetrahedral"} | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "commit": "6eea1828a34ed8ec99879f8090ea5d48352d8c2d", | ||
| "installed_source_sha256": { | ||
| "ucns/__init__.py": "504875a0a41549acb755d43aad8bf14f0118112df85b982e3d54cf52c84d3a6f", | ||
| "ucns/carrier.py": "7983f49df68271b2b6b758ba74ea19a3bec332279ef667616456c5ea6b1acf7f", | ||
| "ucns/direct_mobius.py": "d8d1360c753dac7431071e007c5105a21b5396dd9e2f7e5ba4089d99e056a5bf", | ||
| "ucns/gonal_boundary_trace.py": "332358a21d5d9edac5b0b61806d4785f0c3caecf6704abb842e173c2939c35d0", | ||
| "ucns/mobius_certificates.py": "7607385c6ad6398cd7079490554dbfd7800b478212607ba8785168305fd5e72f", | ||
| "ucns/mobius_continuation.py": "34c2c0603366167f68b522a39ad0947c5957ab2eb70ed65875c567fa5a8a08e3", | ||
| "ucns/mobius_global_compatibility.py": "cd5cf73e072c405bbf4c33c18804c5822700ad813def76b063a40ebeb9e7ac3b", | ||
| "ucns/mobius_seed.py": "1d09e2fbb5e86ce191fa7f4c860ed2241728597bf789fc125869ee8850461770", | ||
| "ucns/mobius_seed_construction.py": "f492924f6d62932fb47908e389759d75d4bd5989bd4fbd4393220063f74309eb", | ||
| "ucns/mobius_vesica.py": "ac05d4043e60f272cee365852f068521c1e96f4b716cab67eb449483ed9c827d", | ||
| "ucns/modular_orbit.py": "7bfab10697b93ff87ea53f49f540896840f8c3fc789a2ef7f901c2cf5836f282", | ||
| "ucns/mpfr_interval.py": "f80ce770c3506b321e9f3c7fdf6d6dacf3d472074c22780bb1ea2138684df99a", | ||
| "ucns/prime_boundary_link_invariants.py": "8e8f6969bfe7ebd98fdd0d5c0a6e4739e9752c9fbf6f04162355bc258042cadf", | ||
| "ucns/prime_determinantal_grobner.py": "3c52defa24140e1bea977ab9832e3a8719eb9b8f2e007aef57b395f59a437696", | ||
| "ucns/prime_exact_milnor_alexander.py": "e26d37ac8bacfd58d365d8aa98da67ddf5d529e450a0803e2220be8db012c56d", | ||
| "ucns/prime_generic_diagram.py": "927e6a16e81368945a6edb24d9ff63c82852b35509e6633bb4eb33a1a5b41a93", | ||
| "ucns/prime_generic_interval_certificate.py": "5a721824ae50b84c4e75c53d1cbc744e6aba1f31ba9608028fab15d67ae9c8a1", | ||
| "ucns/prime_independent_phase_milnor.py": "999591d9ae4455fe40a5d8711a277745e4c1a3f6abb74b5f6aca29b10be03f15", | ||
| "ucns/prime_interval_boundaries.py": "95628818f447f5a1320996fda4d080f2674636aac2189b6e0f7b9c7d85461955", | ||
| "ucns/prime_interval_boundary_links.py": "ace9e7e0ef28b94e0de5a3f7c82cf18b8cd84d2ef162db205e21a1d46415bcd6", | ||
| "ucns/prime_interval_common.py": "42e60fed3d9c8dc965220bac8b8b9de2db32606103d862f2caeb93992ae7f997", | ||
| "ucns/prime_interval_replay.py": "96c70d20c2d9a8227535a657476bf6bb1b2fa68bac7a42c4fcb86a739825f5fc", | ||
| "ucns/prime_length4_milnor.py": "c5d6436ca131b79b548a239932e44b04d257f246d9b6857eb5e3038e06736778", | ||
| "ucns/prime_milnor_invariants.py": "f7647198d0e4e5b1b32470c6beb26f7b0c2f019a4b8e0a2bcfc5d468627d1b1f", | ||
| "ucns/prime_nilpotent_discriminator.py": "f6fb2dae0f3e1465be894cdda2e44edb1010b0885b6dff56886e0de96f970217", | ||
| "ucns/prime_phase_lift.py": "9091ea420bedb93df5bc5a844fe515cc86bd0523d5b9c6e05225d9c532423b76", | ||
| "ucns/prime_phase_lift_data.py": "6a370310001faa738f9dd447128e94242cb70414a890868012a500486f62bde0", | ||
| "ucns/prime_phase_lift_model.py": "e8285ab15095a627b44a7eaab81088e173c3a21deb49bb95487aefb6cd4d8ab5", | ||
| "ucns/prime_primitives.py": "aba49af233d17e7663caad40b7faa0d73bf524cdd21f09b52ed07607f72d30cb", | ||
| "ucns/prime_replay_phase_milnor_data.py": "00868e1799406aca280261162308db1886fe6b9cc474719ff8f93904792fd164", | ||
| "ucns/prime_replay_phase_milnor_receipt.py": "fce9ba70eff0214745ed385033ec106e3eaf9c74d67c6d750879845cb1c8b4cb", | ||
| "ucns/prime_smooth_ribbons.py": "08d5a54d18cc20094966e0b8822b1b744bd0f61917d5f35f9d5943ce478677bc", | ||
| "ucns/prime_symbolic_alexander.py": "6202dd871c2ac00623380739bedc3a5b87a8ff8b87d4ea3595cd7488d3705fea", | ||
| "ucns/public_gonol.py": "2da287ce9691b494fc921d14684a3bf7e0633f3a579ea040e3b6ddbaf0d92f27" | ||
| }, | ||
| "repository": "The-Interdependency/ucns", | ||
| "schema": "epac.ucns-source-lock", | ||
| "source_archive": { | ||
| "sha256": "1665ae06921a0a425ef1c99ce9d811cf8b52c20e4873edea53c4cdecaf2895d9", | ||
| "url": "https://github.com/The-Interdependency/ucns/archive/6eea1828a34ed8ec99879f8090ea5d48352d8c2d.tar.gz" | ||
| }, | ||
| "source_tree": "41a5207600b8b5eaeef907199e48d841362cc934", | ||
| "standing": "Source-byte provenance only; no geometry or empirical status transfer.", | ||
| "version": 1 | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.