[codex] Sync Runtime Closed Loop v0.4.0 version manifest - #2
Draft
ducanhao081-tech wants to merge 1 commit into
Draft
ducanhao081-tech wants to merge 1 commit into
ducanhao081-tech wants to merge 1 commit into
Conversation
Public 0.5.0-alpha line now exposes the Runtime Closed Loop v0.4.0 manifest, schema v2, and release date 2026-06-23. Also aligns hermos.__version__ with the 0.5.0 package metadata and documents the version-answer boundary.
ducanhao081-tech
force-pushed
the
codex/sync-runtime-loop-v0.4.0-version-awareness
branch
from
June 24, 2026 15:09
1cb8f57 to
2fcdb1c
Compare
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.
Summary
Syncs the Hermos Runtime Closed Loop version-awareness update into the public
0.5.0-alphaline.Version lines now documented and exposed:
v0.5.0v0.12.0v0.3.2v0.4.0v22026-06-23What Changed
runtime_version_manifest()andrender_runtime_version_context()for explicit loaded-state version reporting.hermos.__version__with the package metadata version0.5.0.Public Safety Boundary
This PR intentionally keeps the public surface at a reference/API level. It does not include local production bridge code, machine-specific paths, private memory, logs, credentials, runtime ledger data, or deployment instructions tied to a private environment.
Impact
Hosts can answer version questions from a structured manifest instead of inferring from old conversation text. This keeps the public package version, Hermos architecture version, and Runtime Closed Loop component version separate.
Validation
PYTHONPATH=src python3 -m pytest tests/test_runtime_closed_loop.py->11 passedPYTHONPATH=src python3 -m pytest->44 passed.venv/bin/ruff check .->All checks passed!