This file is the local source-of-truth router for tool and pattern documentation.
Use sources in this order:
- Local docs listed in this map (
docs/**). - Repository code for current behavior (
src/**,crates/**,scripts/**). - Internet lookup only when local docs are missing or stale.
For non-trivial implementation/review/design responses, include:
sources_used: exact local file paths consulted.unresolved_items: items not found in local docs/code.
If a requested fact is not present in local sources, explicitly say it is not found and avoid guessing.
docs/writing-style.mddocs/project-audit.mddocs/refactor-plan.mddocs/code-audit/01-architecture-map.mddocs/auth-sessions.md
docs/tracing.mddocs/tracing/route-map.mddocs/tracing/index.md
docs/datastar-tao.mddocs/datastar-signals.mddocs/datastar-expressions.mddocs/datastar-backend-requests.mddocs/datastar/guide.mddocs/datastar/reference.md
docs/surreal/05-usage.mddocs/surreal/08-no-surreal-needed.mddocs/surreal/07-reference.md
docs/style-system/index.mddocs/style-system/token-layers.mddocs/style-system/modern-css.mddocs/style-system/promotion-rules.mddocs/style-system/package-catalog.mddocs/style-system/component-checklist.mddocs/style-system/repo-map.mddocs/css-scope-inline/index.mddocs/css-scope-inline/03-how-it-works.mddocs/css-scope-inline/06-workflow-tips.md
docs/maud/index.mddocs/maud/partials.mddocs/maud/render-trait.mddocs/maud/elements-attributes.md
docs/portfolio-demos-plan.mddocs/portfolio-demos.mddocs/professionalism-breakdown.mdartifacts/visual/audits/latest/ux-signoff.mdartifacts/visual/audits/latest/ui-signoff.mdartifacts/visual/audits/latest/fullstack-rust-hiring-manager-signoff.mdartifacts/visual/audits/latest/rust-systems-hiring-manager-signoff.mdartifacts/visual/audits/latest/signoff.env
docs/axum/index.mddocs/axum/routing/index.mddocs/axum/extract/index.mddocs/axum/response/index.mddocs/axum/middleware/index.md
docs/bon/guide/overview.mddocs/bon/guide/patterns/conditional-building.mddocs/bon/guide/patterns/optional-generic-members.mddocs/bon/guide/patterns/shared-configuration.mddocs/bon/guide/patterns/fallible-builders.mddocs/bon/guide/patterns/into-conversions-in-depth.mddocs/statum/README.mddocs/nestum/README.md
docs/strum/index.mddocs/nutype/index.md
rg --line-number --ignore-case '<term>' docs/reference-map.md docs
rg --line-number --ignore-case '<term>' crates src scripts