Skip to content

Hermes Profile Template 0.5.0

Choose a tag to compare

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

0.5.0

This release adds an automated prompt engineering layer to the prompt-to-repo workflow.

Highlights:

  • Added skills/prompt-engineering/SKILL.md to expand a simple sentence into a mature Hermes profile prompt and generation brief.
  • Added templates/prompts/prompt-to-profile.md as a reusable prompt expansion template.
  • Updated profile-architect and profile-craft so short user ideas are expanded before params generation.
  • Added profile_prompt support to generated params.
  • Generated repos now preserve the mature prompt in docs/profile-prompt.md.
  • Generated profile READMEs now explain the preserved design prompt and regeneration workflow.
  • Generated repos include the template's authoring skills, profile-craft and prompt-engineering, without copying unrelated runtime skills.

Verification:

python3 -m py_compile scripts/*.py
python3 scripts/validate_profile.py .
make smoke
make release-check

Real simple-sentence prompt-to-repo smoke:

  • Installed this repo as profile-architect into a clean temporary HERMES_HOME.
  • Ran hermes --yolo -p profile-architect chat -q ... with: Turn 'a support ticket triage agent' into a fantastic installable Hermes profile repo....
  • Confirmed the installed profile expanded the sentence into a mature prompt and wrote it to docs/profile-prompt.md.
  • Verified the generated support-ticket-triage repo with python3 scripts/validate_profile.py ..
  • Installed the generated repo with hermes profile install . --name support-ticket-triage-demo --yes --force.
  • Confirmed hermes profile info support-ticket-triage-demo reported the generated distribution metadata.