Hermes Profile Template 0.3.0
Hermes Profile Template 0.3.0
This release polishes the developer authoring workflow for creating Hermes Agent profile distributions quickly and safely.
Added
requirements.txtfor repeatable Python dependency installation.Makefileshortcuts for common authoring tasks:make depsmake validatemake compilemake generate-smokemake smokemake release-checkmake clean
docs/profile-distribution-contract.mdto clarify what Hermes Agent core owns, what this template owns, and what profile authors own.
Improved
- README positioning now clearly frames this repository as a developer authoring system built on top of Hermes Agent's native
profile install,profile update, and profile isolation runtime. - Generated distributions now include the same
requirements.txt,Makefile, and profile distribution contract document. - CI now installs dependencies from
requirements.txt, compiles scripts, and runs the Makefile-backed validation and smoke test flow. - Release guard now treats
requirements.txt,Makefile, anddocs/as release-relevant paths.
Verification
Local verification run before release:
make validate
make compile
make generate-smoke
make smoke
make release-check
GitHub Actions validation also passed on main for commit ca6403c2c3c60a508579118ab6063f17a21ee750.