Skip to content

Self-heal publication version sync#1091

Merged
anth-volk merged 1 commit into
mainfrom
codex/self-healing-publication-version-sync
May 21, 2026
Merged

Self-heal publication version sync#1091
anth-volk merged 1 commit into
mainfrom
codex/self-healing-publication-version-sync

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

@anth-volk anth-volk commented May 20, 2026

Fixes #1089

Summary

  • emit structured data-release version state from the HF release check
  • sync stale pyproject.toml versions inside the generated publication candidate flow before computing candidate scope
  • keep candidate launch data-release fail-fast and make promotion fallback use the run manifest base version
  • keep PR checks hard-failing on stale policyengine-us, while removing the policyengine-us freshness gates from main-push and pipeline workflows
  • update the policyengine-us pin/lockfile to 1.702.1 so the PR freshness gate remains current

Validation

  • uv run --no-sync --with pytest pytest tests/unit/test_publication_scripts.py
  • make lint
  • uv run --no-sync --with pyyaml python scripts/run_quality_guards.py
  • uv run --no-sync --with pyyaml python -c 'import yaml; yaml.safe_load(open(".github/workflows/push.yaml")); yaml.safe_load(open(".github/workflows/pipeline.yaml")); print("workflow yaml parses")'
  • uv run --no-sync python .github/scripts/check_policyengine_us_dependency.py --mode fail

@anth-volk anth-volk force-pushed the codex/self-healing-publication-version-sync branch 8 times, most recently from 232e582 to ebb5d56 Compare May 21, 2026 17:40
@anth-volk anth-volk force-pushed the codex/self-healing-publication-version-sync branch from ebb5d56 to b7521d6 Compare May 21, 2026 17:52
@anth-volk anth-volk marked this pull request as ready for review May 21, 2026 18:26
@anth-volk anth-volk merged commit 92f2394 into main May 21, 2026
13 checks passed
@anth-volk anth-volk deleted the codex/self-healing-publication-version-sync branch May 21, 2026 18:35
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.

Self-heal publication candidate version sync when HF release advances

1 participant