Version: v0.2 Status: Review Owners: Foundation / Cortex Last Updated: 2026-03-25 Change Type: additive Migration Required: yes Depends On: IntelligenceBrief, OpportunityCandidate, ClaimCluster Supersedes: none Superseded By: none
Represent the evolving strategic state of an enterprise, domain, or account as a living model rather than static briefs.
Foundation-V2 already has briefs, watchlists, contradictions, and opportunity candidates, but these are still mostly point-in-time artifacts. The Strategy Twin turns them into persistent strategic memory.
StrategyTwinFields:
- twin_id
- owner_scope
- domain
- active_belief_ids
- open_question_ids
- partner_hypothesis_ids
- state_version
- last_reconciled_at
BeliefRecordFields:
- belief_id
- twin_id
- statement
- confidence
- supporting_refs
- contradicting_refs
- status
- first_seen_at
- last_reaffirmed_at
ContradictionRecordFields:
- contradiction_id
- twin_id
- left_refs
- right_refs
- severity
- resolution_state
NegativeEvidenceRecordFields:
- negative_evidence_id
- twin_id
- statement
- impact_on_beliefs
- evidence_refs
OpenQuestionFields:
- question_id
- twin_id
- question
- priority
- blocking_belief_ids
- owner
- status
ConfidenceDecayRuleFields:
- rule_id
- domain
- time_horizon_days
- decay_curve
- trigger_conditions
PartnerHypothesisFields:
- hypothesis_id
- twin_id
- candidate_ids
- fit_summary
- confidence
- blocking_questions
ChangeEventFields:
- event_id
- twin_id
- event_type
- affected_objects
- reason
- source_refs
- created_at
Moves Foundation from governed brief generation to a durable strategic memory model.