docs: lead Getting Started with two AI-use options#61
Merged
Conversation
Restructure the README's Getting Started so a new user immediately sees the two ways to use the assistant — AI Chat Assistant (ChatGPT/Claude in the browser, with a ready-to-paste example prompt) and Fully Agentic AI (Claude Code / Codex). Move the clone instructions, CLI agent-type table and browser/chat-only llms.txt mechanics down into a "Setting up an agentic assistant" section after the example prompts, since that is "how it works" detail rather than the first thing most users need. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop the vague "point it at the repo and ask questions like ..." lead-in from the AI Chat Assistant section and lead straight with the copy-paste prompt, adding an llms.txt/AGENTS.md fallback line for chats that can't browse GitHub. Move the "ideal for ..." use-case line to after the prompt. Rename "Modes" -> "Fully Agentic Modes" and prefix the three example-prompt headings with "Fully Agentic", since modes and example prompts all describe the fully agentic (Claude Code / Codex) workflow, not the browser chat assistant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Restructures the README Getting Started so a new user instantly sees the two ways to use the assistant:
The clone instructions, CLI agent-type table, and browser/chat-only
llms.txtmechanics move down into a new "Setting up an agentic assistant" section after the example prompts — that's "how it works" detail, not the first thing most users need.Also folds "creating end-to-end example Python scripts" into the chat-assistant use-case list.
🤖 Generated with Claude Code