Skip to content

ChainForge v2.0.0

Choose a tag to compare

@codegraphtheory codegraphtheory released this 24 Jun 21:27

ChainForge v2.0.0

ChainForge is now a full Hermes Agent profile distribution for security-first blockchain engineering.

Highlights

  • Installable with hermes profile install github.com/codegraphtheory/chainforge --alias.
  • Rebuilt from the CodeGraphTheory Hermes Profile Template while preserving original repository history.
  • Includes full profile metadata in distribution.yaml.
  • Includes ChainForge's production blockchain engineering identity in SOUL.md.
  • Adds validation and generator scripts for profile distribution maintenance.
  • Adds a dedicated blockchain engineering skill for threat modeling, smart contract review, tokenomics, and deployment safety.
  • Records template lineage in the README, distribution.yaml, and .github/template-source.yml.

Verification

Before release, the profile was verified with:

  • python3 scripts/validate_profile.py .
  • python3 scripts/generate_profile.py --params templates/profile.params.yaml --output <tmp>
  • python3 <generated>/scripts/validate_profile.py <generated>
  • python3 -m py_compile scripts/*.py
  • Hermes install from local checkout.
  • Hermes install from github.com/codegraphtheory/chainforge.
  • Installed-profile generator smoke test.
  • Live Hermes chat smoke test using the installed profile.
  • GitHub Actions validation.