@staff0rd/assist 0.308.0 → 0.309.0
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 -0
- package/dist/index.js +818 -784
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -276,6 +276,8 @@ When iterating on assist itself: web server changes only need the `assist sessio
|
|
|
276
276
|
|
|
277
277
|
When `commit.pull` is enabled in config, `assist draft`, `assist bug`, `assist refine`, `assist next`, and `assist backlog run` run `git pull --ff-only` before doing anything else; if the pull fails the command aborts. `assist next` pulls once per invocation, not per item in its loop.
|
|
278
278
|
|
|
279
|
+
When `commit.expectedBranch` is set (e.g. `main`), `assist commit` prints a prominent warning if HEAD is on any other branch before committing — so work committed (and pushed) on a stray branch in a repo that lands directly on the expected branch isn't silently orphaned. The warning is non-blocking: the commit still proceeds. With the key unset, behaviour is unchanged and no branch check runs.
|
|
280
|
+
|
|
279
281
|
|
|
280
282
|
## netcap browser extension
|
|
281
283
|
|