Hermes Profile Template 0.4.0
0.4.0
This release rebuilds the template around the literal promise: turn a prompt into an installable Hermes profile repo.
Highlights:
- Rebuilt
README.mdaround the prompt-to-repo workflow. - Clarified every usage path so it ends in validation and
hermes profile install. - Updated the installed
profile-architectinstructions to require repository creation, validation, and optional smoke install when users ask for a new profile. - Updated the bundled
profile-craftskill with a concrete prompt-to-repo workflow. - Added
docs/interactive-profile-builder-demo.mdwith a recording script for the installed-profile demo. - Fixed generated
config.yamlmodel keys so installed template and generated profiles resolve models correctly in Hermes. - Fixed generation from an installed profile so Hermes-seeded runtime skills are not copied into generated repos.
Verification:
python3 -m py_compile scripts/*.py
python3 scripts/validate_profile.py .
make smoke
make release-check
Real prompt-to-repo smoke:
- Installed this repo as
profile-architectinto a clean temporaryHERMES_HOME. - Ran
hermes -p profile-architect chat -q ...with a database migration reviewer prompt. - Verified the generated
database-migration-reviewerrepo withpython3 scripts/validate_profile.py .. - Installed the generated repo with
hermes profile install . --name migration-reviewer-demo --yes --force. - Confirmed
hermes profile info migration-reviewer-demoreported the generated distribution metadata.