initial public release

This commit is contained in:
2026-07-06 11:05:50 -04:00
commit ca518c5f8a
94 changed files with 15699 additions and 0 deletions
@@ -0,0 +1,4 @@
-- Phase 3E: Extract STAR stories from Block F into structured data.
-- Stores stories as JSON array for querying and UI reconstruction.
ALTER TABLE reports ADD COLUMN stories TEXT; -- JSON array of STAR story objects