Files
NowChessSystems/.codesight/wiki/index.md
T
Janis 3df199afa1
Build & Test (NowChessSystems) TeamCity build failed
feat(game): introduce game modes and time control features
2026-04-23 21:56:21 +02:00

1.9 KiB

NowChessSystems — Wiki

Generated 2026-04-23 — re-run npx codesight --wiki if the codebase has changed.

Structural map compiled from source code via AST. No LLM — deterministic, 200ms.

How to use safely: These articles tell you WHERE things live and WHAT exists. They do not show full implementation logic. Always read the actual source files before implementing new features or making changes. Never infer how a function works from the wiki alone.

Articles

Quick Stats

  • Routes: 0
  • Models: 0
  • Components: 0
  • Env vars: 1 required, 0 with defaults

How to Use

  • New session: read index.md (this file) for orientation — WHERE things are
  • Architecture question: read overview.md (~500 tokens)
  • Domain question: read the relevant article, then read those source files
  • Database question: read database.md, then read the actual schema files
  • Before implementing anything: read the source files listed in the article
  • Full source context: read .codesight/CODESIGHT.md

What the Wiki Does Not Cover

These exist in your codebase but are not reflected in wiki articles:

  • Routes registered dynamically at runtime (loops, plugin factories, app.use(dynamicRouter))
  • Internal routes from npm packages (e.g. Better Auth's built-in /api/auth/* endpoints)
  • WebSocket and SSE handlers
  • Raw SQL tables not declared through an ORM
  • Computed or virtual fields absent from schema declarations
  • TypeScript types that are not actual database columns
  • Routes marked [inferred] were detected via regex and may have lower precision
  • gRPC, tRPC, and GraphQL resolvers may be partially captured

When in doubt, search the source. The wiki is a starting point, not a complete inventory.


Last compiled: 2026-04-23 · 2 articles · codesight