@invariant.guru/cli 0.6.1 → 0.6.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 +2 -2
- package/dist/main.js +284 -281
- package/dist/ui/assets/{Editor-BacggN6k.js → Editor-B3P_TPOi.js} +1 -1
- package/dist/ui/assets/{Preview-BNQ0QaKY.js → Preview-Co8EGMAS.js} +1 -1
- package/dist/ui/assets/{index-AAKJY32z.js → index-Csx-Iteb.js} +8 -8
- package/dist/ui/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ invariant plan:complete <session-id> --summary "Booking command + tests"
|
|
|
164
164
|
### 6. `invariant review` — have the diff read by someone who did not write it
|
|
165
165
|
|
|
166
166
|
Composes a *review session*: a second session whose job is to review the branch
|
|
167
|
-
and write the result into `doc/review/<branch>.
|
|
167
|
+
and write the result into `doc/review/<branch>.xml`.
|
|
168
168
|
|
|
169
169
|
```bash
|
|
170
170
|
invariant review --session <session-id> # review the work that session produced
|
|
@@ -469,7 +469,7 @@ invariant review plan-changes <branch> # accepted comments → the sessi
|
|
|
469
469
|
| `-s, --session <session>` | The plan session whose work is under review |
|
|
470
470
|
| `-b, --base <ref>` | Ref to diff against (default: `origin/main`, then `origin/master`, `main`, `master`) |
|
|
471
471
|
|
|
472
|
-
Reviews land in `doc/review/<branch>.
|
|
472
|
+
Reviews land in `doc/review/<branch>.xml`, one file per branch, appended to on
|
|
473
473
|
each pass. **`plan-changes` refuses while any comment is still undecided** —
|
|
474
474
|
partial triage silently drops the comments nobody looked at, so it is not
|
|
475
475
|
allowed. Nothing here touches the index or a remote: the git commands this tool
|