@caffeineai/cli-linux-arm64-musl 0.1.0-dev.0

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/LICENSE ADDED
@@ -0,0 +1 @@
1
+ © Caffeine Labs AG. All rights reserved. Use is subject to the Caffeine AI [Terms of Use](https://caffeine.ai/terms-of-use)
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @caffeineai/cli-linux-arm64-musl
2
+
3
+ Platform binary package for @caffeineai/cli on linux/arm64/musl.
4
+
5
+ ## Development Release
6
+
7
+ This is a DEV release. It is published under the npm `dev` dist-tag and is subject to a rapid release cadence. Expect frequent updates while the CLI and MCP packages settle.
8
+
9
+ This package is installed automatically by @caffeineai/cli. It is not intended to be installed directly.
package/bin/caffeine ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@caffeineai/cli-linux-arm64-musl",
3
+ "version": "0.1.0-dev.0",
4
+ "description": "Caffeine CLI binary for linux-arm64-musl",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/caffeinelabs/caffeine-cli.git"
8
+ },
9
+ "license": "SEE LICENSE IN LICENSE",
10
+ "os": [
11
+ "linux"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "libc": [
17
+ "musl"
18
+ ],
19
+ "files": [
20
+ "bin",
21
+ "README.md",
22
+ "LICENSE"
23
+ ],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ }
27
+ }