Skip to content

Hermes Profile Template 0.4.0

Choose a tag to compare

@codegraphtheory codegraphtheory released this 25 Jun 19:02
· 27 commits to main since this release

0.4.0

This release rebuilds the template around the literal promise: turn a prompt into an installable Hermes profile repo.

Highlights:

  • Rebuilt README.md around the prompt-to-repo workflow.
  • Clarified every usage path so it ends in validation and hermes profile install.
  • Updated the installed profile-architect instructions to require repository creation, validation, and optional smoke install when users ask for a new profile.
  • Updated the bundled profile-craft skill with a concrete prompt-to-repo workflow.
  • Added docs/interactive-profile-builder-demo.md with a recording script for the installed-profile demo.
  • Fixed generated config.yaml model 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-architect into a clean temporary HERMES_HOME.
  • Ran hermes -p profile-architect chat -q ... with a database migration reviewer prompt.
  • Verified the generated database-migration-reviewer repo with python3 scripts/validate_profile.py ..
  • Installed the generated repo with hermes profile install . --name migration-reviewer-demo --yes --force.
  • Confirmed hermes profile info migration-reviewer-demo reported the generated distribution metadata.