Document claude-yolo adapter and plan-workbench skill (workbench#62, #63, #64) - #25
Merged
Merged
Conversation
…#63, #64) Syncs the docs with three workbench changes that landed after the Kimi sync: - claude-yolo adapter (workbench#63): eight built-in adapters now, and the agent table carries an explicit --agent name column. Adds a Permission modes section contrasting claude's tool allowlist, claude-yolo's --dangerously-skip-permissions, and codex's bypass flags (workbench#64), which is why Codex tasks can commit their own work. claude-yolo also overlays ANTHROPIC_BASE_URL under headroom. - plan-workbench skill (workbench#62): use-workbench was split into plan authoring (plan-workbench) and run execution (use-workbench). Five skills now; plan-authoring prose moves under plan-workbench and use-workbench is rewritten around running, resuming, and troubleshooting. - bundle-skill.sh fetched only three skills, so the download zip was missing generate-conventions as well as plan-workbench. Also refreshes the wb setup sample output (setup discovers all bundled skills and prompts for selection) and replaces two stale "Gemini CLI" agent lists in the landing metadata and llms.txt. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the docs with the three workbench changes that landed after the Kimi sync (#24).
What was out of date
claude-yoloadapter (workbench#63)--agentlist, headroom wiringplan-workbenchskill split fromuse-workbench(workbench#62)/use-workbenchas the plan writercodex exec --dangerously-bypass-approvals-and-sandbox --json(workbench#64)Changes
content/docs/agents.mdx— seven → eight adapters; agent table gains an explicit--agentname column plus the Claude Code (YOLO) row; new Permission modes section contrastingclaude's tool allowlist,claude-yolo's--dangerously-skip-permissions, and Codex's bypass flags;wb agents initand headroom's "wired today" list both includeclaude-yolo, which overlaysANTHROPIC_BASE_URL.content/docs/skills.mdx— five skills;plan-workbenchadded to the table, unzip tree, andcpblock; plan-authoring prose moved under a new### plan-workbenchheading and### use-workbenchrewritten around running/resuming/troubleshooting; note explaining the split and thatwb planloadsplan-workbenchas its planning guide.content/docs/plan-format.mdx— the "don't write plans by hand" tip now points at/plan-workbench.content/docs/cli-reference.mdx—wb run --agentrow lists all eight built-in names.wb setup --agentleft alone:claude-yolois not a valid setup target.content/docs/getting-started.mdx— thewb setupsample output claimed "Installing 1 command(s)"; setup now discovers all bundled skills, so the sample shows the five-skill selection prompt.scripts/bundle-skill.sh— was fetching only three skills, so the download zip was missinggenerate-conventions(already documented) as well asplan-workbench. All five now.app/(marketing)/page.tsx,app/llms.txt/route.ts— two stale "Gemini CLI" agent lists replaced with the current lineup.Verification
npm run buildcompiles clean, 19 static pages.main; verified the zip contains eachSKILL.md.npm testfails 9 files, but identically on unmodifiedmain—node_modules/@testing-library/domis missing, a pre-existing environment issue unrelated to this diff.🤖 Generated with Claude Code