@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 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 (/home/elhu/pit) and a linked worktree
13
- * (/home/elhu/worktrees/pit-beads) — both returned the identical set of issues.
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 (/home/elhu/pit) and a linked worktree
13
- * (/home/elhu/worktrees/pit-beads) — both returned the identical set of issues.
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elhu/pit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A tmux-based orchestrator that automates parallel AI coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {