codex-ops-darwin-x64 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-x64
2
+
3
+ Prebuilt codex-ops 0.1.1 Rust binary for darwin-x64.
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
+ b9309cc182f1d519684de157a48da46ac734270b7c39799f6f5aa0ebc5875fdc bin/codex-ops
2
+ 049150676fd35a78e5644eca89a14e7c2b2837c532ddd513a41d1f14f5361d89 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-x64",
5
+ "rustTarget": "x86_64-apple-darwin",
6
+ "npmPackage": "codex-ops-darwin-x64",
7
+ "binary": "bin/codex-ops",
8
+ "commit": "b091aba82b7a1cd28f94a0660cdeef4c32aa0cd5"
9
+ }
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "codex-ops-darwin-x64",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt codex-ops Rust binary for macOS x64.",
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
+ "x64"
19
+ ],
20
+ "files": [
21
+ "bin/**",
22
+ "manifest.json",
23
+ "SHA256SUMS",
24
+ "README.md"
25
+ ]
26
+ }