Skip to content

Validate Yang-Mills frontier tranche and workplan boundaries#28

Merged
mdheller merged 6 commits into
mainfrom
frontier/ym-validation-tranche
May 11, 2026
Merged

Validate Yang-Mills frontier tranche and workplan boundaries#28
mdheller merged 6 commits into
mainfrom
frontier/ym-validation-tranche

Conversation

@mdheller
Copy link
Copy Markdown
Member

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

  • explicit proof-adapter.json claims for:
    • Lane I fixed-spacing strong-coupling theorem boundary;
    • Lane III obstruction taxonomy boundary;
    • Lane VII Frobenius/frontier boundary;
    • YM-WP Moves 4/1/2 workplan boundary.
  • data/yang_mills_frontier/ym_frontier_tranche.json
  • docs/workplans/YM-WP-v0.1-draft.md
  • scripts/ym_frontier_scaffold.py
  • .github/workflows/ym-frontier-validation.yml

Current repo-state alignment

Claim boundary

No new theorem is claimed.

This PR does not claim:

  • continuum Yang-Mills construction;
  • Clay Millennium proof;
  • weak-coupling or asymptotic-freedom control;
  • SU(N>=3) extension;
  • arbitrary cyclic Frobenius closure;
  • KP insertion;
  • movement of the v0.14.4 wall;
  • closure of G1/G2 Wigner-symbol gates.

Expected validation

  • Yang-Mills frontier validation workflow passes.
  • Proof apparatus continuous validation passes.
  • Adapter remains fail-closed with no promoted state and no gate marked pass.

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.

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
@mdheller mdheller merged commit 6267299 into main May 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants