From 9a087cfc6e83f6decab50a6f7541728c2e6704d6 Mon Sep 17 00:00:00 2001 From: nerdchanii Date: Fri, 29 May 2026 10:32:28 +0900 Subject: [PATCH 1/2] docs: fix stale agent metadata references --- docs/agents/agent-context.json | 6 +++--- llms.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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..1b7269c 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: From 59907d9dcbd158dcff43d6041d382063f3945011 Mon Sep 17 00:00:00 2001 From: nerdchanii Date: Fri, 29 May 2026 10:41:43 +0900 Subject: [PATCH 2/2] docs: remove duplicate llms entry --- llms.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/llms.txt b/llms.txt index 1b7269c..6c219c5 100644 --- a/llms.txt +++ b/llms.txt @@ -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: