codex-ops-darwin-arm64 0.1.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,6 @@
1
+ # codex-ops-darwin-arm64
2
+
3
+ Prebuilt codex-ops 0.1.1 Rust binary for darwin-arm64.
4
+
5
+ This package is installed as an optional dependency by the main `codex-ops` npm package.
6
+ It contains no JavaScript business logic.
package/SHA256SUMS ADDED
@@ -0,0 +1,2 @@
1
+ 768dbfd9faf9749b88b9ea788d1c1bb5b4aa0cb244fab7766ba490f0443ebb59 bin/codex-ops
2
+ e980ab16788b23abc11118e6d7a49a152d95971a480752f8226ec36dfb7073f4 manifest.json
package/bin/codex-ops ADDED
Binary file
package/manifest.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "package": "codex-ops",
3
+ "version": "0.1.1",
4
+ "platformTarget": "darwin-arm64",
5
+ "rustTarget": "aarch64-apple-darwin",
6
+ "npmPackage": "codex-ops-darwin-arm64",
7
+ "binary": "bin/codex-ops",
8
+ "commit": "b091aba82b7a1cd28f94a0660cdeef4c32aa0cd5"
9
+ }
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "codex-ops-darwin-arm64",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt codex-ops Rust binary for macOS arm64.",
5
+ "homepage": "https://github.com/ChenLuoi/codex-ops#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/ChenLuoi/codex-ops/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ChenLuoi/codex-ops.git"
12
+ },
13
+ "license": "MIT",
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "arm64"
19
+ ],
20
+ "files": [
21
+ "bin/**",
22
+ "manifest.json",
23
+ "SHA256SUMS",
24
+ "README.md"
25
+ ]
26
+ }