soroban-abacus-flashcards/apps/web/.claude
Thomas Hallock 1f1083773d perf: add timing instrumentation to worksheet page SSR
Track where time is spent during worksheet page render:
- loadWorksheetSettings (DB query + getViewerId)
- generateWorksheetPreview (problem generation + Typst compilation)
- Total page render time

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:21:12 -06:00
..
plans feat(flowcharts): implement unified computation model (Phases 1-2) 2026-01-22 15:39:20 -06:00
procedures refactor(docs): consolidate .claude instructions (53% reduction) 2026-01-21 11:15:26 -06:00
reference feat(flowchart-workshop): add version history with preview mode 2026-01-23 13:52:59 -06:00
ANIMATION_PATTERNS.md
ARCADE_SYSTEM.md refactor(docs): consolidate .claude instructions (53% reduction) 2026-01-21 11:15:26 -06:00
BKT_DESIGN_SPEC.md
BLOG_EXAMPLES_PATTERN.md
CLAUDE.md feat(flowchart-workshop): add version history with preview mode 2026-01-23 13:52:59 -06:00
CODE_QUALITY_REGIME.md
COMPLEXITY_BUDGET_SYSTEM.md
DEPLOYMENT.md chore: cleanup unused imports and apply formatting 2026-01-14 18:49:31 -06:00
GAME_SETTINGS_PERSISTENCE.md
GAME_THEMES.md
GOOGLE_CLASSROOM_SETUP.md
PER_PLAYER_STATS_ARCHITECTURE.md
PROBLEM_GENERATION.md
PROGRESSION_PEDAGOGY.md
README.md refactor(docs): consolidate .claude instructions (53% reduction) 2026-01-21 11:15:26 -06:00
SIMULATED_STUDENT_MODEL.md
UI_STYLE_GUIDE.md
Z_INDEX_MANAGEMENT.md
settings.local.json perf: add timing instrumentation to worksheet page SSR 2026-01-23 14:21:12 -06:00

README.md

.claude/ Documentation Index

This directory contains Claude Code instructions and project documentation.

Core Instructions

  • CLAUDE.md - Main instructions file (loaded every session)

Procedures (Step-by-Step Workflows)

Procedure Trigger Description
database-migrations.md Creating/modifying DB schema Complete Drizzle migration workflow
FLOWCHART_MODIFICATIONS.md Modifying flowcharts Checkpoint nodes, path enumeration, skipIf
merge-conflicts.md Git merge conflicts diff3 resolution patterns

Reference (Passive Lookup)

Doc Topic
panda-css.md Panda CSS gotchas, dark mode, fixing corrupted styled-system
react-query-mutations.md React Query mutation patterns, cache invalidation
tensorflow-browser-debugging.md Keras→TensorFlow.js debugging (normalization, quantization)
abacus-react.md @soroban/abacus-react usage, SSR patterns
PROBLEM_GENERATION.md Problem generation quick reference

Architecture & Design

Doc Description
ARCADE_SYSTEM.md Complete arcade architecture (rooms, modes, setup, routing)
PER_PLAYER_STATS_ARCHITECTURE.md Per-player statistics system
COMPLEXITY_BUDGET_SYSTEM.md Problem difficulty measurement

Settings & Configuration

Doc Description
GAME_SETTINGS_PERSISTENCE.md How game settings are stored and synced
GAME_THEMES.md Standardized color themes
Z_INDEX_MANAGEMENT.md Z-index hierarchy and constants
UI_STYLE_GUIDE.md UI styling conventions

Operations & Quality

Doc Description
DEPLOYMENT.md Production deployment (NAS, compose-updater)
CODE_QUALITY_REGIME.md Pre-commit checks, linting
BLOG_EXAMPLES_PATTERN.md Blog post example generation
ANIMATION_PATTERNS.md React-spring animation patterns

Research & Pedagogy

Doc Topic
BKT_DESIGN_SPEC.md Bayesian Knowledge Tracing spec
PROGRESSION_PEDAGOGY.md Learning progression design
SIMULATED_STUDENT_MODEL.md Simulated student for testing

Integration Guides

Doc Integration
GOOGLE_CLASSROOM_SETUP.md Google Classroom API setup