@getripple/cli 1.0.8 → 1.0.9
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 +25 -0
- package/README.md +142 -415
- package/dist/index.js +1643 -56
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @getripple/cli Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.9] - 2026-06-13
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Reframe the CLI package as the human, Git hook, and CI enforcer for Ripple's local authorization gate.
|
|
7
|
+
- Lead npm users toward `ripple init`, hook enforcement, CI gating, and debugging commands instead of presenting manual planning as the normal workflow.
|
|
8
|
+
- Update package metadata to depend on `@getripple/core@^1.0.9`.
|
|
9
|
+
|
|
10
|
+
## [1.0.8] - 2026-06-09
|
|
11
|
+
|
|
12
|
+
### Validation
|
|
13
|
+
- 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.
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Consume the core history fix so CLI scan and gate workflows preserve architectural history after cached scans.
|
|
17
|
+
|
|
18
|
+
## [1.0.7] - 2026-06-08
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- Show risk level, score, summary, reasons, evidence, affected files/symbols, and required actions in `ripple gate` output.
|
|
22
|
+
- Add JSON gate risk fields for automation, CI, and agent workflows.
|
|
23
|
+
- Add golden CLI proofs for compact STOP output and evidence-backed gate decisions.
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- Make CLI gate output explain crossed trust boundaries with direct allowed-vs-changed evidence.
|
|
27
|
+
|
|
3
28
|
## [1.0.6] - 2026-06-07
|
|
4
29
|
|
|
5
30
|
### Fixed
|