@invariant.guru/cli 0.7.0 → 0.7.1
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 +17 -0
- package/dist/main.js +885 -842
- package/dist/ui/assets/{Editor-Dp4QGalH.js → Editor-DOz_xbEw.js} +1 -1
- package/dist/ui/assets/{MarkdownBody-uzyy16ip.js → MarkdownBody-mdOs0gnW.js} +1 -1
- package/dist/ui/assets/{Preview-CnZqPbLm.js → Preview-D2NRuXXW.js} +1 -1
- package/dist/ui/assets/{index-YeoJUXZX.css → index-D7CqVS9q.css} +1 -1
- package/dist/ui/assets/index-Xjxl1JDa.js +253 -0
- package/dist/ui/index.html +2 -2
- package/package.json +1 -1
- package/dist/ui/assets/index-B5eBMPHp.js +0 -246
package/README.md
CHANGED
|
@@ -214,6 +214,23 @@ GitLab merge request, anchored on its file and line. Nothing is submitted for
|
|
|
214
214
|
you and nobody is notified — you read the drafts in GitLab and press *Submit
|
|
215
215
|
review*. The token is per project: see [docs/spec-review.md](docs/spec-review.md) §9.
|
|
216
216
|
|
|
217
|
+
Publishing is one of the project's **integrations**, configured on the
|
|
218
|
+
Configuration page. The other is **Linear**: link a session to an issue, and one
|
|
219
|
+
block of that session — the human-facing spec, not the plan — syncs in either
|
|
220
|
+
direction. The rest of the session is never sent.
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
Configuration → GitLab publish a triaged review to a merge request
|
|
224
|
+
Configuration → Linear link a session to an issue and sync its spec
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
Conventions (host, project path, team key, the issue template an agent aims at)
|
|
228
|
+
go into `invariant.json`, so a team shares them. Tokens go into
|
|
229
|
+
`.invariant/integrations.local.json`, `0600` and git-ignored, and never leave
|
|
230
|
+
the daemon. An action an integration does not enable is not shown at all — with
|
|
231
|
+
no GitLab token, the review footer is simply *Plan changes*. See
|
|
232
|
+
[docs/spec-integrations.md](docs/spec-integrations.md).
|
|
233
|
+
|
|
217
234
|
### 7. `invariant ui` — see and manage your sessions
|
|
218
235
|
|
|
219
236
|
Opens a local dashboard: a session list, rendered markdown, a rich editor, review
|