@xiongxianfei/rigorloop 0.3.1 → 0.3.3

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.1 init codex
26
+ npx @xiongxianfei/rigorloop@0.3.3 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.1 init codex --json
60
- npx @xiongxianfei/rigorloop@0.3.1 init claude --json
61
- npx @xiongxianfei/rigorloop@0.3.1 init opencode --json
59
+ npx @xiongxianfei/rigorloop@0.3.3 init codex --json
60
+ npx @xiongxianfei/rigorloop@0.3.3 init claude --json
61
+ npx @xiongxianfei/rigorloop@0.3.3 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.1 init opencode --dry-run --json
67
+ npx @xiongxianfei/rigorloop@0.3.3 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.1 init codex --from-archive ./rigorloop-adapter-codex-v0.3.1.zip --json
74
- npx @xiongxianfei/rigorloop@0.3.1 init claude --from-archive ./rigorloop-adapter-claude-v0.3.1.zip --json
75
- npx @xiongxianfei/rigorloop@0.3.1 init opencode --from-archive ./rigorloop-adapter-opencode-v0.3.1.zip --json
73
+ npx @xiongxianfei/rigorloop@0.3.3 init codex --from-archive ./rigorloop-adapter-codex-v0.3.3.zip --json
74
+ npx @xiongxianfei/rigorloop@0.3.3 init claude --from-archive ./rigorloop-adapter-claude-v0.3.3.zip --json
75
+ npx @xiongxianfei/rigorloop@0.3.3 init opencode --from-archive ./rigorloop-adapter-opencode-v0.3.3.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.1 new-change my-change --title "Describe the change" --json
93
+ npx @xiongxianfei/rigorloop@0.3.3 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.1 new-change my-change --title "Describe the change" --dry-run --json
99
+ npx @xiongxianfei/rigorloop@0.3.3 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.1` for CI, onboarding docs, and repeatable agent setup.
106
+ Use `@latest` for manual exploration. Use an explicit version such as `@0.3.3` 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
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "schema_version": 1,
3
+ "release": {
4
+ "version": "v0.3.3",
5
+ "source_repository": "xiongxianfei/rigorloop",
6
+ "source_commit": "6f895a03",
7
+ "release_tag": "v0.3.3",
8
+ "published_at": "pending-publication"
9
+ },
10
+ "metadata": {
11
+ "url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.3/adapter-artifacts-v0.3.3.json",
12
+ "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
13
+ },
14
+ "artifacts": [
15
+ {
16
+ "adapter": "codex",
17
+ "archive": "rigorloop-adapter-codex-v0.3.3.zip",
18
+ "url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.3/rigorloop-adapter-codex-v0.3.3.zip",
19
+ "sha256": "66316c3130cb5472cd27d7d4a8c989b6d2df29a23290e39656040db1b242100c",
20
+ "size_bytes": 118498,
21
+ "install_root": ".agents/skills",
22
+ "tree_hash_algorithm": "rigorloop-tree-hash-v1",
23
+ "tree_sha256": "9cdfba0fe8ff8c13b782f729199081ed9342104334bac5712c4402dcd3a65122",
24
+ "file_count": 44
25
+ },
26
+ {
27
+ "adapter": "claude",
28
+ "archive": "rigorloop-adapter-claude-v0.3.3.zip",
29
+ "url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.3/rigorloop-adapter-claude-v0.3.3.zip",
30
+ "sha256": "bfa1814eb5386d01624ce7acc706bf766a3b55f681c7e83f8e3f4ebdf5597a25",
31
+ "size_bytes": 117776,
32
+ "install_root": ".claude/skills",
33
+ "tree_hash_algorithm": "rigorloop-tree-hash-v1",
34
+ "tree_sha256": "dcd94ba382633c1e64e0dcdde7b31fa1e24047066afb5d4bbe9868b4f6392a7f",
35
+ "file_count": 44
36
+ },
37
+ {
38
+ "adapter": "opencode",
39
+ "archive": "rigorloop-adapter-opencode-v0.3.3.zip",
40
+ "url": "https://github.com/xiongxianfei/rigorloop/releases/download/v0.3.3/rigorloop-adapter-opencode-v0.3.3.zip",
41
+ "sha256": "a92b0bf91142be3a911a6d3e76bcd9e2a99a06f89ee6716b59bec640c71436cd",
42
+ "size_bytes": 118044,
43
+ "install_root": ".opencode/skills",
44
+ "tree_hash_algorithm": "rigorloop-tree-hash-v1",
45
+ "tree_sha256": "dcd94ba382633c1e64e0dcdde7b31fa1e24047066afb5d4bbe9868b4f6392a7f",
46
+ "file_count": 44,
47
+ "skills_only_compatibility": {
48
+ "releases": [
49
+ "v0.3.3"
50
+ ]
51
+ }
52
+ }
53
+ ],
54
+ "compatibility": {
55
+ "opencode_skills_only": {
56
+ "releases": [
57
+ "v0.3.3"
58
+ ]
59
+ }
60
+ },
61
+ "validation": {
62
+ "command": "python scripts/validate-adapters.py --root <release-output-dir> --version v0.3.3",
63
+ "result": "pass"
64
+ }
65
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "releases": {
4
- "v0.3.1": {
4
+ "v0.3.3": {
5
5
  "source_repository": "xiongxianfei/rigorloop",
6
- "release_tag": "v0.3.1",
7
- "bundled_metadata": "adapter-artifacts-v0.3.1.json",
8
- "bundled_metadata_sha256": "e2c9b9bac02ee0b506a2be5fe3a6e2888536a1799e5a21134026dda0dea282f8"
6
+ "release_tag": "v0.3.3",
7
+ "bundled_metadata": "adapter-artifacts-v0.3.3.json",
8
+ "bundled_metadata_sha256": "e70a9f87ad3cf545f31f65dc1f212a8abefa29701a79ea4485f2477d5c9a068f"
9
9
  }
10
10
  }
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiongxianfei/rigorloop",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Git-first workflow for AI coding agents: proposals, specs, tests, review gates, and durable validation evidence from idea to PR.",
5
5
  "keywords": [
6
6
  "ai-agents",