huskies: merge 492_story_remove_filesystem_pipeline_state_and_store_story_content_in_database

This commit is contained in:
dave
2026-04-08 03:03:59 +00:00
parent f43d30bdae
commit 8fd49d563e
27 changed files with 1663 additions and 1295 deletions
@@ -0,0 +1,5 @@
-- Add content column to pipeline_items to store full story markdown
-- (front matter + body). This makes the database the sole source of
-- truth for story content, removing the dependency on .huskies/work/
-- stage directories.
ALTER TABLE pipeline_items ADD COLUMN content TEXT;