diff --git a/docs/agents/agent-context.json b/docs/agents/agent-context.json index f5425bd..c1ebc46 100644 --- a/docs/agents/agent-context.json +++ b/docs/agents/agent-context.json @@ -20,8 +20,8 @@ "covers": ["provider example", "store-direct example", "Next.js App Router example", "expected message flow"] }, { - "path": "docs/public/agents/index.md", - "covers": ["agent guide", "provider versus store-direct choice", "Next.js Client Component constraints", "socket-store contract links", "MCP docs-query evaluation"] + "path": "docs/agents/examples.md", + "covers": ["agent examples reference", "provider versus store-direct choice", "Next.js Client Component constraints"] }, { "path": "docs/public/nextjs/index.md", @@ -81,7 +81,7 @@ "docs/project/check-failure-playbook.md" ], "examples": [ - { "name": "provider-backed React app", "path": "docs/public/examples/index.md#local-vite-provider-example", "source": "README.md" }, + { "name": "provider-backed React app", "path": "docs/public/examples/index.md#local-vite-app", "source": "README.md" }, { "name": "store-direct hook usage", "path": "docs/public/examples/index.md#react-router-loader-initial-snapshot", "source": "docs/public/guide/index.md" }, { "name": "Next.js App Router client island", "path": "docs/public/examples/index.md#next-js-app-router-client-island", "source": "docs/public/nextjs/index.md" }, { "name": "runnable Vite example", "path": "example/", "source": "example/README.md" } diff --git a/llms.txt b/llms.txt index cdb49f3..6c219c5 100644 --- a/llms.txt +++ b/llms.txt @@ -14,8 +14,8 @@ Canonical docs: `docs/public/api/index.md` - Provider, store-direct, and Next.js App Router examples: `docs/public/examples/index.md` -- Agent guide for choosing Provider, store-direct, and Next.js patterns: - `docs/public/agents/index.md` +- Agent-facing examples reference: + `docs/agents/examples.md` - Next.js client-boundary guidance: `docs/public/nextjs/index.md` - Package ownership, compatible socket-store version, and release order: @@ -26,8 +26,6 @@ Canonical docs: `docs/README.md` - Documentation wording rules and source checks: `docs/style-guide.md` -- Agent examples reference: - `docs/agents/examples.md` Source and example entrypoints: