@xiongxianfei/rigorloop 0.1.4 → 0.1.5
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.
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"release": {
|
|
4
|
-
"version": "v0.1.
|
|
4
|
+
"version": "v0.1.5",
|
|
5
5
|
"source_repository": "xiongxianfei/rigorloop",
|
|
6
|
-
"source_commit": "
|
|
7
|
-
"release_tag": "v0.1.
|
|
6
|
+
"source_commit": "5315a6d08b9d79e52d3276fd532b02f97c727e55",
|
|
7
|
+
"release_tag": "v0.1.5",
|
|
8
8
|
"published_at": "2026-05-16"
|
|
9
9
|
},
|
|
10
10
|
"metadata": {
|
|
11
|
-
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.1.
|
|
12
|
-
"sha256": "
|
|
11
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.1.5/adapter-artifacts-v0.1.5.json",
|
|
12
|
+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000"
|
|
13
13
|
},
|
|
14
14
|
"artifacts": [
|
|
15
15
|
{
|
|
16
16
|
"adapter": "codex",
|
|
17
|
-
"archive": "rigorloop-adapter-codex-v0.1.
|
|
18
|
-
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.1.
|
|
19
|
-
"sha256": "
|
|
17
|
+
"archive": "rigorloop-adapter-codex-v0.1.5.zip",
|
|
18
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.1.5/rigorloop-adapter-codex-v0.1.5.zip",
|
|
19
|
+
"sha256": "97991ad31b0926ea3bcf8ab98d6aa0f93511ab25a51157d9fa701c1e822a32fd",
|
|
20
20
|
"size_bytes": 91928,
|
|
21
21
|
"install_root": ".agents/skills",
|
|
22
22
|
"tree_hash_algorithm": "rigorloop-tree-hash-v1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"validation": {
|
|
27
|
-
"command": "python scripts/validate-adapters.py --root <release-output-dir> --version v0.1.
|
|
27
|
+
"command": "python scripts/validate-adapters.py --root <release-output-dir> --version v0.1.5",
|
|
28
28
|
"result": "pass"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"releases": {
|
|
4
|
-
"v0.1.
|
|
4
|
+
"v0.1.5": {
|
|
5
5
|
"source_repository": "xiongxianfei/rigorloop",
|
|
6
|
-
"release_tag": "v0.1.
|
|
7
|
-
"bundled_metadata": "adapter-artifacts-v0.1.
|
|
8
|
-
"bundled_metadata_sha256": "
|
|
6
|
+
"release_tag": "v0.1.5",
|
|
7
|
+
"bundled_metadata": "adapter-artifacts-v0.1.5.json",
|
|
8
|
+
"bundled_metadata_sha256": "af43fe972d10f656f229909a9e764e652801fa3c0ae2df40a357ea4d069d7e7e"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiongxianfei/rigorloop",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "RigorLoop CLI.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/xiongxianfei/rigorloop"
|
|
8
|
+
},
|
|
5
9
|
"type": "module",
|
|
6
10
|
"bin": {
|
|
7
11
|
"rigorloop": "dist/bin/rigorloop.js"
|