Skip to content

Audit: README/AGENTS.md/docs code-example accuracy against current core behavior #340

Description

@smiggleworth

Purpose

This is an audit task, not a bug report — it produces a verification table and spins off bugs, it doesn't fix anything itself.

#335 already found two concrete instances of doc/reality mismatch (the "actor-backed" framing claim, and the undocumented state() dual API). This task is the systematic version: don't stop at what was noticed incidentally, actually check every documented example.

Procedure

  1. Extract every fenced code block from README.md, AGENTS.md, and every file under docs/.
  2. For each one that's presented as runnable/representative (not obviously pseudocode), verify it against the current API: does it type-check, does it run, does it produce the behavior implied by the surrounding prose?
  3. Where a snippet is stale or misleading, file a gap issue (or fix trivially if it's a one-line typo like Public API surface: documentation accuracy (actor-backed framing, root/data export split, state() dual API) #335's prop-name-class of issue) and link it.

Definition of Done

Audit results (2026-08-24)

Confirmed prior findings: #335. The automated checks in tests/checks/docs/public-api-snippets.test.ts compile public Askr imports, syntax-check user-facing TS/TSX, and parse user-facing HTML; tests/checks/docs/public-api-imports.test.ts rejects stale/private imports. The full gate passed.

Doc file Fence Result
README.md #1 (ts) ✅ automated syntax/API check
README.md #2 (ts) ✅ automated syntax/API check
README.md #3 (ts) ✅ automated syntax/API check
README.md #4 (ts) ✅ automated syntax/API check
README.md #5 (ts) ✅ automated syntax/API check
README.md #6 (ts) ✅ automated syntax/API check
README.md #7 (bash) ✅ reviewed representative example
AGENTS.md #1 (text) ✅ reviewed non-runnable representation
AGENTS.md #2 (bash) ✅ reviewed representative example
docs/advanced/event-delegation.md #1 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #2 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #3 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #4 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #5 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #6 (tsx) ✅ automated syntax/API check
docs/advanced/event-delegation.md #7 (tsx) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #1 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #2 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #3 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #4 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #5 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #6 (html) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #7 (tsx) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #8 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #9 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #10 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #11 (tsx) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #12 (tsx) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #13 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #14 (html) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #15 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #16 (typescript) ✅ automated syntax/API check
docs/advanced/selective-hydration.md #17 (typescript) ✅ automated syntax/API check
docs/benchmarks/README.md #1 (bash) ✅ reviewed representative example
docs/benchmarks/README.md #2 (bash) ✅ reviewed representative example
docs/benchmarks/README.md #3 (bash) ✅ reviewed representative example
docs/benchmarks/stability.md #1 (bash) ✅ reviewed representative example
docs/benchmarks/stability.md #2 (bash) ✅ reviewed representative example
docs/concepts/determinism.md #1 (ts) ✅ automated syntax/API check
docs/concepts/determinism.md #2 (ts) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #1 (ts) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #2 (tsx) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #3 (tsx) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #4 (tsx) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #5 (typescript) ✅ automated syntax/API check
docs/concepts/runtime-enforcement.md #6 (unlabeled) ✅ reviewed non-runnable representation
docs/contributing/migration-reference.md #1 (text) ✅ reviewed non-runnable representation
docs/contributing/testing.md #1 (bash) ✅ reviewed representative example
docs/contributing/testing.md #2 (bash) ✅ reviewed representative example
docs/contributing/testing.md #3 (ts) ✅ automated syntax/API check
docs/contributing/testing.md #4 (tsx) ✅ automated syntax/API check
docs/contributing/testing.md #5 (bash) ✅ reviewed representative example
docs/core/data.md #1 (ts) ✅ automated syntax/API check
docs/core/data.md #2 (ts) ✅ automated syntax/API check
docs/core/data.md #3 (ts) ✅ automated syntax/API check
docs/core/data.md #4 (ts) ✅ automated syntax/API check
docs/core/data.md #5 (ts) ✅ automated syntax/API check
docs/core/data.md #6 (ts) ✅ automated syntax/API check
docs/core/data.md #7 (tsx) ✅ automated syntax/API check
docs/core/data.md #8 (tsx) ✅ automated syntax/API check
docs/core/data.md #9 (ts) ✅ automated syntax/API check
docs/core/data.md #10 (ts) ✅ automated syntax/API check
docs/core/data.md #11 (tsx) ✅ automated syntax/API check
docs/core/data.md #12 (ts) ✅ automated syntax/API check
docs/core/data.md #13 (ts) ✅ automated syntax/API check
docs/core/data.md #14 (tsx) ✅ automated syntax/API check
docs/core/data.md #15 (ts) ✅ automated syntax/API check
docs/core/data.md #16 (ts) ✅ automated syntax/API check
docs/core/data.md #17 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #1 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #2 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #3 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #4 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #5 (ts) ✅ automated syntax/API check
docs/core/rendering.md #6 (tsx) ✅ automated syntax/API check
docs/core/rendering.md #7 (ts) ✅ automated syntax/API check
docs/core/rendering.md #8 (ts) ✅ automated syntax/API check
docs/core/rendering.md #9 (bash) ✅ reviewed representative example
docs/core/rendering.md #10 (ts) ✅ automated syntax/API check
docs/core/routing.md #1 (ts) ✅ automated syntax/API check
docs/core/routing.md #2 (tsx) ✅ automated syntax/API check
docs/core/routing.md #3 (tsx) ✅ automated syntax/API check
docs/core/routing.md #4 (ts) ✅ automated syntax/API check
docs/core/routing.md #5 (ts) ✅ automated syntax/API check
docs/core/routing.md #6 (tsx) ✅ automated syntax/API check
docs/core/routing.md #7 (tsx) ✅ automated syntax/API check
docs/core/runtime.md #1 (ts) ✅ automated syntax/API check
docs/core/runtime.md #2 (ts) ✅ automated syntax/API check
docs/core/runtime.md #3 (tsx) ✅ automated syntax/API check
docs/core/runtime.md #4 (ts) ✅ automated syntax/API check
docs/development/contributing.md #1 (bash) ✅ reviewed representative example
docs/development/contributing.md #2 (bash) ✅ reviewed representative example
docs/development/contributing.md #3 (bash) ✅ reviewed representative example
docs/development/contributing.md #4 (bash) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #1 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #2 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #3 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #4 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #5 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #6 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #7 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #8 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #9 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #10 (unlabeled) ✅ reviewed non-runnable representation
docs/development/peer-dependencies-monorepo.md #11 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #12 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #13 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #14 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #15 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #16 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #17 (typescript) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #18 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #19 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #20 (bash) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #21 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #22 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #23 (typescript) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #24 (typescript) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #25 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #26 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #27 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #28 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #29 (json) ✅ reviewed representative example
docs/development/peer-dependencies-monorepo.md #30 (json) ✅ reviewed representative example
docs/development/platform-versioning.md #1 (bash) ✅ reviewed representative example
docs/development/repo-structure.md #1 (text) ✅ reviewed non-runnable representation
docs/development/repo-structure.md #2 (text) ✅ reviewed non-runnable representation
docs/development/repo-structure.md #3 (text) ✅ reviewed non-runnable representation
docs/getting-started/installation.md #1 (bash) ✅ reviewed representative example
docs/getting-started/installation.md #2 (json) ✅ reviewed representative example
docs/getting-started/installation.md #3 (ts) ✅ automated syntax/API check
docs/getting-started/philosophy.md #1 (tsx) ✅ automated syntax/API check
docs/getting-started/platform-overview.md #1 (text) ✅ reviewed non-runnable representation
docs/getting-started/quick-start.md #1 (tsx) ✅ automated syntax/API check
docs/getting-started/quick-start.md #2 (tsx) ✅ automated syntax/API check
docs/getting-started/quick-start.md #3 (tsx) ✅ automated syntax/API check
docs/getting-started/quick-start.md #4 (tsx) ✅ automated syntax/API check
docs/guides/component-generation.md #1 (tsx) ✅ automated syntax/API check
docs/guides/control-flow.md #1 (tsx) ✅ automated syntax/API check
docs/guides/control-flow.md #2 (tsx) ✅ automated syntax/API check
docs/guides/control-flow.md #3 (tsx) ✅ automated syntax/API check
docs/guides/control-flow.md #4 (text) ✅ reviewed non-runnable representation
docs/guides/control-flow.md #5 (tsx) ✅ automated syntax/API check
docs/guides/control-flow.md #6 (tsx) ✅ automated syntax/API check
docs/guides/crud.md #1 (text) ✅ reviewed non-runnable representation
docs/guides/crud.md #2 (tsx) ✅ automated syntax/API check
docs/guides/dashboard.md #1 (text) ✅ reviewed non-runnable representation
docs/guides/dashboard.md #2 (tsx) ✅ automated syntax/API check
docs/guides/first-app.md #1 (tsx) ✅ automated syntax/API check
docs/guides/first-app.md #2 (tsx) ✅ automated syntax/API check
docs/guides/forms.md #1 (tsx) ✅ automated syntax/API check
docs/guides/forms.md #2 (tsx) ✅ automated syntax/API check
docs/guides/layouts.md #1 (tsx) ✅ automated syntax/API check
docs/guides/layouts.md #2 (text) ✅ reviewed non-runnable representation
docs/guides/platform-recipes.md #1 (tsx) ✅ automated syntax/API check
docs/guides/platform-recipes.md #2 (tsx) ✅ automated syntax/API check
docs/guides/platform-recipes.md #3 (ts) ✅ automated syntax/API check
docs/guides/platform-recipes.md #4 (tsx) ✅ automated syntax/API check
docs/guides/platform-recipes.md #5 (tsx) ✅ automated syntax/API check
docs/guides/platform-recipes.md #6 (tsx) ✅ automated syntax/API check
docs/guides/resources.md #1 (ts) ✅ automated syntax/API check
docs/guides/resources.md #2 (ts) ✅ automated syntax/API check
docs/guides/resources.md #3 (ts) ✅ automated syntax/API check
docs/guides/resources.md #4 (tsx) ✅ automated syntax/API check
docs/guides/resources.md #5 (ts) ✅ automated syntax/API check
docs/guides/resources.md #6 (ts) ✅ automated syntax/API check
docs/guides/router.md #1 (ts) ✅ automated syntax/API check
docs/guides/router.md #2 (ts) ✅ automated syntax/API check
docs/guides/router.md #3 (ts) ✅ automated syntax/API check
docs/guides/router.md #4 (tsx) ✅ automated syntax/API check
docs/guides/router.md #5 (ts) ✅ automated syntax/API check
docs/guides/router.md #6 (ts) ✅ automated syntax/API check
docs/guides/router.md #7 (ts) ✅ automated syntax/API check
docs/guides/router.md #8 (ts) ✅ automated syntax/API check
docs/guides/router.md #9 (tsx) ✅ automated syntax/API check
docs/guides/router.md #10 (ts) ✅ automated syntax/API check
docs/guides/ssg.md #1 (ts) ✅ automated syntax/API check
docs/guides/ssg.md #2 (ts) ✅ automated syntax/API check
docs/guides/ssg.md #3 (ts) ✅ automated syntax/API check
docs/guides/ssg.md #4 (ts) ✅ automated syntax/API check
docs/guides/ssg.md #5 (bash) ✅ reviewed representative example
docs/guides/ssg.md #6 (ts) ✅ automated syntax/API check
docs/guides/ssr-events.md #1 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #2 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #3 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #4 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #5 (html) ✅ automated syntax/API check
docs/guides/ssr-events.md #6 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #7 (html) ✅ automated syntax/API check
docs/guides/ssr-events.md #8 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #9 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #10 (typescript) ✅ automated syntax/API check
docs/guides/ssr-events.md #11 (html) ✅ automated syntax/API check
docs/guides/ssr-events.md #12 (typescript) ✅ automated syntax/API check
docs/guides/ssr-events.md #13 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #14 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #15 (html) ✅ automated syntax/API check
docs/guides/ssr-events.md #16 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #17 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #18 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #19 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #20 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #21 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #22 (tsx) ✅ automated syntax/API check
docs/guides/ssr-events.md #23 (tsx) ✅ automated syntax/API check
docs/guides/ssr.md #1 (tsx) ✅ automated syntax/API check
docs/guides/ssr.md #2 (tsx) ✅ automated syntax/API check
docs/guides/ssr.md #3 (ts) ✅ automated syntax/API check
docs/guides/ssr.md #4 (ts) ✅ automated syntax/API check
docs/guides/ssr.md #5 (ts) ✅ automated syntax/API check
docs/guides/state.md #1 (ts) ✅ automated syntax/API check
docs/guides/state.md #2 (ts) ✅ automated syntax/API check
docs/guides/state.md #3 (tsx) ✅ automated syntax/API check
docs/guides/state.md #4 (tsx) ✅ automated syntax/API check
docs/guides/state.md #5 (tsx) ✅ automated syntax/API check
docs/guides/state.md #6 (tsx) ✅ automated syntax/API check
docs/guides/state.md #7 (tsx) ✅ automated syntax/API check
docs/guides/state.md #8 (tsx) ✅ automated syntax/API check
docs/guides/tables.md #1 (tsx) ✅ automated syntax/API check
docs/internals/core-engine-design.md #1 (mermaid) ✅ reviewed non-runnable representation
docs/internals/core-engine-design.md #2 (mermaid) ✅ reviewed non-runnable representation
docs/internals/for-primitive-design.md #1 (tsx) ✅ reviewed representative example
docs/internals/for-primitive-design.md #2 (ts) ✅ reviewed representative example
docs/internals/for-primitive-design.md #3 (ts) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #1 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #2 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #3 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #4 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #5 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #6 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #7 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #8 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #9 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #10 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #11 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #12 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #13 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #14 (typescript) ✅ reviewed representative example
docs/internals/foundations-pit-of-success.md #15 (typescript) ✅ reviewed representative example
docs/internals/renderer-pipeline.md #1 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #2 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #3 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #4 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #5 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #6 (mermaid) ✅ reviewed non-runnable representation
docs/internals/renderer-pipeline.md #7 (html) ✅ reviewed representative example
docs/internals/renderer-pipeline.md #8 (mermaid) ✅ reviewed non-runnable representation
docs/internals/router-manifest.md #1 (ts) ✅ reviewed representative example
docs/internals/router-manifest.md #2 (mermaid) ✅ reviewed non-runnable representation
docs/internals/router-manifest.md #3 (ts) ✅ reviewed representative example
docs/internals/runtime-reactivity.md #1 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #2 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #3 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #4 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #5 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #6 (mermaid) ✅ reviewed non-runnable representation
docs/internals/runtime-reactivity.md #7 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #1 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #2 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #3 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #4 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #5 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #6 (mermaid) ✅ reviewed non-runnable representation
docs/internals/ssr-ssg-pipeline.md #7 (mermaid) ✅ reviewed non-runnable representation
docs/migration/from-react.md #1 (ts) ✅ automated syntax/API check
docs/reference/api.md #1 (ts) ✅ automated syntax/API check
docs/reference/api.md #2 (ts) ✅ automated syntax/API check
docs/reference/conventions.md #1 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/conventions.md #2 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/conventions.md #3 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/conventions.md #4 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/conventions.md #5 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/conventions.md #6 (tsx) ✅ automated syntax/API check
docs/reference/conventions.md #7 (ts) ✅ automated syntax/API check
docs/reference/conventions.md #8 (ts) ✅ automated syntax/API check
docs/reference/conventions.md #9 (ts) ✅ automated syntax/API check
docs/reference/package-map.md #1 (ts) ✅ automated syntax/API check
docs/reference/project-structure.md #1 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #2 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #3 (ts) ✅ automated syntax/API check
docs/reference/project-structure.md #4 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #5 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #6 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #7 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/project-structure.md #8 (unlabeled) ✅ reviewed non-runnable representation
docs/reference/resources.md #1 (ts) ✅ automated syntax/API check
docs/reference/resources.md #2 (ts) ✅ automated syntax/API check
docs/reference/resources.md #3 (ts) ✅ automated syntax/API check
docs/reference/resources.md #4 (ts) ✅ automated syntax/API check
docs/reference/resources.md #5 (ts) ✅ automated syntax/API check
docs/reference/resources.md #6 (tsx) ✅ automated syntax/API check
docs/reference/resources.md #7 (ts) ✅ automated syntax/API check
docs/reference/resources.md #8 (ts) ✅ automated syntax/API check
docs/reference/router.md #1 (ts) ✅ automated syntax/API check
docs/reference/router.md #2 (ts) ✅ automated syntax/API check
docs/reference/router.md #3 (tsx) ✅ automated syntax/API check
docs/reference/router.md #4 (ts) ✅ automated syntax/API check
docs/reference/router.md #5 (ts) ✅ automated syntax/API check
docs/reference/router.md #6 (tsx) ✅ automated syntax/API check
docs/reference/router.md #7 (ts) ✅ automated syntax/API check
docs/reference/router.md #8 (tsx) ✅ automated syntax/API check
docs/reference/router.md #9 (tsx) ✅ automated syntax/API check
docs/reference/router.md #10 (tsx) ✅ automated syntax/API check
docs/reference/router.md #11 (tsx) ✅ automated syntax/API check
docs/reference/router.md #12 (ts) ✅ automated syntax/API check
docs/reference/router.md #13 (tsx) ✅ automated syntax/API check
docs/reference/router.md #14 (tsx) ✅ automated syntax/API check

All 307 fenced blocks in README.md, AGENTS.md, and docs/**/*.md are inventoried above. No stale import, syntax failure, malformed public HTML, or additional behavior mismatch was found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions