@klaudworks/rmr 1.2.2 → 1.2.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 +8 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,10 +149,13 @@ Run state is persisted after every step to `.rmr/runs/`, so `rmr continue <run-i
|
|
|
149
149
|
|
|
150
150
|
## Provided Workflows
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
<details open>
|
|
153
|
+
<summary><strong>feature-dev</strong></summary>
|
|
153
154
|
|
|
154
155
|
Plan, implement, and review a single feature end-to-end with an automatic revision loop.
|
|
155
156
|
|
|
157
|
+
See docs for more info: [docs/workflows/feature-dev/](docs/workflows/feature-dev/)
|
|
158
|
+
|
|
156
159
|
<p align="center">
|
|
157
160
|
<img src="docs/workflows/feature-dev/flow.svg" width="720" />
|
|
158
161
|
</p>
|
|
@@ -162,17 +165,20 @@ rmr install feature-dev
|
|
|
162
165
|
rmr run .rmr/workflows/feature-dev/workflow.yaml
|
|
163
166
|
```
|
|
164
167
|
|
|
168
|
+
</details>
|
|
169
|
+
|
|
165
170
|
<details>
|
|
166
171
|
<summary><strong>beads</strong> (requires beads + toon)</summary>
|
|
167
172
|
|
|
168
173
|
Autonomous issue loop powered by Beads: pick the next issue, plan, implement,
|
|
169
174
|
review, then continue with the next issue.
|
|
170
175
|
|
|
171
|
-
See docs: [docs/workflows/beads/](docs/workflows/beads/)
|
|
176
|
+
See docs for more info: [docs/workflows/beads/](docs/workflows/beads/)
|
|
172
177
|
|
|
173
178
|
Prerequisites:
|
|
174
179
|
- [beads](https://github.com/steveyegge/beads)
|
|
175
180
|
- [toon](https://github.com/toon-format/toon?tab=readme-ov-file)
|
|
181
|
+
- Beads issues created semi-automatically together with your coding agent
|
|
176
182
|
|
|
177
183
|
```bash
|
|
178
184
|
rmr install beads
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klaudworks/rex",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@klaudworks/rex",
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.3",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"clipanion": "^4.0.0-rc.4",
|
|
12
12
|
"yaml": "^2.8.2"
|