·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
This is a maintenance release. There are no changes to rulesync's public API or generated output.
Dependencies
-
Bumped the
all-dependenciesgroup across 1 directory with 168 updates (#2939). Notable runtime dependency changes:zod4.4.3 → 4.5.4fastmcp4.16.10 → 4.20.0es-toolkit1.51.0 → 1.52.0@inquirer/checkbox5.2.3 → 5.2.4@octokit/request-error7.1.1 → 7.1.2
Note: Zod 4.5 shortened the default message for
invalid_typeissues and dropped thereceivedfield from them, so validation errors that rulesync surfaces for malformed frontmatter now read slightly more tersely. The offending field path and the expected type are still reported. -
Bumped the
all-actionsgroup with 3 updates (#2928):actions/deploy-pages,softprops/action-gh-release, andanomalyco/opencode/github, each pinned to a verified commit SHA.
CI
- The
Publish Assetsworkflow now generates the repomix XML variants under Node viatsxinstead of Bun, andscripts/generate-repomix-xml.tsrefuses to run under Bun with an explanatory error (#2930, closes #2922). This removes the intermittentTerminating worker threadfailure that made the release workflow need several reruns.
Tests
KiloSubagent.fromFileinvalid-type coverage now asserts on the structured Zod issue data (code,expected,path) instead of Zod's English error sentence, so the test no longer breaks on a dependency bump while pinning more of the failure than before (#2938).