Hermes Profile Template 0.5.0
0.5.0
This release adds an automated prompt engineering layer to the prompt-to-repo workflow.
Highlights:
- Added
skills/prompt-engineering/SKILL.mdto expand a simple sentence into a mature Hermes profile prompt and generation brief. - Added
templates/prompts/prompt-to-profile.mdas a reusable prompt expansion template. - Updated
profile-architectandprofile-craftso short user ideas are expanded before params generation. - Added
profile_promptsupport 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-craftandprompt-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-architectinto a clean temporaryHERMES_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-triagerepo withpython3 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-demoreported the generated distribution metadata.