@getripple/cli 1.0.5 → 1.0.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getripple/cli",
3
- "version": "1.0.5",
4
- "description": "CLI and CI interface for Ripple's local AI-agent workflow engine.",
3
+ "version": "1.0.7",
4
+ "description": "CLI and CI interface for Ripple's local drift-control gate for AI coding agents.",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "build": "tsc -p tsconfig.json"
45
45
  },
46
46
  "dependencies": {
47
- "@getripple/core": "^1.0.5"
47
+ "@getripple/core": "^1.0.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^18.0.0",