@syottos/darwin-arm64 2.0.1

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 ADDED
@@ -0,0 +1,3 @@
1
+ # @syottos/darwin-arm64
2
+
3
+ Platform-specific binaries for [compound-agent](https://github.com/Nathandela/compound-agent). Do not install directly — use `compound-agent` instead.
package/bin/ca ADDED
Binary file
package/bin/ca-embed ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@syottos/darwin-arm64",
3
+ "version": "2.0.1",
4
+ "description": "Platform-specific binaries for compound-agent (darwin-arm64)",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "files": [
12
+ "bin/"
13
+ ],
14
+ "license": "MIT",
15
+ "engines": {
16
+ "node": ">=18"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/Nathandela/compound-agent.git"
21
+ },
22
+ "author": "Nathan Delacrétaz"
23
+ }