docs(readme): reposition around "Make your product queryable" - #47
Open
Asaf-prog wants to merge 1 commit into
Open
docs(readme): reposition around "Make your product queryable"#47Asaf-prog wants to merge 1 commit into
Asaf-prog wants to merge 1 commit into
Conversation
Collaborator
Author
Collaborator
Author
Collaborator
Author
Collaborator
Author
Lead with the product outcome — "Make your product queryable" — instead of
the framework, then cut the README to what a developer needs to decide
whether Extra is relevant before moving into the docs.
- Restructure to Hero → Why Extra → Quick Start → Features → Architecture
→ Who it's for → Contributing.
- State developer outcomes rather than listing primitives.
- Quick Start is the smallest genuinely runnable system: one agent, no
orchestrator, one prompt file, one command. Verified end-to-end.
- Move advanced onboarding to documentation links: generate/stub workflow,
MCP setup, agent-manager, conversation history, widget install,
non-Docker setup, and the extra-setup coding-agent skill.
- Fix the invoke payload: the API takes {"message": "..."}.
- Keep security wording precise — the model cannot grant itself access to
protected capabilities, since denied nodes are removed from the router's
options.
Co-Authored-By: Claude <noreply@anthropic.com>
Asaf-prog
force-pushed
the
feature/readme-product-positioning
branch
from
July 25, 2026 15:56
0340d80 to
dd4ca69
Compare
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.




Rewrite the README to lead with the product outcome instead of the framework. The hero now answers what problem Extra solves, why it matters, and how to try it, before any implementation detail.
Changes:
generatefrom the critical path — a spec with no tools runs as-is — and leads withchatfor the fastest first conversation. Verified: minimal spec validates, serves, and chats with no plugins/ directory.agentctl chatoutput, the/invokeresponse shape, and the widget embed.