@contextecf/guardian-cli 0.1.0 → 0.1.2
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
CHANGED
|
@@ -33,9 +33,9 @@ npx @contextecf/guardian-cli@latest setup
|
|
|
33
33
|
|
|
34
34
|
The installed binary is `guardian`.
|
|
35
35
|
|
|
36
|
-
Guardian CLI requires Node.js
|
|
37
|
-
uses a Node
|
|
38
|
-
against the same Node
|
|
36
|
+
Guardian CLI requires Node.js 20.20.0 or newer. The release clean-room install
|
|
37
|
+
smoke uses a Node 20 bookworm Docker image so native SQLite dependencies are
|
|
38
|
+
tested against the same Node floor expected for public npm users.
|
|
39
39
|
|
|
40
40
|
## First Run
|
|
41
41
|
|
|
@@ -190,8 +190,8 @@ Guardian starts local-first:
|
|
|
190
190
|
The npm package publishes bundled CLI/runtime JavaScript, TypeScript
|
|
191
191
|
declarations, and this README. Guardian workspace packages are bundled into the
|
|
192
192
|
CLI entrypoints so `npx @contextecf/guardian-cli@latest setup` can run outside
|
|
193
|
-
the monorepo. The native SQLite adapter remains a normal
|
|
194
|
-
runtime dependency.
|
|
193
|
+
the monorepo. The native SQLite adapter remains a normal
|
|
194
|
+
`better-sqlite3-multiple-ciphers` runtime dependency.
|
|
195
195
|
|
|
196
196
|
Source files, source maps, and source-controlled release gates remain in the
|
|
197
197
|
private repository and should be validated before broad distribution.
|