Skip to content

asainz/grove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grove

Run Codex sessions in Workbox git worktrees.

Grove creates, enters, resumes, lists, and removes Workbox-managed worktrees, then runs the Codex CLI inside the selected worktree.

Requirements

  • Bun 1.3 or newer
  • The Codex CLI available as codex
  • Git

Grove depends on Workbox and invokes it through wkb.

Install

bun add -g codex-grove

Usage

grove new my-feature --from main -- "implement the dashboard filters"
grove resume my-feature -- --last
grove enter my-feature
grove list
grove rm my-feature

Run grove --help for the full command list.

Development

bun install
bun run check
bun test

Renovate

Renovate runs daily through GitHub Actions and can also be started manually from the Actions tab.

The workflow expects a repository secret named RENOVATE_TOKEN. Use a GitHub personal access token for a bot or maintainer account with repository access. Include the workflow scope if Renovate should update GitHub Actions workflow files.

About

Run Codex sessions in Workbox git worktrees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors