Summary
Store a concise evidence summary with Factory Memory records.
Parent Epic
#16
Problem / Need
Memory records should preserve why a finding was resolved, not just that it happened.
Demo relevance
Future work after evidence timeline and memory schema are stable.
Scope
- Include evidence summary fields in memory records.
- Preserve evidence IDs or source event references where appropriate.
- Keep summaries deterministic and derived from existing evidence.
- Add tests for evidence summary persistence.
Out of scope
- LLM summarization.
- Embeddings.
- External document attachments.
Suggested Steps
- Ensure evidence timeline schema is stable.
- Ensure memory record schema exists.
- Add evidence summary mapping.
- Add tests for memory records with evidence summaries.
- Update docs and learning log.
Acceptance Criteria
- Memory record includes evidence summary or evidence references.
- Summary is traceable to existing evidence items.
- Tests cover records with linked evidence.
- No opaque/generated claims are added without source references.
Test Plan
- Run memory tests.
- Run
make test.
Documentation Impact
- Update Factory Memory docs.
- Update
docs/LEARNING_LOG.md.
Readiness Checklist
Summary
Store a concise evidence summary with Factory Memory records.
Parent Epic
#16
Problem / Need
Memory records should preserve why a finding was resolved, not just that it happened.
Demo relevance
Future work after evidence timeline and memory schema are stable.
Scope
Out of scope
Suggested Steps
Acceptance Criteria
Test Plan
make test.Documentation Impact
docs/LEARNING_LOG.md.Readiness Checklist