mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-10 04:00:35 +00:00
- Add valid_from/valid_until fields to Decision dataclass and record_decision() - Add include_superseded and as_of filters to find_precedents_by_scenario() - Add _decision_matches_temporal_filters() and _normalize_temporal_input() helpers - Add ContextGraph.state_at(timestamp) for point-in-time graph snapshots - Stamp recorded_at on causal relationship edges - Add CausalChainAnalyzer.trace_at_time() for transaction-time causal chain tracing - Add AgentContext.checkpoint(), diff_checkpoints(), flush_checkpoint() for named context snapshots - 93 tests passing (33 context_graph, 36 causal_analyzer, 24 agent_context) Closes #399 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>