docs: document but agent and simplify agent setup#211
Merged
Conversation
Add a reference page for the new `but agent` command and make `but agent setup` the primary path for configuring coding agents. - Add commands/but-agent.mdx and list it in the commands index and meta.json. - Rewrite ai-agents/getting-started around the setup wizard: drop the legacy paste-in baseline policy and the `but skill install` walkthrough, keep the workspace-mode (`but setup`) section, and mention `but skill` for updates. - Add a Quick start to ai-agents/overview and point tuning/cli docs at the wizard. - Cross-link `but skill` and `but agent`, and repoint parallel-agents to the new instructions section.
Contributor
|
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.
Adds documentation for the new
but agentcommand and makesbut agent setupthe primary path for configuring coding agents.What changed
commands/but-agent.mdx, listed in the commands index andmeta.json.ai-agents/getting-startedrewritten around the setup wizard: drops the legacy paste-in## Version controlbaseline and thebut skill installwalkthrough, keeps the workspace-mode (but setup) section, and mentionsbut skillfor updating an installed skill.ai-agents/overviewgains a Quick start; tuning and CLI tutorial docs now point at the wizard.but skill↔but agent, and repointsparallel-agentsto the new instructions section.Why
but agent setupwraps skill install + workflow instructions + repository setup into one wizard, so the docs should lead with it instead of the manual, copy-paste flow.