@sgtslummy/agents-council-linux-x64 0.5.2 → 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/README.md +2 -2
- package/SHA256SUMS.txt +5 -5
- package/council +0 -0
- package/occult-release-manifest.json +8 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @sgtslummy/agents-council-linux-x64
|
|
2
2
|
|
|
3
|
-
Native Agents Council payload for `agents-council-linux-x64`, version `0.5.
|
|
3
|
+
Native Agents Council payload for `agents-council-linux-x64`, version `0.5.4`.
|
|
4
4
|
|
|
5
5
|
This package is an optional dependency of `@sgtslummy/agents-council`.
|
|
6
6
|
Its CLI is assembled only from the signed GitHub release at
|
|
7
|
-
https://github.com/SgtSlummy/agents-council/releases/tag/v0.5.
|
|
7
|
+
https://github.com/SgtSlummy/agents-council/releases/tag/v0.5.4.
|
|
8
8
|
Electrobun desktop installers remain signed GitHub release assets and are not
|
|
9
9
|
duplicated in the npm package.
|
package/SHA256SUMS.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
CHANGED
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.0.0",
|
|
3
3
|
"package_name": "agents-council-linux-x64",
|
|
4
|
-
"package_version": "0.5.
|
|
4
|
+
"package_version": "0.5.4",
|
|
5
5
|
"occult_contract_versions": [
|
|
6
6
|
"1.0.0"
|
|
7
7
|
],
|
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
"artifacts": [
|
|
10
10
|
{
|
|
11
11
|
"path": "cli/council",
|
|
12
|
-
"bytes":
|
|
13
|
-
"sha256": "
|
|
12
|
+
"bytes": 103544000,
|
|
13
|
+
"sha256": "e66299486db816a9b0bd8c3d1f4ade23529caf7ed0c1d443892b51d685b3992b"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"path": "desktop-artifacts/stable-linux-x64-AgentsCouncil-Setup.tar.gz",
|
|
17
|
-
"bytes":
|
|
18
|
-
"sha256": "
|
|
17
|
+
"bytes": 154916365,
|
|
18
|
+
"sha256": "6061780a17919226317f919e82437fd42ed87dedd3e416b691342fb8c3611f85"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"path": "desktop-artifacts/stable-linux-x64-AgentsCouncil.tar.zst",
|
|
22
|
-
"bytes":
|
|
23
|
-
"sha256": "
|
|
22
|
+
"bytes": 155121017,
|
|
23
|
+
"sha256": "d75eeed06df32095baa8a6cf3a4c08fc7fd8c574b31cd8c2db977dfe1d8f28c6"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "desktop-artifacts/stable-linux-x64-update.json",
|
|
27
27
|
"bytes": 74,
|
|
28
|
-
"sha256": "
|
|
28
|
+
"sha256": "499f836feaa891b6db77f548f1c5d1d62e0c4b2d1330efef1a533e2fc5494d94"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sgtslummy/agents-council-linux-x64",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Native Agents Council CLI for linux-x64.",
|
|
5
5
|
"os": [
|
|
6
6
|
"linux"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"1.0.0"
|
|
21
21
|
],
|
|
22
22
|
"featureGate": "OCCULT_ENABLED",
|
|
23
|
-
"sourceRelease": "v0.5.
|
|
23
|
+
"sourceRelease": "v0.5.4"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|