docs(readme): restore comparison + agents tables (v0.16.0 update)#24
Merged
Conversation
The v0.16.0 README rewrite cut two tables that the marketing landing actually needs: 1. **How It Compares** — restored after "How It Works", where a new reader is deciding "why this not OpenHands/CrewAI/LangGraph?". Tightened from the prior 13 rows to 8 by folding the per-feature differentiators (timeline, summary, diff, handoff, messaging, context pack) into a single "Built-ins unique to chorus" row. Added a one-sentence positioning note: chorus is the evidence layer underneath whatever orchestrator you use, not a replacement. 2. **Supported Agents** — replaces the previous one-line drop with a 6-row table showing where each agent stores sessions and how `--tool-calls` behaves. Picks up the v0.16.0 capability gains: the new Cursor IDE (app) adapter with its SQLite surface + Node 22.5 requirement, the uniform NOT_AVAILABLE warning for gemini/hermes, and the Hermes provisional scaffold. Footer references the CI-enforced read⊆search invariant. Result: README is 211 lines (was 140 post-rewrite; previous bloated version was 466). Marketing register preserved — no flag-by-flag matrices, no per-feature deep dives, every detail link goes to CLI_REFERENCE.md. Co-Authored-By: Claude Opus 4.7 (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.
Summary
The v0.16.0 README rewrite cut two tables that the marketing landing actually needs:
--tool-callsbehavior.Result: README is 211 lines. Previous bloated version was 466, post-rewrite was 140. Still well inside marketing-register territory; every detail link goes to CLI_REFERENCE.md.
Test plan
npm run check:readmepasses — runnable code blocks still work🤖 Generated with Claude Code