Conversation
merge develop into main (#61) * ci: add separate main-to-develop backmerge workflow for non-hotfix merges * ci: handle fork develop branch names in backmerge sync guard * docs: refresh release docs metadata, module paths, and Claude integration link * docs(deploy): restore CLAUDE_CODE_WHITELIST.md at canonical path * docs(reference): add API_REFERENCE.md compatibility shim * docs(reference): mirror full api-reference content to API_REFERENCE.md * governance: establish two-repo public promotion contract and automation * governance: transition to single-repo public release model * docs(reference): convert API_REFERENCE.md to compatibility stub * docs(reference): remove API_REFERENCE.md and normalize canonical API links * chore: sync develop into main (docs + release governance updates) (#53) (#54) * ci: add separate main-to-develop backmerge workflow for non-hotfix merges * ci: handle fork develop branch names in backmerge sync guard * docs: refresh release docs metadata, module paths, and Claude integration link * docs(deploy): restore CLAUDE_CODE_WHITELIST.md at canonical path * docs(reference): add API_REFERENCE.md compatibility shim * docs(reference): mirror full api-reference content to API_REFERENCE.md * governance: establish two-repo public promotion contract and automation * governance: transition to single-repo public release model * docs(reference): convert API_REFERENCE.md to compatibility stub * docs(reference): remove API_REFERENCE.md and normalize canonical API links * docs(quickstart): prioritize project-local usage and separate contributor clone path * docs: add agent onboarding snippets and align discovery contract * feat(skills): ship official task-orchestrator skill package * fix(release): include agent skill package in public subset allowlist
release docs gate
…ng (#70) * fix(release): use portable python resolver in release scripts * fix(release): auto-insert missing docs version markers during packaging
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Hotfix Pull Request
This PR performs a controlled backmerge from
mainintodevelopafter v2.9.2 release activities.Summary
Backmerge
mainintodevelopafter the v2.9.2 release and related release-pipeline hardening work.Incident Reference
Release follow-up synchronization after v2.9.2 publication.
Why This Hotfix Is Needed
maincontains release-critical fixes that must be present indevelopto prevent repeated release failures and Windows Git Bash portability issues.Root Cause Summary
Post-release fixes and release-process hardening were merged on
mainand not yet synchronized back intodevelop.Scope of This Fix
mainintodevelop.TDD & Verification
python3 -> python -> py -3) is merged onmain.Risk Assessment
Rollback Plan (Mandatory)
Revert the merge commit on
developif regression is detected.Post-Deploy Verification
origin/mainandorigin/developno longer diverge on release-fix commits.develop.Follow-up Required?
No additional follow-up required for this backmerge PR itself.