feat: extend memory prediction loop #32
Reference in New Issue
Block a user
Delete Branch "codex/issue-4-memory-prediction-loop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses #4.\n\nChanges:\n- Extends the SQLite memory store with stable IDs for entities and events.\n- Adds event persistence for conflict, OSINT, urgent news, and delta signals.\n- Expands predictions with hypothesis, evidence, confidence, horizon, outcome state, and grading metadata.\n- Evaluates prior open predictions on later sweeps and stores observed / monitoring / expired_unverified outcomes.\n- Adds protected memory query APIs and a dashboard Memory action.\n- Documents retention, backup, reset, and privacy expectations for runs/intelligence.db.\n\nValidation:\n- git diff --check (only Windows CRLF warnings).\n- Added runner-side static regression coverage in test/fetch-utils.test.mjs.\n\nPer runner-only constraint, no local npm/node test run was executed.
Anpassen.