docs(website): refresh llms.txt for post-publish reality#151
Merged
Conversation
The llms.txt that LLMs scrape was wildly stale: - Version 0.1.0 → 0.0.1 (matches current published version) - Old framing as "streaming library for LangChain/LangGraph" → runtime- neutral chat SDK with LangGraph and AG-UI adapters - Drop @ngaf/langgraph-mcp references (mcp package is private/deferred) - Add list of all 7 published @ngaf/* packages with descriptions - Replace stale 'AgentRef.status: idle|loading|resolved|error' with current Agent contract surface (signals + events$ + submit/stop) - Show install + minimal example for both LangGraph and AG-UI paths - Mention MIT license Also drop the 'MCP server' section from llms-full.txt (mcp not published). Strategic repositioning of hero/landing copy and full library docs for @ngaf/ag-ui are out of scope for this PR — separate work. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Beyond the prior llms.txt fix in this PR, this commit tackles the
broader doc rot:
1. Hero positioning (HeroTwoCol):
- Headline: "for LangChain and Angular" → "for Angular" (drops
LangChain framing now that the framework is multi-runtime)
- Subtitle: "Signal-native streaming for LangGraph" → "Signal-native
chat UI for any agent runtime — LangGraph, AG-UI, or your own
backend"
- Add AG-UI badge alongside LangChain + Angular
- Setup snippet shows both adapter paths (provideAgent +
provideAgUiAgent)
2. TheStack landing component: add AG-UI as a 4th library card.
Update headline ("Three libraries" → "Four libraries") and subtitle
("Your LangGraph agent" → "Whatever your agent runtime").
3. RenderStackSiblings: add AG-UI link.
4. AG-UI library docs: register in docsConfig (LibraryId 'ag-ui',
getting-started section with introduction/quickstart/installation
pages). Write all three MDX pages covering install, quickstart, and
what's in/out of scope for the first release.
5. Email preview placeholder: brian@cacheplane.io →
demo@example.com (clearly placeholder).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 'Three libraries' → 'Four libraries' assertion (TheStack now has AG-UI) - Pricing page test: drop Developer Seat / App Deployment (removed during MIT relicense; only Open Source and Enterprise tiers remain) - Docs landing page test: also assert AG-UI library card Co-Authored-By: Claude Opus 4.7 <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.
The `llms.txt` that AI assistants scrape was significantly stale post-publish. Surgical refresh in this PR; broader strategic content rewrite (hero positioning, AG-UI library doc pages, four-tier landing) is deferred.
Changes
`apps/website/src/app/llms.txt/route.ts` rewritten:
`apps/website/src/app/llms-full.txt/route.ts`: drop the `## MCP server` section (same reason).
Out of scope (separate PR if/when needed)
Test Plan
🤖 Generated with Claude Code