Validate Yang-Mills frontier tranche and workplan boundaries#28
Merged
Conversation
Comment on lines
+22
to
+54
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Python | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: '3.11' | ||
|
|
||
| - name: Validate JSON files | ||
| run: | | ||
| python3 -m json.tool proof-adapter.json >/dev/null | ||
| python3 -m json.tool data/yang_mills_frontier/ym_frontier_tranche.json >/dev/null | ||
|
|
||
| - name: Run Yang-Mills frontier scaffold | ||
| run: python3 scripts/ym_frontier_scaffold.py | ||
|
|
||
| - name: Print Yang-Mills frontier artifacts | ||
| run: | | ||
| echo '--- ym_frontier_result.md ---' | ||
| cat reports/yang_mills_frontier/ym_frontier_result.md | ||
| echo '--- ym_frontier_summary.json ---' | ||
| cat reports/yang_mills_frontier/ym_frontier_summary.json | ||
| echo '--- ym_frontier_events.jsonl ---' | ||
| cat reports/yang_mills_frontier/ym_frontier_events.jsonl | ||
|
|
||
| - name: Upload Yang-Mills frontier artifacts | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: ym-frontier-validation-artifacts | ||
| path: reports/yang_mills_frontier/** | ||
| if-no-files-found: error |
5 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Codifies the next Yang-Mills frontier tranche after BSD proof-apparatus validation.
This PR aligns the current frontier survey, the other-agent YM-WP-v0.1 workplan, and the live repository state under the same fail-closed proof-apparatus discipline used for BSD.
Adds
proof-adapter.jsonclaims for:data/yang_mills_frontier/ym_frontier_tranche.jsondocs/workplans/YM-WP-v0.1-draft.mdscripts/ym_frontier_scaffold.py.github/workflows/ym-frontier-validation.ymlCurrent repo-state alignment
hphd-zeta-mirror-lattice, not this repo.Claim boundary
No new theorem is claimed.
This PR does not claim:
Expected validation
Yang-Mills frontier validationworkflow passes.Proof apparatus continuous validationpasses.promotedstate and no gate markedpass.Next tranche after merge
Move 4 first: v0.18.1 -> v0.18.2 cross-reference pass against v0.14.4.
Move 1 second: v0.14.4 arXiv/CMP submission package.
Move 2 in parallel: v0.9.21 symbolic Wigner 5x5 / Phi_111 selection-rule gate work.