phase 14-15: docker build validation and helm deployment

This commit is contained in:
Celes Renata
2026-04-11 11:59:45 -07:00
parent 7394d241c9
commit ce10afa034
179 changed files with 32559 additions and 576 deletions
@@ -0,0 +1,8 @@
-- Stonks Oracle - Add disagreement details to trend windows
-- Stores structured contradiction/disagreement representations
-- so downstream consumers can inspect *why* signals conflict
-- rather than relying on a single scalar contradiction_score.
-- Requirements: 6.4
ALTER TABLE trend_windows
ADD COLUMN IF NOT EXISTS disagreement_details JSONB DEFAULT '[]';