Tags: ynishi/dsl-kit
Tags
ci: add cargo-dist release workflow (follow-up to bbd18ad) The prior commit's payload description covered release.yml, but the lds git_commit dotfile safeguard skipped `.github/workflows/release.yml` as an untracked dotpath. Land it here with `force_dot: true`; content is the unmodified `dist generate --mode=ci` output already described in bbd18ad's body.
Round 40: CHANGELOG — dsl-kit-cli bullet + Builder spec-compliance note Round 37-39 landed on top of the 0.1.0 draft. Bring CHANGELOG into sync with the actual shipped surface before the initial publish: - Add `dsl-kit-cli` bullet (Round 38): developer entry point + `mcp` subcommand + built-in reference DSL. - Extend the `dsl-kit-mcp` bullet: mention `DslMcpBuilder` (mixed typed-fn + DSL tools in one server) and the Round 39 fix that makes no-arg tools' `inputSchema` MCP 2024-11-05 spec-compliant (`type: "object"` even when empty), so strict clients accept the whole tools/list response. - Bump the release date from 2026-07-21 to 2026-07-22.