Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/agents/agent-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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" }
Expand Down
6 changes: 2 additions & 4 deletions llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Comment thread
nerdchanii marked this conversation as resolved.
- Next.js client-boundary guidance:
`docs/public/nextjs/index.md`
- Package ownership, compatible socket-store version, and release order:
Expand All @@ -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:

Expand Down