{"id":49499607,"url":"https://github.com/alecrust/workbox","last_synced_at":"2026-05-01T12:01:40.007Z","repository":{"id":333348475,"uuid":"1136972719","full_name":"AlecRust/workbox","owner":"AlecRust","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-01T10:22:59.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T10:25:28.643Z","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/AlecRust.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-18T17:32:07.000Z","updated_at":"2026-05-01T10:23:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AlecRust/workbox","commit_stats":null,"previous_names":["alecrust/workbox"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AlecRust/workbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlecRust%2Fworkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlecRust%2Fworkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlecRust%2Fworkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlecRust%2Fworkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlecRust","download_url":"https://codeload.github.com/AlecRust/workbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlecRust%2Fworkbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32495949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-01T12:01:11.630Z","updated_at":"2026-05-01T12:01:39.979Z","avatar_url":"https://github.com/AlecRust.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workbox (wkb) [![CI](https://github.com/AlecRust/workbox/actions/workflows/ci.yml/badge.svg)](https://github.com/AlecRust/workbox/actions/workflows/ci.yml)\n\nMinimal Bun-first CLI for Git worktrees. Creates a worktree per sandbox and removes it cleanly.\n\n## Install\n\n```sh\nbun add -g github:AlecRust/workbox\n```\n\nVerify the install:\n\n```sh\nwkb --version\n```\n\n## Use\n\n```sh\nwkb new \u003cname\u003e [--from \u003cref\u003e]         # create sandbox worktree\nwkb rm \u003cname\u003e [--force] [--unmanaged] [--delete-branch] # remove worktree\nwkb list                              # list workbox worktrees\nwkb prune                             # prune stale git worktree metadata\nwkb status [name]                     # show repo/worktree info and cleanliness\nwkb setup                             # run configured bootstrap steps (in current worktree)\nwkb dev \u003cname\u003e                        # run configured dev command in a sandbox\nwkb exec \u003cname\u003e -- \u003ccmd...\u003e           # run a command in a sandbox\n```\n\n`workbox` and `wkb` are equivalent.\n\n## Config\n\nLooks for global config in:\n\n1. `$XDG_CONFIG_HOME/workbox/config.toml`\n2. `~/.workbox/config.toml` when `$XDG_CONFIG_HOME` is not set\n\nThen looks for project config in:\n\n1. `.workbox/config.toml`\n2. `workbox.toml`\n\nConfig is required from at least one global or project location. Global config provides defaults;\nproject config overrides only the settings it defines. Paths are resolved relative to the repo root.\n`worktrees.directory` must resolve within the repo root.\n\nExample:\n\n```toml\n[worktrees]\ndirectory = \".workbox/worktrees\"\nbranch_prefix = \"wkb/\"\nbase_ref = \"main\"\n\n[bootstrap]\nenabled = true\nsteps = [\n  { name = \"install\", run = \"bun install\" },\n  { name = \"build\", run = \"bun run build\" }\n]\n\n[dev]\ncommand = \"bun run dev\"\n# Optional (explicit opt-in): open an editor when running `wkb dev`.\n# open = \"code .\"\n```\n\n## Development\n\n```sh\nbun install\nbun test\nbun run check\nbun run format\n```\n\n## Commit conventions\n\nConventional Commits are enforced. See `cog.toml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecrust%2Fworkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falecrust%2Fworkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falecrust%2Fworkbox/lists"}