Skip to content

Releases: claaslange/agentsync

v0.2.0

21 Feb 20:31

Choose a tag to compare

[0.2.0] - 2026-02-21

Added

  • Liquid templating via liquidjs, including {% if %}, {% for %}, and {% include %}.
  • Default config file name agentsync.config.json and schema file name agentsync.schema.json.
  • Schema location is now src/agentsync.schema.json (previously src/agents-sync.schema.json) and on GitHub at https://raw.githubusercontent.com/claaslange/agentsync/main/src/agentsync.schema.json.
  • Unit tests (Node’s built-in node:test) covering Liquid and CLI behavior.
  • PR CI workflow running npm run lint and npm test.
  • Biome linting and formatting configuration.

Changed

  • --strict now enables Liquid strict variables (undefined variables throw).
  • dry-run / check now enforce overwrite=false consistently with sync.

Fixed

  • Publishing workflow reliability by committing package-lock.json for npm ci.

Initial release

20 Feb 16:47

Choose a tag to compare