trekoon 0.2.4 → 0.2.5
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.
|
@@ -42,6 +42,15 @@ Fail fast if the envelope reports `recoveryRequired`, a storage mismatch, or any
|
|
|
42
42
|
bootstrap error. In linked worktrees, `sharedStorageRoot` may differ from
|
|
43
43
|
`worktreeRoot`; that is expected because the repo shares one DB across checkouts.
|
|
44
44
|
|
|
45
|
+
If the session envelope shows `behind > 0`, pull before claiming any task:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
trekoon --toon sync pull --from main
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
This syncs tracker events (not git commits) from the source branch so task
|
|
52
|
+
states, dependencies, and subtrees are up to date before you start work.
|
|
53
|
+
|
|
45
54
|
### 2. Claim work explicitly
|
|
46
55
|
|
|
47
56
|
```bash
|