Skip to content

Releases: codingforentrepreneurs/agentlink

v0.3.1

28 May 16:30

Choose a tag to compare

What's Changed

  • agentlink upgrade now shows the current version before upgrading and the installed version after upgrading.
  • Installed bundles now fetch the latest source during agentlink upgrade instead of reinstalling their bundled copy.
  • install.sh now prints the installed agentlink version.
  • Bumped agentlink to 0.3.1.

Verification

  • tests/run.sh: passed
  • git diff --check: passed

v0.2.0

27 May 21:11

Choose a tag to compare

What's Changed

  • Generated profile READMEs now use portable Hermes paths instead of machine-specific absolute paths.
  • Default profile roots are shown as ~/.hermes/profiles/<profile>.
  • Custom HERMES_ROOT profile roots are shown as ${HERMES_ROOT}/profiles/<profile>.
  • Bumped agentlink to 0.2.0.

Verification

  • ./tests/run.sh: passed

v0.1.0

27 May 21:05

Choose a tag to compare

What's Changed

  • Initial release of agentlink, a Bash CLI for linking Hermes profile files to git-managed folders.
  • Includes install, upgrade, uninstall, sync, check, status, list, dry-run, and profile seeding workflows.
  • Includes bundled release skill content and shell test coverage.

Verification

  • ./tests/run.sh: passed