@xiongxianfei/rigorloop 0.3.1 → 0.3.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/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npx @xiongxianfei/rigorloop@latest init opencode
|
|
|
23
23
|
Use a pinned version when you want reproducible setup:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
26
|
+
npx @xiongxianfei/rigorloop@0.3.2 init codex
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Install as a project-local development dependency:
|
|
@@ -56,23 +56,23 @@ rigorloop new-change <change-id> --title <title> [--dry-run] [--json]
|
|
|
56
56
|
Initialize target support from the verified official release archive:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
60
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
61
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
59
|
+
npx @xiongxianfei/rigorloop@0.3.2 init codex --json
|
|
60
|
+
npx @xiongxianfei/rigorloop@0.3.2 init claude --json
|
|
61
|
+
npx @xiongxianfei/rigorloop@0.3.2 init opencode --json
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
Preview the write plan without mutating files:
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
67
|
+
npx @xiongxianfei/rigorloop@0.3.2 init opencode --dry-run --json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
Use `--from-archive` when you already downloaded the matching official archive, or when Node `fetch()` cannot reach GitHub from your network:
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
74
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
75
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
73
|
+
npx @xiongxianfei/rigorloop@0.3.2 init codex --from-archive ./rigorloop-adapter-codex-v0.3.2.zip --json
|
|
74
|
+
npx @xiongxianfei/rigorloop@0.3.2 init claude --from-archive ./rigorloop-adapter-claude-v0.3.2.zip --json
|
|
75
|
+
npx @xiongxianfei/rigorloop@0.3.2 init opencode --from-archive ./rigorloop-adapter-opencode-v0.3.2.zip --json
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
Default init installs verified target support without writing `rigorloop.yaml` or `rigorloop.lock`. Use `--write-state` when you want RigorLoop-managed project state files. The command verifies the selected archive before extraction and verifies the installed tree before reporting success. Runtime roots are target-specific:
|
|
@@ -90,20 +90,20 @@ Network installs use Node `fetch()`. If download fails in a proxied environment,
|
|
|
90
90
|
Create a new change metadata scaffold:
|
|
91
91
|
|
|
92
92
|
```bash
|
|
93
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
93
|
+
npx @xiongxianfei/rigorloop@0.3.2 new-change my-change --title "Describe the change" --json
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
Preview the scaffold first:
|
|
97
97
|
|
|
98
98
|
```bash
|
|
99
|
-
npx @xiongxianfei/rigorloop@0.3.
|
|
99
|
+
npx @xiongxianfei/rigorloop@0.3.2 new-change my-change --title "Describe the change" --dry-run --json
|
|
100
100
|
```
|
|
101
101
|
|
|
102
102
|
`new-change` creates `docs/changes/<change-id>/change.yaml`. It does not claim that proposal, spec, review, verification, or PR readiness is complete.
|
|
103
103
|
|
|
104
104
|
## Version Guidance
|
|
105
105
|
|
|
106
|
-
Use `@latest` for manual exploration. Use an explicit version such as `@0.3.
|
|
106
|
+
Use `@latest` for manual exploration. Use an explicit version such as `@0.3.2` for CI, onboarding docs, and repeatable agent setup.
|
|
107
107
|
|
|
108
108
|
## Source of Truth
|
|
109
109
|
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema_version": 1,
|
|
3
|
+
"release": {
|
|
4
|
+
"version": "v0.3.2",
|
|
5
|
+
"source_repository": "xiongxianfei/rigorloop",
|
|
6
|
+
"source_commit": "93903a0",
|
|
7
|
+
"release_tag": "v0.3.2",
|
|
8
|
+
"published_at": "2026-06-18"
|
|
9
|
+
},
|
|
10
|
+
"metadata": {
|
|
11
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.2/adapter-artifacts-v0.3.2.json",
|
|
12
|
+
"sha256": "0000000000000000000000000000000000000000000000000000000000000000"
|
|
13
|
+
},
|
|
14
|
+
"artifacts": [
|
|
15
|
+
{
|
|
16
|
+
"adapter": "codex",
|
|
17
|
+
"archive": "rigorloop-adapter-codex-v0.3.2.zip",
|
|
18
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.2/rigorloop-adapter-codex-v0.3.2.zip",
|
|
19
|
+
"sha256": "3a38680d7f732388570fce49e0f92515aafbbbb177974ec7212626b567df4229",
|
|
20
|
+
"size_bytes": 110741,
|
|
21
|
+
"install_root": ".agents/skills",
|
|
22
|
+
"tree_hash_algorithm": "rigorloop-tree-hash-v1",
|
|
23
|
+
"tree_sha256": "85e8d06de1aeb7525148756fdae7bf9aa5a6052351eae6dbb1e21519c2bbfa30",
|
|
24
|
+
"file_count": 40
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"adapter": "claude",
|
|
28
|
+
"archive": "rigorloop-adapter-claude-v0.3.2.zip",
|
|
29
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.2/rigorloop-adapter-claude-v0.3.2.zip",
|
|
30
|
+
"sha256": "f485c25dce4c2d7d0d53bd244b50aba99addaf6242b9e8b68b08f95ccdad858b",
|
|
31
|
+
"size_bytes": 110034,
|
|
32
|
+
"install_root": ".claude/skills",
|
|
33
|
+
"tree_hash_algorithm": "rigorloop-tree-hash-v1",
|
|
34
|
+
"tree_sha256": "9203601e3ddba1024d35a80e45598e73d7b8dfee0ed3017a340b5d0ee8c2316d",
|
|
35
|
+
"file_count": 40
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"adapter": "opencode",
|
|
39
|
+
"archive": "rigorloop-adapter-opencode-v0.3.2.zip",
|
|
40
|
+
"url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.2/rigorloop-adapter-opencode-v0.3.2.zip",
|
|
41
|
+
"sha256": "db9141359505bb3be10854016554e5da38732b6e7f0d8b1cb7d0f18b029cbbd1",
|
|
42
|
+
"size_bytes": 110285,
|
|
43
|
+
"install_root": ".opencode/skills",
|
|
44
|
+
"tree_hash_algorithm": "rigorloop-tree-hash-v1",
|
|
45
|
+
"tree_sha256": "9203601e3ddba1024d35a80e45598e73d7b8dfee0ed3017a340b5d0ee8c2316d",
|
|
46
|
+
"file_count": 40,
|
|
47
|
+
"skills_only_compatibility": {
|
|
48
|
+
"releases": [
|
|
49
|
+
"v0.3.2"
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"compatibility": {
|
|
55
|
+
"opencode_skills_only": {
|
|
56
|
+
"releases": [
|
|
57
|
+
"v0.3.2"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"validation": {
|
|
62
|
+
"command": "python scripts/validate-adapters.py --root <release-output-dir> --version v0.3.2",
|
|
63
|
+
"result": "pass"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"releases": {
|
|
4
|
-
"v0.3.
|
|
4
|
+
"v0.3.2": {
|
|
5
5
|
"source_repository": "xiongxianfei/rigorloop",
|
|
6
|
-
"release_tag": "v0.3.
|
|
7
|
-
"bundled_metadata": "adapter-artifacts-v0.3.
|
|
8
|
-
"bundled_metadata_sha256": "
|
|
6
|
+
"release_tag": "v0.3.2",
|
|
7
|
+
"bundled_metadata": "adapter-artifacts-v0.3.2.json",
|
|
8
|
+
"bundled_metadata_sha256": "f846e93877d0b153e775711049ee6da6648ef02368e83e463a7dbbe1d368cead"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
package/package.json
CHANGED