@uru-intelligence/cli 0.3.57 → 0.3.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/library.mjs +14802 -0
- package/dist/uru.mjs +20397 -4413
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ bun src/index.ts complete fish
|
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
Generated MCP configs use non-interactive `npx -y` and pin
|
|
111
|
-
`uru-mcp@3.7.
|
|
111
|
+
`uru-mcp@3.7.1`. Pass `--package <package@version>` only for an intentional,
|
|
112
112
|
explicit bridge override.
|
|
113
113
|
|
|
114
114
|
Gem Version commands save and inspect frozen checkpoints that group coherent
|