Background
V2 Evidence Graph and Reliability Gate need Claim/Evidence entities. DecisionEvent remains the atomic write unit today.
Problem Statement
No Claim/Evidence Pydantic models, temporal lifecycle fields, or graph schema for claims/evidence.
Proposed Solution
- Add models: Claim, Evidence, ReliabilityDecision (+ temporal fields)
- Neo4j migrations V010+: Claim/Evidence nodes; SUPPORTS / CONTRADICTS / ASSERTS
- Adapter: DecisionEvent → Claim without breaking existing writes
- Feature flag:
CORTEX_EVIDENCE_GRAPH
Acceptance Criteria
Depends on
Phase 0 audit (#67 if created)
Plan ref
todo data-foundations
Background
V2 Evidence Graph and Reliability Gate need Claim/Evidence entities. DecisionEvent remains the atomic write unit today.
Problem Statement
No Claim/Evidence Pydantic models, temporal lifecycle fields, or graph schema for claims/evidence.
Proposed Solution
CORTEX_EVIDENCE_GRAPHAcceptance Criteria
Depends on
Phase 0 audit (#67 if created)
Plan ref
todo
data-foundations