@elhu/pit 0.1.1 → 0.1.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.
- package/dist/beads.d.ts +2 -2
- package/dist/beads.js +2 -2
- package/package.json +1 -1
package/dist/beads.d.ts
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
*
|
|
10
10
|
* `bd` resolves the `.beads/` database relative to the **git root**, not the
|
|
11
11
|
* working directory of the calling process. Verified by running `bd list --json`
|
|
12
|
-
* from both the main git worktree
|
|
13
|
-
*
|
|
12
|
+
* from both the main git worktree and a linked worktree — both returned
|
|
13
|
+
* the identical set of issues.
|
|
14
14
|
*
|
|
15
15
|
* Consequence: `execBd` can be called from any directory within the git tree
|
|
16
16
|
* and will always access the same beads database. The `cwd` option is provided
|
package/dist/beads.js
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
*
|
|
10
10
|
* `bd` resolves the `.beads/` database relative to the **git root**, not the
|
|
11
11
|
* working directory of the calling process. Verified by running `bd list --json`
|
|
12
|
-
* from both the main git worktree
|
|
13
|
-
*
|
|
12
|
+
* from both the main git worktree and a linked worktree — both returned
|
|
13
|
+
* the identical set of issues.
|
|
14
14
|
*
|
|
15
15
|
* Consequence: `execBd` can be called from any directory within the git tree
|
|
16
16
|
* and will always access the same beads database. The `cwd` option is provided
|