@bumpyclock/tasque-linux-x64-gnu 0.5.1 → 0.5.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.
|
@@ -11,7 +11,8 @@ Read when: you need exact command syntax or available options.
|
|
|
11
11
|
In git repos, `tsq init` defaults to sync-worktree mode using `tsq-sync`.
|
|
12
12
|
Use `--sync-branch <name>` or `--worktree-name <name>` to choose another branch/worktree. Existing main-tree
|
|
13
13
|
`.tasque` data migrates automatically. Fresh clones fetch the configured sync branch
|
|
14
|
-
and create the worktree on first use.
|
|
14
|
+
and create the worktree on first use. `tsq sync` pushes the sync branch to `origin`
|
|
15
|
+
and sets upstream automatically when needed. Non-git directories use local `.tasque/` storage.
|
|
15
16
|
|
|
16
17
|
- `tsq create [<title>] [--child <title> ...] [--kind ...] [-p ...] [--parent <id>] [--description <text>] [--external-ref <ref>] [--discovered-from <id>] [--planning <needs_planning|planned>] [--needs-planning] [--ensure] [--id <tsq-xxxxxxxx>] [--body-file <path|->]`
|
|
17
18
|
- `tsq show <id>`
|
|
@@ -37,7 +37,8 @@ Error envelope:
|
|
|
37
37
|
`.tasque/config.json`, while task data lives in `tsq-sync` unless
|
|
38
38
|
`--sync-branch` or `--worktree-name` names another branch/worktree. Existing main-tree `.tasque` data
|
|
39
39
|
migrates automatically when no `sync_branch` is configured. Fresh clones fetch
|
|
40
|
-
the configured sync branch and create the worktree on first use.
|
|
40
|
+
the configured sync branch and create the worktree on first use. `tsq sync`
|
|
41
|
+
pushes the sync branch to `origin` and sets upstream automatically when needed.
|
|
41
42
|
- Canonical source of truth: `.tasque/events.jsonl` (append-only)
|
|
42
43
|
- Derived cache: `.tasque/state.json` (rebuildable, gitignored)
|
|
43
44
|
- Legacy cache fallback: `.tasque/tasks.jsonl` (read-only fallback when `state.json` is absent; removal target)
|
package/package.json
CHANGED
package/tsq
CHANGED
|
Binary file
|