mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-08 08:39:58 -04:00
c37b7912b3
# Description of Changes Documentation updates from llm-benchmark testing. Includes: - **Core concepts**: Tables, column types, auto-increment, indexes, access permissions, schedule tables, event tables, performance - **Client references**: C# and TypeScript reference updates - **Migration guide**: 2.0 migration docs - **AI rules**: `spacetimedb-csharp.mdc`, `spacetimedb-typescript.mdc`, new `spacetimedb-migration-2.0.mdc` - **Cheat sheet**: Database cheat sheet updates - **Reducers, procedures, reducer context**: Small fixes and clarifications - **llms.md**: LLM-related doc updates # API and ABI breaking changes None. Documentation only. # Expected complexity level and risk **Complexity: 2** — Broad docs changes but no code. Risk is limited to incorrect or misleading docs. # Testing - [ ] Build docs site and confirm it renders - [ ] Spot-check updated pages (tables, schedule tables, cheat sheet, client references) - [ ] Confirm C# tutorial examples use `nameof(...)` and snake_case --------- Signed-off-by: bradleyshep <148254416+bradleyshep@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com> Co-authored-by: joshua-spacetime <josh@clockworklabs.io>