- Add AnimatedProblemTile component with MathDisplay for proper math rendering - Add AnimatedBackgroundTiles grid component for card backgrounds - Update FlowchartCard to accept flowchart + examples props - Generate examples client-side for both hardcoded and database flowcharts - Use same formatting system (formatProblemDisplay + MathDisplay) as modal Also includes: - Fix migration 0076 timestamp ordering issue (linkedPublishedId column) - Add migration-timestamp-fix skill documenting common drizzle-kit issue - Update CLAUDE.md with migration timestamp ordering guidance - Various flowchart workshop and vision training improvements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
231 B
SQL
4 lines
231 B
SQL
-- Add prompt_embedding column for storing embedding of just the original topic description
|
|
-- This enables better matching for short queries that resemble user prompts
|
|
ALTER TABLE `teacher_flowcharts` ADD `prompt_embedding` blob;
|