@sipher.dev/agents-darwin-arm64 0.1.10

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/bin/agents ADDED
Binary file
@@ -0,0 +1,24 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "cli-platform-package",
4
+ "packageName": "@sipher.dev/agents-darwin-arm64",
5
+ "version": "0.1.10",
6
+ "platform": "darwin",
7
+ "arch": "arm64",
8
+ "minimumHost": "macOS 13.5",
9
+ "bunVersion": "1.3.14",
10
+ "executable": "bin/agents",
11
+ "executableSha256": "7a899ee936a6053b65da25a8e02c59adeca6b31b58372029cf56aa0aebfc1664",
12
+ "executableSize": 63842402,
13
+ "smokeOnly": false,
14
+ "builtAt": "2026-07-25T15:50:31.118Z",
15
+ "host": {
16
+ "platform": "darwin",
17
+ "arch": "arm64"
18
+ },
19
+ "signing": {
20
+ "signed": false,
21
+ "mode": "stub-secrets-absent",
22
+ "identity": null
23
+ }
24
+ }
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@sipher.dev/agents-darwin-arm64",
3
+ "version": "0.1.10",
4
+ "description": "Self-contained Agents CLI executable for darwin/arm64.",
5
+ "type": "module",
6
+ "private": false,
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "bin": {
14
+ "agents": "bin/agents"
15
+ },
16
+ "files": [
17
+ "bin",
18
+ "package-identity.json",
19
+ "signing-status.json"
20
+ ],
21
+ "publishConfig": {
22
+ "access": "public"
23
+ }
24
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "platform": "darwin",
4
+ "executable": "bin/agents",
5
+ "signed": false,
6
+ "mode": "stub-secrets-absent",
7
+ "reason": "Apple signing secrets absent; local/rehearsal unsigned artifact retained.",
8
+ "identity": null,
9
+ "sha256Before": "7a899ee936a6053b65da25a8e02c59adeca6b31b58372029cf56aa0aebfc1664",
10
+ "sha256After": "7a899ee936a6053b65da25a8e02c59adeca6b31b58372029cf56aa0aebfc1664",
11
+ "signedAt": "2026-07-25T15:50:31.201Z"
12
+ }