Release 2026.629.0 — running-the-platform runbook + all-projects version bump - #62
Merged
Conversation
- docs/operations/running-the-platform.md: one start-to-finish guide (install -> run -> verify -> data -> keys -> consult -> stop -> troubleshoot), linked from the README. - bump_version.py now versions BOTH HRP sub-projects (pyproject + web/package.json). - auto-bump to 2026.629.0 across pyproject, web app, and CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
Adds .github/workflows/release.yml — on push to main, reads the pyproject version and creates a matching `v<version>` GitHub Release if absent (idempotent, --generate-notes). Keeps the GitHub Release version always in sync with the project version; no hand-created releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
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.
Docs
docs/operations/running-the-platform.md— a single start-to-finish runbook: install (setup.sh) → run (open_hrp.sh/hrp start) → verify (hrp doctor,/api/health) → load data → configure keys → multi-LLM consult → stop → troubleshooting, with a ports table. Linked from the README.Version
pyproject.tomlandweb/package.json— plus a stamped CHANGELOG entry.scripts/bump_version.pynow versionsweb/package.jsontoo (not just Python), so "all projects" stay in sync automatically. (Dependencies are untouched.)Verification
hrp.__version__/ consumer API / ops API / web app all report2026.629.0.test_version.pypasses; webnpm run buildclean; ruff/black clean.🤖 Generated with Claude Code
https://claude.ai/code/session_011BFeBAuxWTFRayNGMD7VDn
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.