@sgtslummy/agents-council-linux-x64 0.0.0-bootstrap.0 → 0.5.4

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,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Alex Gavrilescu
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # @sgtslummy/agents-council-linux-x64
2
2
 
3
- Namespace bootstrap only. Install a signed production version after the
4
- trusted publisher is configured.
3
+ Native Agents Council payload for `agents-council-linux-x64`, version `0.5.4`.
4
+
5
+ This package is an optional dependency of `@sgtslummy/agents-council`.
6
+ Its CLI is assembled only from the signed GitHub release at
7
+ https://github.com/SgtSlummy/agents-council/releases/tag/v0.5.4.
8
+ Electrobun desktop installers remain signed GitHub release assets and are not
9
+ duplicated in the npm package.
package/SHA256SUMS.txt ADDED
@@ -0,0 +1,5 @@
1
+ e66299486db816a9b0bd8c3d1f4ade23529caf7ed0c1d443892b51d685b3992b cli/council
2
+ 6061780a17919226317f919e82437fd42ed87dedd3e416b691342fb8c3611f85 desktop-artifacts/stable-linux-x64-AgentsCouncil-Setup.tar.gz
3
+ d75eeed06df32095baa8a6cf3a4c08fc7fd8c574b31cd8c2db977dfe1d8f28c6 desktop-artifacts/stable-linux-x64-AgentsCouncil.tar.zst
4
+ 499f836feaa891b6db77f548f1c5d1d62e0c4b2d1330efef1a533e2fc5494d94 desktop-artifacts/stable-linux-x64-update.json
5
+ 3aa60742452e226d85ec89a623ffe90e6d67be35b49bcc43c9452c0212000d85 occult-release-manifest.json
package/council ADDED
Binary file
@@ -0,0 +1,31 @@
1
+ {
2
+ "schema_version": "1.0.0",
3
+ "package_name": "agents-council-linux-x64",
4
+ "package_version": "0.5.4",
5
+ "occult_contract_versions": [
6
+ "1.0.0"
7
+ ],
8
+ "feature_gate": "OCCULT_ENABLED",
9
+ "artifacts": [
10
+ {
11
+ "path": "cli/council",
12
+ "bytes": 103544000,
13
+ "sha256": "e66299486db816a9b0bd8c3d1f4ade23529caf7ed0c1d443892b51d685b3992b"
14
+ },
15
+ {
16
+ "path": "desktop-artifacts/stable-linux-x64-AgentsCouncil-Setup.tar.gz",
17
+ "bytes": 154916365,
18
+ "sha256": "6061780a17919226317f919e82437fd42ed87dedd3e416b691342fb8c3611f85"
19
+ },
20
+ {
21
+ "path": "desktop-artifacts/stable-linux-x64-AgentsCouncil.tar.zst",
22
+ "bytes": 155121017,
23
+ "sha256": "d75eeed06df32095baa8a6cf3a4c08fc7fd8c574b31cd8c2db977dfe1d8f28c6"
24
+ },
25
+ {
26
+ "path": "desktop-artifacts/stable-linux-x64-update.json",
27
+ "bytes": 74,
28
+ "sha256": "499f836feaa891b6db77f548f1c5d1d62e0c4b2d1330efef1a533e2fc5494d94"
29
+ }
30
+ ]
31
+ }
package/package.json CHANGED
@@ -1,17 +1,38 @@
1
1
  {
2
2
  "name": "@sgtslummy/agents-council-linux-x64",
3
- "version": "0.0.0-bootstrap.0",
4
- "description": "Namespace bootstrap for the signed Agents Council distribution.",
3
+ "version": "0.5.4",
4
+ "description": "Native Agents Council CLI for linux-x64.",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
5
11
  "files": [
6
- "README.md"
12
+ "council",
13
+ "occult-release-manifest.json",
14
+ "SHA256SUMS.txt",
15
+ "README.md",
16
+ "LICENSE"
7
17
  ],
18
+ "occult": {
19
+ "contractVersions": [
20
+ "1.0.0"
21
+ ],
22
+ "featureGate": "OCCULT_ENABLED",
23
+ "sourceRelease": "v0.5.4"
24
+ },
8
25
  "repository": {
9
26
  "type": "git",
10
27
  "url": "git+https://github.com/SgtSlummy/agents-council.git"
11
28
  },
29
+ "bugs": {
30
+ "url": "https://github.com/SgtSlummy/agents-council/issues"
31
+ },
12
32
  "homepage": "https://github.com/SgtSlummy/agents-council",
13
33
  "publishConfig": {
14
34
  "access": "public",
35
+ "provenance": true,
15
36
  "registry": "https://registry.npmjs.org/"
16
37
  },
17
38
  "license": "MIT"