@contextzero/nest-darwin-arm64 0.2.16

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 (3) hide show
  1. package/README.md +22 -0
  2. package/bin/nest +0 -0
  3. package/package.json +39 -0
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @contextzero/nest-darwin-arm64
2
+
3
+ Platform-specific native binary for [NEST CLI](https://www.npmjs.com/package/@contextzero/nest) on **darwin** / **arm64**.
4
+
5
+ ## Do not install directly
6
+
7
+ Install the main package instead:
8
+
9
+ ```bash
10
+ npm install -g @contextzero/nest
11
+ ```
12
+
13
+ `@contextzero/nest` will use this package automatically when you run `annie` on a matching platform.
14
+
15
+ ## What this package is
16
+
17
+ This is an optional dependency of `@contextzero/nest`. It contains only the native executable for darwin arm64. All documentation, commands, and usage are in the [main CLI package](https://www.npmjs.com/package/@contextzero/nest).
18
+
19
+ ## License
20
+
21
+ AGPL-3.0-only. See the repository for full license text.
22
+
package/bin/nest ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@contextzero/nest-darwin-arm64",
3
+ "version": "0.2.16",
4
+ "description": "NEST CLI native binary for darwin arm64. Install @contextzero/nest instead; this is an optional dependency.",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "bin": {
12
+ "nest": "bin/nest"
13
+ },
14
+ "files": [
15
+ "bin/nest",
16
+ "README.md"
17
+ ],
18
+ "license": "AGPL-3.0-only",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/Facta-Dev/ctx0_nest_terminal.git",
22
+ "directory": "cli"
23
+ },
24
+ "homepage": "https://github.com/Facta-Dev/ctx0_nest_terminal",
25
+ "bugs": "https://github.com/Facta-Dev/ctx0_nest_terminal/issues",
26
+ "keywords": [
27
+ "nest",
28
+ "cli",
29
+ "binary",
30
+ "darwin",
31
+ "arm64",
32
+ "claude",
33
+ "codex",
34
+ "cursor",
35
+ "gemini",
36
+ "opencode",
37
+ "kilocode"
38
+ ]
39
+ }