Uh oh!
There was an error while loading. Please reload this page.
docs: name the 16k measurement's host "the bundled example CRM" - #9304
Merged
Conversation
The three passages that measure `examples/app-crm` at ~16k tokens called their
subject "the whole business system" / "the entire business system". Beside the
new tagline ("a complete CRM in under 150k tokens") that made two different
numbers claim the same host noun on the first screen.
Host nouns only; both numbers, the 8% figure and the reproducible `find … wc -l`
command are untouched, and the tagline copy is not edited here. After this each
number owns one host: 16k is the bundled example CRM, 150k the complete CRM,
100k the business logic alone.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017TNzEetykdh7ceZGwuAPLqos-zhuang
marked this pull request as ready for review
August 17, 2026 12:30
os-zhuang
enabled auto-merge
August 17, 2026 12:30
os-zhuang
disabled auto-merge
August 17, 2026 17:03
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Fixes#9293
Three passages measure
examples/app-crmat ~16k tokens and called their subject "the whole business system" / "the entire business system". Next to the new tagline — "a complete CRM in under 150k tokens" — two different numbers were claiming the same host noun on the first screen, and 16k also collided with the README's own "business logic alone ... under 100k tokens" line.This renames the host noun only. After it, each number owns exactly one host: 16k = the bundled example CRM · 150k = a complete CRM · 100k = the business logic alone.
The three positions (host noun before to after)
README.mdcontent/docs/concepts/metadata-driven.mdxcontent/docs/getting-started/how-ai-development-works.mdxThe "8% of a 200k-token context window" sentence is the second half of the same measurement (8% is computed from 16k), so its host was renamed in step with the table above, per the card.
What was deliberately not touched
find examples/app-crm/src -name '*.ts' -not -name '*.test.ts' | xargs cat | wc -l.content/docs/releases/**untouched. No contract surface, no code, docs prose only.Note on the follow-on paragraphs: "when the entire business system is small, typed, and declarative ..." is a general claim with no number attached to it, so it keeps its wording — the rename is scoped to the hosts the 16k figure actually pins.
Verification
Docs-only, so no package build or test surface is involved. Gate families re-derived against the real changed paths with
node scripts/pm/dispatch-gates.mjs README.md content/docs/concepts/metadata-driven.mdx content/docs/getting-started/how-ai-development-works.mdx(7 families) and run as a union at the final commit7dbab2bc3:check:nul-byteswas added because any edit implicates it; agrep -naPcontrol-character self-scan of the three edited files also comes back empty.No changeset: this PR releases nothing (root README plus two docs pages), matching the precedent of the tagline PR #9242, which shipped README + docs with no changeset.
skip-changesetapplied.Generated by Claude Code
Generated by Claude Code