Skip to content

[codex] Sync Runtime Closed Loop v0.4.0 version manifest - #2

Draft
ducanhao081-tech wants to merge 1 commit into
mainfrom
codex/sync-runtime-loop-v0.4.0-version-awareness
Draft

ducanhao081-tech wants to merge 1 commit into
mainfrom
codex/sync-runtime-loop-v0.4.0-version-awareness

Conversation

@ducanhao081-tech

@ducanhao081-tech ducanhao081-tech commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

Syncs the Hermos Runtime Closed Loop version-awareness update into the public 0.5.0-alpha line.

Version lines now documented and exposed:

  • Hermos optimization layer: v0.5.0
  • Hermes Agent package fallback: v0.12.0
  • Hermos architecture: v0.3.2
  • Runtime Closed Loop: v0.4.0
  • Runtime Loop schema: v2
  • Runtime Loop release date: 2026-06-23

What Changed

  • Added runtime_version_manifest() and render_runtime_version_context() for explicit loaded-state version reporting.
  • Exported the runtime version manifest from the runtime closed-loop package.
  • Aligned hermos.__version__ with the package metadata version 0.5.0.
  • Updated README and CHANGELOG with the synchronized version description.
  • Added regression coverage for the version manifest and rendered runtime version context.

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 passed
  • PYTHONPATH=src python3 -m pytest -> 44 passed
  • .venv/bin/ruff check . -> All checks passed!

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
ducanhao081-tech force-pushed the codex/sync-runtime-loop-v0.4.0-version-awareness branch from 1cb8f57 to 2fcdb1c Compare June 24, 2026 15:09
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.

1 participant