Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
092d8f5
Add claude-toolbox integration design spec
jaeyeom May 5, 2026
e197ab3
Add claude-toolbox integration implementation plan
jaeyeom May 5, 2026
efc9a17
Add types for toolbox integration
jaeyeom May 5, 2026
86529e8
Add toolbox bundle resolution
jaeyeom May 5, 2026
d44aaf9
Detect .proto files in analyzer signals
jaeyeom May 5, 2026
83daa14
Add mergeToolboxSettings to generator
jaeyeom May 5, 2026
ef8e204
Add installToolbox: settings-first, marketplace add, per-plugin install
jaeyeom May 5, 2026
c80e778
Wire installToolbox into installTools router
jaeyeom May 6, 2026
6b7cedf
Add toolbox to interview (interactive, auto, AI)
jaeyeom May 6, 2026
02818b2
T7 follow-up: dedupe overlay hints, improve prompt copy, test parseAi…
jaeyeom May 6, 2026
8c8d26a
Add 'roboco add toolbox' bundle install path
jaeyeom May 6, 2026
9d8f21d
T8 follow-up: spinner cleanup on failure paths
jaeyeom May 6, 2026
4210d6e
Add 'roboco add toolbox:<plugin>' single-plugin install (non-overlap)
jaeyeom May 6, 2026
0434749
Add overlap remediation for opt-in toolbox plugins
jaeyeom May 6, 2026
3f7c41f
T10 follow-up: defer override recording until settings.json write suc…
jaeyeom May 6, 2026
c9a8502
Honor skipGeneratorOutputs overrides in generator
jaeyeom May 6, 2026
3466e82
T11 follow-up: align installer message with generator semantics; comp…
jaeyeom May 6, 2026
fadff23
Document claude-toolbox integration in README
jaeyeom May 6, 2026
de48a48
Remove unused rm import from toolbox-install test
jaeyeom May 6, 2026
84b563a
Final review fixes: safer overlap ordering and marketplace conflict w…
jaeyeom May 6, 2026
e48f1c8
Mark verification gate as passed
jaeyeom May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Analyze and show recommendations without making any changes.
| `roboco doctor` | Diagnose ROBOCO CLI health (version, SDK, dependencies) |
| `roboco config` | View and modify global ROBOCO configuration |
| `roboco add <integration>` | Add a tool post-init (openspec, exa, github, context7, harness) |
| `roboco add toolbox` | Install full claude-toolbox bundle (stack-aware) |
| `roboco add toolbox:<plugin>` | Install a single claude-toolbox plugin (with overlap drop-replace prompt) |
| `roboco sync [--check]` | Detect configuration drift (CI-friendly with `--check`) |
| `roboco validate [--fix]` | End-to-end setup validation |
| `roboco audit [--format]` | Vibe coding maturity scoring (100 points, 5 categories) |
Expand Down Expand Up @@ -178,6 +180,7 @@ Analyze and show recommendations without making any changes.
| Harness | Domain-specific agent team design (6 architecture patterns) |
| CI/CD pipeline | Pre-commit hooks + GitHub Actions workflows |
| Process templates | 5-stage vibe coding document templates |
| claude-toolbox | Stack-aware bundle (next-action, todo, gh-issue-resolver, semgrep-review, sandbox-helpers, makefile-workflow + stack overlay) |

## Tech Stack

Expand Down
Loading
Loading