Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.4.1](https://github.com/MIND-Studio/mind-cli/compare/v0.4.0...v0.4.1) (2026-06-20)


### Bug Fixes

* **issues:** enforce no-self-close on generic state --to; harden skills resolution ([#14](https://github.com/MIND-Studio/mind-cli/issues/14)) ([ef571ba](https://github.com/MIND-Studio/mind-cli/commit/ef571ba603581dd70281a6e1a278f075ebd10131))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mind-studio/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "mind — one CLI to manage Solid identities and drive Mind prototypes from the terminal. citty command layer, plugin seam for per-prototype command groups (codespaces, …).",
"type": "module",
"license": "MIT",
Expand Down
Loading