@paulbeliavskis/git-grove 0.1.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paulbeliavskis/git-grove",
3
- "version": "0.1.0",
4
- "description": "Git worktree manager CLI with PR review and AI integration",
3
+ "version": "0.2.2",
4
+ "description": "CLI tool for managing Git worktrees across multiple repos with Jira sprint integration, Bitbucket/GitHub PR review workflows, AI-powered code review, shell integration (gw), and post-create hooks",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "grove": "./bin/grove.js"
@@ -26,11 +26,11 @@
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "git+https://github.com/paulbeliavskis/grove.git"
29
+ "url": "git+https://github.com/Paul-Beliavskis/grove.git"
30
30
  },
31
- "homepage": "https://github.com/paulbeliavskis/grove#readme",
31
+ "homepage": "https://github.com/Paul-Beliavskis/grove#readme",
32
32
  "bugs": {
33
- "url": "https://github.com/paulbeliavskis/grove/issues"
33
+ "url": "https://github.com/Paul-Beliavskis/grove/issues"
34
34
  },
35
35
  "dependencies": {
36
36
  "chalk": "^5.3.0",