@getripple/cli 1.0.14-beta.0 → 1.0.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +72 -72
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,72 +1,72 @@
1
- # @getripple/cli Changelog
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
-
16
- ## [1.0.9] - 2026-06-13
17
-
18
- ### Changed
19
- - Reframe the CLI package as the human, Git hook, and CI enforcer for Ripple's local authorization gate.
20
- - Lead npm users toward `ripple init`, hook enforcement, CI gating, and debugging commands instead of presenting manual planning as the normal workflow.
21
- - Update package metadata to depend on `@getripple/core@^1.0.9`.
22
-
23
- ## [1.0.8] - 2026-06-09
24
-
25
- ### Validation
26
- - Manually validated the CLI on a local clone of `sindresorhus/ky` for saved intents, file-boundary drift, risk explanations, blast-radius evidence, repair handoff, policy-based human approval, CI blocking, and GitHub annotations.
27
-
28
- ### Fixed
29
- - Consume the core history fix so CLI scan and gate workflows preserve architectural history after cached scans.
30
-
31
- ## [1.0.7] - 2026-06-08
32
-
33
- ### Added
34
- - Show risk level, score, summary, reasons, evidence, affected files/symbols, and required actions in `ripple gate` output.
35
- - Add JSON gate risk fields for automation, CI, and agent workflows.
36
- - Add golden CLI proofs for compact STOP output and evidence-backed gate decisions.
37
-
38
- ### Changed
39
- - Make CLI gate output explain crossed trust boundaries with direct allowed-vs-changed evidence.
40
-
41
- ## [1.0.6] - 2026-06-07
42
-
43
- ### Fixed
44
- - Depend on the `1.0.6` core engine so CLI readiness output explains blocked Git execution clearly.
45
- - Keep install and release proofs aligned with the fixed package set.
46
-
47
- ## [1.0.5] - 2026-06-04
48
-
49
- ### Changed
50
- - Refresh package README wording for npm users.
51
- - Restore the first-run `npx -y @getripple/cli doctor` readiness command.
52
- - Clarify the plan/check/gate workflow, control modes, CI gate behavior, and local privacy posture.
53
-
54
- ## [1.0.4] - 2026-06-03
55
-
56
- ### Fixed
57
- - Executable entry point for the `ripple` binary.
58
- - Publishable package identity under `@getripple/cli`.
59
- - Release readiness checks for packed installs and CI gate behavior.
60
- - Package-specific README and changelog included in the npm tarball.
61
-
62
- ## [1.0.3] - 2026-06-03
63
-
64
- ### Added
65
- - Initial release of the Ripple CLI.
66
- - Commands for `scan`, `focus`, `blast`, `plan`, `check`, `audit`, `repair`, `gate`, `doctor`, `agent`, `init`, and `init-ci`.
67
- - GitHub Actions workflow generation with `ripple init-ci`.
68
- - Drift checks against saved change intent, control boundary, current policy, and readiness snapshot.
69
- - Trust-boundary checking with `--mode function`, `--mode file`, `--mode task`, and `--mode pr`.
70
-
71
- ### Notes
72
- - Public alpha. The strongest current experience is JavaScript and TypeScript.
1
+ # @getripple/cli Changelog
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
+
16
+ ## [1.0.9] - 2026-06-13
17
+
18
+ ### Changed
19
+ - Reframe the CLI package as the human, Git hook, and CI enforcer for Ripple's local authorization gate.
20
+ - Lead npm users toward `ripple init`, hook enforcement, CI gating, and debugging commands instead of presenting manual planning as the normal workflow.
21
+ - Update package metadata to depend on `@getripple/core@^1.0.9`.
22
+
23
+ ## [1.0.8] - 2026-06-09
24
+
25
+ ### Validation
26
+ - Manually validated the CLI on a local clone of `sindresorhus/ky` for saved intents, file-boundary drift, risk explanations, blast-radius evidence, repair handoff, policy-based human approval, CI blocking, and GitHub annotations.
27
+
28
+ ### Fixed
29
+ - Consume the core history fix so CLI scan and gate workflows preserve architectural history after cached scans.
30
+
31
+ ## [1.0.7] - 2026-06-08
32
+
33
+ ### Added
34
+ - Show risk level, score, summary, reasons, evidence, affected files/symbols, and required actions in `ripple gate` output.
35
+ - Add JSON gate risk fields for automation, CI, and agent workflows.
36
+ - Add golden CLI proofs for compact STOP output and evidence-backed gate decisions.
37
+
38
+ ### Changed
39
+ - Make CLI gate output explain crossed trust boundaries with direct allowed-vs-changed evidence.
40
+
41
+ ## [1.0.6] - 2026-06-07
42
+
43
+ ### Fixed
44
+ - Depend on the `1.0.6` core engine so CLI readiness output explains blocked Git execution clearly.
45
+ - Keep install and release proofs aligned with the fixed package set.
46
+
47
+ ## [1.0.5] - 2026-06-04
48
+
49
+ ### Changed
50
+ - Refresh package README wording for npm users.
51
+ - Restore the first-run `npx -y @getripple/cli doctor` readiness command.
52
+ - Clarify the plan/check/gate workflow, control modes, CI gate behavior, and local privacy posture.
53
+
54
+ ## [1.0.4] - 2026-06-03
55
+
56
+ ### Fixed
57
+ - Executable entry point for the `ripple` binary.
58
+ - Publishable package identity under `@getripple/cli`.
59
+ - Release readiness checks for packed installs and CI gate behavior.
60
+ - Package-specific README and changelog included in the npm tarball.
61
+
62
+ ## [1.0.3] - 2026-06-03
63
+
64
+ ### Added
65
+ - Initial release of the Ripple CLI.
66
+ - Commands for `scan`, `focus`, `blast`, `plan`, `check`, `audit`, `repair`, `gate`, `doctor`, `agent`, `init`, and `init-ci`.
67
+ - GitHub Actions workflow generation with `ripple init-ci`.
68
+ - Drift checks against saved change intent, control boundary, current policy, and readiness snapshot.
69
+ - Trust-boundary checking with `--mode function`, `--mode file`, `--mode task`, and `--mode pr`.
70
+
71
+ ### Notes
72
+ - Public alpha. The strongest current experience is JavaScript and TypeScript.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getripple/cli",
3
- "version": "1.0.14-beta.0",
3
+ "version": "1.0.14",
4
4
  "description": "CLI, Git hook, and CI enforcer for Ripple's local authorization gate for AI coding agents.",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
@@ -44,7 +44,7 @@
44
44
  "build": "tsc -p tsconfig.json"
45
45
  },
46
46
  "dependencies": {
47
- "@getripple/core": "^1.0.14-beta.0"
47
+ "@getripple/core": "^1.0.14"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^18.0.0",