@axelgar/opentree 0.1.20 → 0.1.22

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
@@ -360,7 +360,7 @@ State file might be corrupted. Check `.opentree/state.json` or delete and recrea
360
360
 
361
361
  ## Contributing
362
362
 
363
- Contributions welcome! Please open an issue or PR.
363
+ Contributions welcome! Please open an issue or PR. See [CONTRIBUTING.md](CONTRIBUTING.md) for the quality checks to run first.
364
364
 
365
365
  ### Development Setup
366
366
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelgar/opentree",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
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": "0.1.20",
19
- "@axelgar/opentree-linux-arm64": "0.1.20",
20
- "@axelgar/opentree-darwin-x64": "0.1.20",
21
- "@axelgar/opentree-darwin-arm64": "0.1.20"
18
+ "@axelgar/opentree-linux-x64": "0.1.22",
19
+ "@axelgar/opentree-linux-arm64": "0.1.22",
20
+ "@axelgar/opentree-darwin-x64": "0.1.22",
21
+ "@axelgar/opentree-darwin-arm64": "0.1.22"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=18"