@sgtslummy/agents-council-linux-x64 0.0.0-bootstrap.0 → 0.5.2
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 +21 -0
- package/README.md +7 -2
- package/SHA256SUMS.txt +5 -0
- package/council +0 -0
- package/occult-release-manifest.json +31 -0
- package/package.json +24 -3
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
|
-
|
|
4
|
-
|
|
3
|
+
Native Agents Council payload for `agents-council-linux-x64`, version `0.5.2`.
|
|
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.2.
|
|
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
|
+
9852246931cd286628d6caa2a91fe380622a1d46933ae207914eeddd974712be cli/council
|
|
2
|
+
6d1c65fe24a08a76a8c24a8457ce0b0cb39766a3fba6e59aebfeb03ac020040a desktop-artifacts/stable-linux-x64-AgentsCouncil-Setup.tar.gz
|
|
3
|
+
03baf44a7ee84fad84ca27923329365562940c9b81806edc0f5a2f52fb1ae9f1 desktop-artifacts/stable-linux-x64-AgentsCouncil.tar.zst
|
|
4
|
+
0d828267795ce808490a8d6dcb279adcb084219cd5050d2d8a7b518a09de3f75 desktop-artifacts/stable-linux-x64-update.json
|
|
5
|
+
d0c47ebc16116501f5cd0b0f3ca07c84398f81a18bd8ccecebc36356bbd1500c 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.2",
|
|
5
|
+
"occult_contract_versions": [
|
|
6
|
+
"1.0.0"
|
|
7
|
+
],
|
|
8
|
+
"feature_gate": "OCCULT_ENABLED",
|
|
9
|
+
"artifacts": [
|
|
10
|
+
{
|
|
11
|
+
"path": "cli/council",
|
|
12
|
+
"bytes": 103543925,
|
|
13
|
+
"sha256": "9852246931cd286628d6caa2a91fe380622a1d46933ae207914eeddd974712be"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"path": "desktop-artifacts/stable-linux-x64-AgentsCouncil-Setup.tar.gz",
|
|
17
|
+
"bytes": 154916633,
|
|
18
|
+
"sha256": "6d1c65fe24a08a76a8c24a8457ce0b0cb39766a3fba6e59aebfeb03ac020040a"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"path": "desktop-artifacts/stable-linux-x64-AgentsCouncil.tar.zst",
|
|
22
|
+
"bytes": 155121066,
|
|
23
|
+
"sha256": "03baf44a7ee84fad84ca27923329365562940c9b81806edc0f5a2f52fb1ae9f1"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"path": "desktop-artifacts/stable-linux-x64-update.json",
|
|
27
|
+
"bytes": 74,
|
|
28
|
+
"sha256": "0d828267795ce808490a8d6dcb279adcb084219cd5050d2d8a7b518a09de3f75"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sgtslummy/agents-council-linux-x64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.2",
|
|
4
|
+
"description": "Native Agents Council CLI for linux-x64.",
|
|
5
|
+
"os": [
|
|
6
|
+
"linux"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"x64"
|
|
10
|
+
],
|
|
5
11
|
"files": [
|
|
6
|
-
"
|
|
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.2"
|
|
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"
|