Releases: codingforentrepreneurs/agentlink
Releases · codingforentrepreneurs/agentlink
v0.3.1
What's Changed
agentlink upgradenow shows the current version before upgrading and the installed version after upgrading.- Installed bundles now fetch the latest source during
agentlink upgradeinstead of reinstalling their bundled copy. install.shnow prints the installedagentlinkversion.- Bumped
agentlinkto0.3.1.
Verification
tests/run.sh: passedgit diff --check: passed
v0.2.0
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_ROOTprofile roots are shown as${HERMES_ROOT}/profiles/<profile>. - Bumped
agentlinkto0.2.0.
Verification
./tests/run.sh: passed
v0.1.0
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