Merge main into Scene 7 evidence workflow

This commit is contained in:
2026-08-22 17:23:47 +02:00
16 changed files with 210 additions and 51 deletions
@@ -0,0 +1,10 @@
-- Optional author-facing provenance for a deterministic source fingerprint.
-- Players prove provenance through the source text and are not required to paste
-- this URL.
ALTER TABLE osint.evidence_match_rules
ADD COLUMN source_label TEXT,
ADD COLUMN source_uri TEXT;
COMMENT ON COLUMN osint.evidence_match_rules.source_label IS 'Author-facing label for the known source represented by this fingerprint.';
COMMENT ON COLUMN osint.evidence_match_rules.source_uri IS 'Author-facing canonical source URI; never a required player input.';