chore(release): publish Dispatch 0.13.0 - #124
Conversation
PR SummaryLow Risk Overview That bump is the release gate: when it lands on Reviewed by Cursor Bugbot for commit f35dc44. Configure here. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_19592f67-7aa8-4352-a77e-9ff4a633ff28) |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |

Context
mainat e734dac carries the full stations/providers stack (#111–#122) on top of 0.12.0 with no published release. Releases are cut by CI only whenpyproject.tomlcarries an untagged version, so this PR is the bump.What changed
pyproject.toml: 0.12.0 → 0.13.0uv.lock: project version line onlyNo code changes. When this merges, main CI tags
v0.13.0, creates the GitHub Release, and dispatches the PyPI publish workflow.Since v0.12.0
Provider-binding identity (schema v24), guarded binding-qualified routing, frozen provider requests (v25), correlated receipt observations (v26), independent provider startup/recovery, the Hermes local adapter with
lane_launches(v27) and generation quarantine, operator diagnostics, packaged skills/docs, and the installed-wheel smoke. Registry schema moves 23 → 29; the release notes carry the migrate-before-start upgrade step.Verification
just checkon this branch: ruff, format,mypy --strict, 1,367 tests (17 live tests deselected), wheel/sdist build reporting 0.13.0, package-content check.just release-statusreportscreate GitHub Release v0.13.0.Refs: DIS-96