wombo-combo
WOMBO COMBO! — AI agent orchestration system for parallel feature development
Description
WOMBO COMBO! — AI agent orchestration system for parallel feature development
Release History
| Version | Changes | Urgency | Date |
|---|---|---|---|
| 0.4.2 | Imported from npm (0.4.2) | Low | 4/21/2026 |
| v0.4.2 | ## What's Changed - 64d3ec1 fix!: removeWorktree now takes named options — prevents arg-swap destruction - c1c42fa fix: removeWorktree argument order was swapped — deleted main repo - 68034cb fix: monitor navigable + zombie agent auto-recovery - 3df78c9 fix: monitor shows agents + all keys work - b62403b fix: Tab goes to monitor with planned tasks; kick stale scheduler on connect - c43ee30 feat: auto-transition to monitor after planning tasks - 6638d6e feat: DAG-driven continuous scheduling — n | Low | 3/19/2026 |
| v0.4.1 | ## What's Changed - b793a87 fix: resolve double output and -h alias lookup bugs (v0.4.1) --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.4.1 bun add -g github:fulgidus/wombo-combo#v0.4.1 ``` | Low | 3/16/2026 |
| v0.4.0 | ## What's Changed - 955cbd9 fix: include .tsx files in published package (v0.4.0) --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.4.0 bun add -g github:fulgidus/wombo-combo#v0.4.0 ``` | Low | 3/16/2026 |
| v0.3.19 | ## What's Changed - 3fb500b chore: bump version to 0.3.19 — ink-migration quest complete - 5bf143b feat(ink-integration): complete Ink TUI migration, remove neo-blessed - 19a65ed Merge branch 'feature/ink-complex-screens' - c90e697 feat(ink-complex-screens): export all new components from barrel file - 5ad0db0 feat(ink-complex-screens): add WaveMonitorView Ink component with tests - 83ea597 feat(ink-complex-screens): add TaskBrowserView Ink component with tests - b94d143 feat(ink-complex-screen | Low | 3/16/2026 |
| v0.3.18 | ## What's Changed - 08bf8c5 fix: prevent re-dispatch of already-completed tasks in wave launcher --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.18 bun add -g github:fulgidus/wombo-combo#v0.3.18 ``` | Low | 3/16/2026 |
| v0.3.17 | ## What's Changed - c294a5f fix: harden merge pipeline — fix hunk misclassification, E2BIG, silent fallthroughs, add barrel detection --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.17 bun add -g github:fulgidus/wombo-combo#v0.3.17 ``` | Low | 3/15/2026 |
| v0.3.16 | ## What's Changed - b22ff56 chore: bump version to 0.3.16 - 292a3f6 fix: merger uses temp worktrees, falls back to local refs, and task-store cleans orphan files --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.16 bun add -g github:fulgidus/wombo-combo#v0.3.16 ``` | Low | 3/15/2026 |
| v0.3.15 | ## What's Changed - e13cbc9 feat: add quest archive command — move completed/abandoned quests to quest-archive/ - 544858c chore: mark citty-cleanup done and archive — citty migration complete (7/7) --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.15 bun add -g github:fulgidus/wombo-combo#v0.3.15 ``` | Low | 3/15/2026 |
| v0.3.14 | ## What's Changed - 81dee1e Merge branch 'quest/citty-migration' - 01752b1 chore: drop .js import extensions, enforce no-manual-publish rule - c476a0e refactor: remove dmux integration, simplify to tmux-only - e522dcd fix(citty-cleanup): update isCittyCommand assertions in citty-commands.test.ts - 1be4fb5 refactor(citty-cleanup): remove obsolete parseArgs tests and update assertions - 2317f66 refactor(citty-cleanup): rewrite index.ts to route all commands through citty - 38da64b feat(citty-clea | Low | 3/15/2026 |
| v0.3.12 | ## What's Changed - --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.12 bun add -g github:fulgidus/wombo-combo#v0.3.12 ``` | Low | 3/15/2026 |
| v0.3.11 | ## What's Changed - ab891a7 fix(upgrade): never preemptively remove the global install --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.11 bun add -g github:fulgidus/wombo-combo#v0.3.11 ``` | Low | 3/15/2026 |
| v0.3.10 | ## What's Changed - e074403 feat: show subcommand aliases in help, channel-aware upgrade --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.10 bun add -g github:fulgidus/wombo-combo#v0.3.10 ``` | Low | 3/15/2026 |
| v0.3.9 | ## What's Changed - 0b313b5 chore: bump version to 0.3.9 - ead7df7 feat(tasks): segregate task list by quest - de15c54 feat(completion): procedural shell completion generators from COMMAND_REGISTRY - 3335e54 feat(completion): add getCommandFlags helper and schema imports for completion engine --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.9 bun | Low | 3/15/2026 |
| v0.3.8 | ## What's Changed - 4438481 chore: bump version to 0.3.8 - f9a0a20 fix: track wombo-combo dogfood artifacts in git --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.8 bun add -g github:fulgidus/wombo-combo#v0.3.8 ``` | Low | 3/15/2026 |
| v0.3.7 | ## What's Changed - a3f0a1d feat: HITL-aware agent templates, TDD enforcement, quest task definitions --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.7 bun add -g github:fulgidus/wombo-combo#v0.3.7 ``` | Low | 3/15/2026 |
| v0.3.6 | ## What's Changed - e50add8 feat(help): per-command help via schema registry --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.6 bun add -g github:fulgidus/wombo-combo#v0.3.6 ``` | Low | 3/15/2026 |
| v0.3.5 | ## What's Changed - 6a025f9 fix(upgrade): shell out to new binary for completion install, Y-default confirm --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.5 bun add -g github:fulgidus/wombo-combo#v0.3.5 ``` | Low | 3/15/2026 |
| v0.3.4 | ## What's Changed - dba25b7 feat(completion): auto-install/uninstall shell completions --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.4 bun add -g github:fulgidus/wombo-combo#v0.3.4 ``` | Low | 3/15/2026 |
| v0.3.3 | ## What's Changed - 960a2c1 fix: replace blocked postinstall with first-run version-change detection --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.3 bun add -g github:fulgidus/wombo-combo#v0.3.3 ``` | Low | 3/15/2026 |
| v0.3.2 | ## What's Changed - 15d3e9a feat: postinstall hook for shell completion check and rc sourcing --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.2 bun add -g github:fulgidus/wombo-combo#v0.3.2 ``` | Low | 3/15/2026 |
| v0.3.1 | ## What's Changed - b7daa15 feat: shell completion hints after install/upgrade and init --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.1 bun add -g github:fulgidus/wombo-combo#v0.3.1 ``` | Low | 3/15/2026 |
| v0.3.0 | ## What's Changed - 4b7e91b feat(upgrade): rewrite self-updater with npm+github dual-source support --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.3.0 bun add -g github:fulgidus/wombo-combo#v0.3.0 ``` | Low | 3/15/2026 |
| v0.2.5 | ## What's Changed - f68d0d7 fix(upgrade): distinguish 'ahead of latest' from 'up to date' --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.2.5 bun add -g github:fulgidus/wombo-combo#v0.2.5 ``` | Low | 3/15/2026 |
| v0.2.4 | ## What's Changed - f81ac52 feat: allow maxConcurrent=0 for unlimited concurrency --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.2.4 bun add -g github:fulgidus/wombo-combo#v0.2.4 ``` | Low | 3/15/2026 |
| v0.2.3 | ## What's Changed - --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.2.3 bun add -g github:fulgidus/wombo-combo#v0.2.3 ``` | Low | 3/15/2026 |
| v0.2.2 | ## What's Changed - 70eb391 feat(tui): quest picker delete key, dimmed empty quests, genesis wiring - a11ae7e fix(tui): restore Enter submit in patched textbox - d0fa4fe feat(tui): fix onboarding UX — snoozable skip, Ctrl+S submit, arrow key navigation - 761eb64 feat: chain-aware merge — branch continuity, deferred merge, and stash guard - 3081752 Merge branch 'feature/wire-tui-onboarding' into main - 171ef8d feat(wire-tui-onboarding): wire onboarding into TUI main loop - 4191ac1 feat(wire-tui- | Low | 3/14/2026 |
| v0.2.1 | ## What's Changed - d5cbe5d fml - 9b798ae Forgot to bump package version --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.2.1 bun add -g github:fulgidus/wombo-combo#v0.2.1 ``` | Low | 3/14/2026 |
| v0.1.1 | ## What's Changed - 2eb84ad fix(tasks): remove completion===0 guard from getReadyTasks() - 62bc1ff Update state and task metadata for wombo-combo - 10275da docs: add Quest system design and implementation tracker - 3ea6193 feat(tui): add X key to archive done/cancelled tasks from browser - 216b945 docs(AGENTS): add rule to always bump package.json before tagging --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ` | Low | 3/13/2026 |
| v0.1.0 | ## What's Changed - bb28918 chore: bump version to 0.1.0 - b764fb9 Merge branch 'feature/toon-output' into main - 9ef8232 docs: rewrite README to lead with TUI and cover all commands - 8f73e60 feat: add TUI as persistent home base with browser-monitor loop - 5638daa refactor: relocate worktrees to sibling <project>-worktrees/ directory - 1ae67bc Merge branch 'feature/dynamic-agent-types' into main - 9df73ef fix(dynamic-agent-types): pass specialized agent definitions in resume, retry, and inter | Low | 3/13/2026 |
| v0.0.13 | ## What's Changed - 20eb5a6 fix: update package.json files array to include all templates and schemas --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.13 bun add -g github:fulgidus/wombo-combo#v0.0.13 ``` | Low | 3/13/2026 |
| v0.0.12 | ## What's Changed - 49165e9 chore: bump version to 0.0.12 - 781090c feat: add JSON Schema files for YAML/JSON editor validation - 10964a5 refactor: centralize task schema enums and validation into task-schema.ts - 0c11315 refactor: folder-based task storage with subtask flattening --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.12 bun add -g git | Low | 3/13/2026 |
| v0.0.11 | ## What's Changed - 2045d7d feat: short command aliases, shell completion, branding rename, init improvements --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.11 bun add -g github:fulgidus/wombo-combo#v0.0.11 ``` | Low | 3/13/2026 |
| v0.0.10 | ## What's Changed - e4e8196 chore: bump version to 0.0.10 - 02d5426 refactor: rename CLI command 'features' to 'tasks' for consistency - a2e148b feat(agents): add dynamic agent-type registry with preflight confirmation - 8619fa2 refactor(templates): split wave-worker.md into composable template system - 0c25cbf refactor: unify Feature/Subtask into Task, move all artifacts to .wombo-combo/ - bcb0629 Merge branch 'feature/cli-bugs' into main - 2f9775d Merge main into feature branch for conflict r | Low | 3/13/2026 |
| v0.0.9 | ## What's Changed - 0fcc98d chore: bump version to 0.0.9 - 7dc8735 feat(resume): parallelize build verification across worktrees - 81d9c0f refactor(launch): extract attemptMerge() from handleBuildVerification - 350975e fix(merger): handle untracked files that block merge --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun add -g github:fulgidus/wombo-combo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.9 bun add -g github:fulgidu | Low | 3/11/2026 |
| v0.0.8 | ## What's Changed - ee6b423 chore: bump version to 0.0.8 - 950bb6e fix(resume): salvage failed agents, install deps, and handle all statuses - b83f48c fix(launch): add merge guard, conflict resolution flow, and existing state detection - 11b9da6 fix(worktree): preserve existing branches and worktrees on resume - e176284 feat: add merge conflict auto-resolution infrastructure - 640edf4 fix(tui): escape blessed tags and support resolving_conflict status - cb534c6 feat(state): add resolving_confli | Low | 3/11/2026 |
| v0.0.7 | ## What's Changed - 59005bc fix: use Node 24 for npm Trusted Publishing (requires npm 11.5.1+) --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun install -g github:fulgidus/wombo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.7 bun install -g github:fulgidus/wombo#v0.0.7 ``` | Low | 3/11/2026 |
| v0.0.6 | ## What's Changed - 88dc033 feat: switch npm publish to Trusted Publishing (OIDC), rename package to wombo-combo --- ### Install From npm: ```sh npm install -g wombo-combo ``` From GitHub (bun): ```sh bun install -g github:fulgidus/wombo ``` Or pin to this version: ```sh npm install -g wombo-combo@0.0.6 bun install -g github:fulgidus/wombo#v0.0.6 ``` | Low | 3/11/2026 |
| v0.0.5 | ## What's Changed - 2d9474f feat: publish to npm as 'woco', add npm publish step to release workflow - bc3e1fd Merge branch 'feature/agent-template-lifecycle' into main - 5c5250a Merge branch 'feature/cli-ux-polish' into main - 72f903a feat(agent-template-lifecycle): verify config files are copied into worktrees - 2df10d0 feat(agent-template-lifecycle): guard agent definition on launch, reinstall if absent - 0b8d958 feat(agent-template-lifecycle): install agent template during 'wombo init' - 42 | Low | 3/11/2026 |
| v0.0.4 | ## What's Changed - 9640e16 fix: prevent false-completion of agents with no code changes, add agent-template-lifecycle feature --- ### Install ```sh bun install -g github:fulgidus/wombo ``` Or pin to this version: ```sh bun install -g github:fulgidus/wombo#v0.0.4 ``` | Low | 3/11/2026 |
| v0.0.3 | ## What's Changed - 40b1bc9 v0.0.3 - 6f00ffc feat: add wave-worker agent definition and include agent/ in worktree config files - 66b2311 feat: add MIT License file --- ### Install ```sh bun install -g github:fulgidus/wombo ``` Or pin to this version: ```sh bun install -g github:fulgidus/wombo#v0.0.3 ``` | Low | 3/11/2026 |
Dependencies & License Audit
Loading dependencies...
Similar Packages
navada-edge-cliAI agent in your terminal — 3-tier memory, 16 tools, automation pipeline, bring your own model. Learns who you are, remembers across sessions.4.2.0
@icex-labs/icex-flowDeterministic agent workflow orchestration — eliminate randomness in AI agent pipelines0.4.1
