feat: extend memory prediction loop #32

Merged
MrSphay merged 4 commits from codex/issue-4-memory-prediction-loop into codex/production-intelligence-terminal 2026-05-17 18:47:42 +00:00
Owner

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.

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.
MrSphay added 1 commit 2026-05-17 12:31:50 +00:00
feat: extend memory prediction loop
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 50s
267af03b22
Author
Owner

Anpassen.

Anpassen.
MrSphay added 1 commit 2026-05-17 18:35:51 +00:00
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-4-memory-prediction-loop
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 55s
090e90ea70
# Conflicts:
#	README.md
#	test/fetch-utils.test.mjs
MrSphay added 1 commit 2026-05-17 18:39:46 +00:00
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-4-memory-prediction-loop
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 6s
Build / test-and-image (pull_request) Successful in 1m3s
3069114ffd
# Conflicts:
#	test/fetch-utils.test.mjs
MrSphay added 1 commit 2026-05-17 18:46:09 +00:00
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-4-memory-prediction-loop
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 57s
331175ae3c
# Conflicts:
#	server.mjs
#	test/fetch-utils.test.mjs
MrSphay merged commit 9b15913049 into codex/production-intelligence-terminal 2026-05-17 18:47:42 +00:00
Sign in to join this conversation.