@getripple/cli 1.0.13 → 1.0.14-beta.0
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/CHANGELOG.md +13 -0
- package/dist/index.js +605 -48
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @getripple/cli Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.14] - 2026-07-21
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- `ripple gate` no longer consumes the saved intent on a passing preview run; consumption now happens only in the post-commit hook, after a real commit.
|
|
7
|
+
- `ripple gate --json` no longer prints a trailing plain-text message after the JSON payload.
|
|
8
|
+
- `ripple demo --json` now honors `--json` instead of printing ANSI prose, and no longer calls `console.clear()` (which wiped terminal scrollback).
|
|
9
|
+
- Installing Ripple's git hooks now updates an existing hook block in place when its contents changed, instead of reporting "already-present" forever.
|
|
10
|
+
- `ripple demo` now runs against a real installed pre-commit hook and a real `git commit` for every scenario shown, including the blocked one, instead of narrating a result.
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- `ripple demo --publish`: opt-in publish of a demo run to Ripple Cloud, printing a public share link.
|
|
14
|
+
- Update package metadata to depend on `@getripple/core@^1.0.14`.
|
|
15
|
+
|
|
3
16
|
## [1.0.9] - 2026-06-13
|
|
4
17
|
|
|
5
18
|
### Changed
|