driftseal 2.0.0 → 2.1.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 +60 -10
- package/README.zh-CN.md +53 -8
- package/bin/driftseal-mcp.js +117 -4
- package/bin/driftseal.js +1026 -199
- package/package.json +1 -1
- package/skills/use-driftseal/SKILL.md +4 -1
package/package.json
CHANGED
|
@@ -32,7 +32,10 @@ driftseal log --last 3
|
|
|
32
32
|
|
|
33
33
|
Then resume, extend, replace, verify, or close the outcome exactly as
|
|
34
34
|
`AGENTS.md` requires. Use `extend` only when the additional work still delivers
|
|
35
|
-
the same coherent outcome.
|
|
35
|
+
the same coherent outcome. `status` and `log --last 3` follow the current lane;
|
|
36
|
+
an open outcome stays visible even if it belongs to another lane. If the
|
|
37
|
+
requested work belongs to a different existing lane, switch first. For
|
|
38
|
+
command syntax, run:
|
|
36
39
|
|
|
37
40
|
```sh
|
|
38
41
|
driftseal help
|