@axelgar/opentree 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,7 +6,7 @@ Think [Conductor](https://conductor.build), but for the terminal.
6
6
 
7
7
  opentree is a cross-platform CLI tool that manages multiple AI coding agent sessions. Each session runs in an isolated git worktree with its own branch, orchestrated via tmux. Perfect for working on multiple features/fixes simultaneously without context-switching overhead.
8
8
 
9
- <img src="docs/demo.gif" alt="opentree — orchestrate parallel AI coding sessions in isolated git worktrees" style="width: 100%;max-width: 100%;">
9
+ ![opentree — orchestrate parallel AI coding sessions in isolated git worktrees](https://raw.githubusercontent.com/axelgar/opentree/main/docs/demo.gif)
10
10
 
11
11
  ## Features
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelgar/opentree",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Git worktree manager CLI for orchestrating parallel AI coding sessions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,10 +15,10 @@
15
15
  "bin/opentree"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@axelgar/opentree-linux-x64": "1.0.0",
19
- "@axelgar/opentree-linux-arm64": "1.0.0",
20
- "@axelgar/opentree-darwin-x64": "1.0.0",
21
- "@axelgar/opentree-darwin-arm64": "1.0.0"
18
+ "@axelgar/opentree-linux-x64": "1.0.1",
19
+ "@axelgar/opentree-linux-arm64": "1.0.1",
20
+ "@axelgar/opentree-darwin-x64": "1.0.1",
21
+ "@axelgar/opentree-darwin-arm64": "1.0.1"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=18"