{"id":46100561,"url":"https://github.com/navbytes/grove","last_synced_at":"2026-03-01T19:36:52.617Z","repository":{"id":336251365,"uuid":"1148906005","full_name":"navbytes/grove","owner":"navbytes","description":"Manage cross-repository task workspaces with git worktrees","archived":false,"fork":false,"pushed_at":"2026-02-04T03:05:01.000Z","size":353,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T04:19:06.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-03T14:01:42.000Z","updated_at":"2026-02-04T01:45:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/navbytes/grove","commit_stats":null,"previous_names":["navbytes/grove"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/navbytes/grove","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navbytes%2Fgrove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navbytes%2Fgrove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navbytes%2Fgrove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navbytes%2Fgrove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navbytes","download_url":"https://codeload.github.com/navbytes/grove/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navbytes%2Fgrove/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29981624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-01T19:36:52.529Z","updated_at":"2026-03-01T19:36:52.599Z","avatar_url":"https://github.com/navbytes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grove\n\n**Manage cross-repository task workspaces with git worktrees — from the terminal.**\n\nGrove is a CLI tool that helps developers work on tasks spanning multiple repositories. It creates isolated workspaces using git worktrees, tracks PR and CI status, and integrates with Jira for ticket management.\n\n## Installation\n\n```bash\nnpm install -g grove-cli\n```\n\n## Features\n\n- **Task-based Workspaces**: Create isolated workspaces for each task using git worktrees\n- **Multi-repository Support**: Work across multiple repositories in a single task\n- **Interactive TUI Dashboard**: Full-screen terminal UI with live status updates\n- **Jira Integration**: Link tasks to Jira tickets, auto-fetch ticket titles\n- **GitHub Integration**: Track PR status, reviews, and CI checks\n- **Smart Links**: Add any URL — auto-categorized as Slack, Buildkite, GitHub, Confluence, Figma, etc.\n- **Context Files**: Auto-generated `.grove-context.md` files for AI tools (Claude Code, Cursor, etc.)\n- **Shell Integration**: Environment variables for prompt customization\n\n## Quick Start\n\n```bash\n# 1. Setup Grove\ngrove init\n\n# 2. Register your repositories\ngrove project add ~/repos/backend-api\ngrove project add ~/repos/web-ui\n\n# 3. Create a task\ngrove new\n\n# 4. Open a task workspace\ngrove open TASK-200\n\n# 5. Check status\ngrove status\n```\n\n## Commands\n\n### Setup \u0026 Configuration\n\n| Command | Description |\n|---------|-------------|\n| `grove init` | Interactive setup wizard |\n| `grove config set \u003ckey\u003e \u003cvalue\u003e` | Set a configuration value |\n| `grove config get \u003ckey\u003e` | Get a configuration value |\n| `grove config edit` | Open config in `$EDITOR` |\n\n### Project Management\n\n| Command | Description |\n|---------|-------------|\n| `grove project add [path]` | Register a project (defaults to cwd) |\n| `grove project list` | List all registered projects |\n| `grove project remove \u003cname\u003e` | Remove a registered project |\n\n### Task Management\n\n| Command | Description |\n|---------|-------------|\n| `grove new [title]` | Create a new task workspace |\n| `grove list` | List all tasks with status |\n| `grove status [task]` | Show detailed task status |\n| `grove open \u003ctask\u003e` | Open a task workspace (spawns shell) |\n| `grove archive \u003ctask\u003e` | Archive a completed task |\n| `grove delete \u003ctask\u003e` | Permanently delete a task |\n\n### Within a Task\n\n| Command | Description |\n|---------|-------------|\n| `grove task add-project [project]` | Add a project to the current task |\n| `grove task remove-project \u003cproject\u003e` | Remove a project from the current task |\n| `grove pr create [project]` | Create a pull request |\n| `grove pr status` | Show PR and CI status |\n| `grove pr open [project]` | Open PR in browser |\n| `grove jira open` | Open linked Jira ticket |\n| `grove ci open [project]` | Open CI status page |\n| `grove notes` | Edit task notes in `$EDITOR` |\n| `grove context` | Regenerate the context file |\n| `grove link add \u003curl\u003e` | Add a link (auto-categorized: Slack, Buildkite, GitHub, etc.) |\n| `grove link list` | List all links grouped by category |\n| `grove link open [index]` | Open a link in browser |\n| `grove link remove \u003cindex\u003e` | Remove a link |\n\n### Dashboard \u0026 Monitoring\n\n| Command | Description |\n|---------|-------------|\n| `grove dashboard` | Launch interactive TUI dashboard |\n| `grove refresh` | Manually refresh PR/CI status |\n| `grove watch` | Watch mode with desktop notifications |\n\n## Opening Tasks\n\n```bash\ngrove open TASK-200                        # Spawn shell in task workspace\ngrove open TASK-200 --cd                   # Print path (for eval)\ngrove open TASK-200 --code                 # Open in VS Code\ngrove open TASK-200 --project backend-api  # Open specific project\n```\n\nThe spawned shell sets `GROVE_TASK`, `GROVE_TASK_DIR`, and `GROVE_PROJECTS` environment variables for prompt customization.\n\n## Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `workspaceDir` | `~/grove-workspaces` | Where task workspaces are created |\n| `branchTemplate` | `{ticketId}-{slug}` | Branch naming template |\n| `defaultBaseBranch` | `main` | Default base branch for new worktrees |\n| `pollingInterval` | `300` | Status refresh interval in seconds |\n\n### Branch Template Variables\n\n- `{ticketId}` — Jira ticket ID (e.g., `PROJ-123`)\n- `{slug}` — URL-friendly version of the task title\n- `{title}` — Full task title\n\n## How It Works\n\n1. **Git Worktrees**: Grove uses git worktrees to create isolated working directories. Multiple branches checked out simultaneously, no stashing needed.\n\n2. **Task Storage**: Tasks stored as JSON in `~/.grove/tasks.json`. Each task tracks its projects, Jira tickets, PRs, and notes.\n\n3. **Context Files**: Every task gets a `.grove-context.md` with Jira links, PR status, branch info, and your notes — perfect for feeding to AI coding tools.\n\n4. **Status Tracking**: Grove polls GitHub for PR and CI status updates and shows them in the dashboard or via `grove status`.\n\n## Requirements\n\n- Node.js 18+\n- Git 2.5+ (for worktree support)\n- macOS (primary), Linux (supported)\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavbytes%2Fgrove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavbytes%2Fgrove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavbytes%2Fgrove/lists"}