Skip to content

Releases: codegraphtheory/chainforge

ChainForge v2.1.0

24 Jun 21:36

Choose a tag to compare

ChainForge v2.1.0

This release improves ChainForge's Octra support.

Highlights

  • Adds Octra to ChainForge's supported blockchain scope.
  • Adds a dedicated octra-support skill for Octra wallet, client, RPC, faucet, testnet, and alpha-mainnet workflows.
  • Adds Octra-specific private-key safety rules.
  • Adds guidance for reviewing official Octra Labs tooling:
    • octra-labs/octra_pre_client
    • octra-labs/webcli
    • octra-labs/wallet-gen
  • Adds review checklists for wallet files, local web server binding, OpenSSL usage, encrypted wallet storage, transaction construction, RPC validation, nonce handling, faucet assumptions, and remote install script caution.
  • Updates the README with Octra scope and an Octra review prompt.

Verification

Before release, the profile was verified with:

  • GitHub Actions validation for commit 416c5fc.
  • python3 scripts/validate_profile.py .
  • GitHub install smoke test with hermes profile install github.com/codegraphtheory/chainforge --name chainforge-v210-smoke --yes.
  • Confirmed the installed profile includes skills/octra-support/SKILL.md.
  • Installed-profile generator smoke test.
  • Live Hermes chat smoke test using the installed GitHub profile.

The live smoke test confirmed ChainForge answers Octra wallet-safety questions without requesting private wallet material.

ChainForge v2.0.0

24 Jun 21:27

Choose a tag to compare

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.