Releases: sumanthp/agentsync-vcs
Releases · sumanthp/agentsync-vcs
v0.3.0 - Hermes and Kiro Adapters
agentsync-vcs v0.3.0 Release Notes
What's New
We are excited to announce support for two new agent targets in agentsync-vcs! This allows you to automatically compile your universal behavior rules into the native formats required by Hermes and Kiro agents.
- Hermes Adapter: Compiles rules into individual
.hermes/skills/*.mdfiles. The adapter automatically injects the required YAML frontmatter (containing the rule name and description) into each file. - Kiro Adapter: Compiles rules into
.kiro/steering/*.mdplain markdown files. Any description provided for the rule is cleanly formatted as a markdown blockquote at the top of the file.
These additions expand our multi-IDE and multi-agent support, giving engineering teams even more flexibility in enforcing architectural standards across different toolchains.
Changes
feat: add support for Hermes and Kiro AI agents
Upgrading
pip install --upgrade agentsync-vcs