Complete memory and prediction loop beyond Phase-1 SQLite #4

Closed
opened 2026-05-17 11:21:49 +00:00 by MrSphay · 2 comments
Owner

Synced from upstream Crucix #23: https://github.com/calesthio/Crucix/issues/23

Current status in this fork: Phase-1 SQLite persistence exists under runs/intelligence.db, but the product is not yet a full intelligence engine with entity identity, prediction lifecycle, querying, grading, and longitudinal learning.

Acceptance criteria:

  • Persist stable entity/event IDs across sweeps.
  • Store predictions with hypothesis, evidence, confidence, horizon, and outcome state.
  • Add query APIs/UI affordances for memory-backed evidence lookup.
  • Add evaluation/grading of prior predictions during later sweeps.
  • Document retention, backup, and privacy expectations for runs/intelligence.db.
Synced from upstream Crucix #23: https://github.com/calesthio/Crucix/issues/23 Current status in this fork: Phase-1 SQLite persistence exists under runs/intelligence.db, but the product is not yet a full intelligence engine with entity identity, prediction lifecycle, querying, grading, and longitudinal learning. Acceptance criteria: - Persist stable entity/event IDs across sweeps. - Store predictions with hypothesis, evidence, confidence, horizon, and outcome state. - Add query APIs/UI affordances for memory-backed evidence lookup. - Add evaluation/grading of prior predictions during later sweeps. - Document retention, backup, and privacy expectations for runs/intelligence.db.
Author
Owner

In Bearbeitung durch Codex auf Branch codex/issue-4-memory-prediction-loop. Scope: Memory/Prediction Loop inkrementell und mergefreundlich: bestehende SQLite-Schicht lesen, stabile Entity/Event-IDs, Prediction-Lifecycle-Grundlage, Query-API/UI-Affordance und Doku. Runner-only: keine lokalen npm/node Laeufe.

In Bearbeitung durch Codex auf Branch codex/issue-4-memory-prediction-loop. Scope: Memory/Prediction Loop inkrementell und mergefreundlich: bestehende SQLite-Schicht lesen, stabile Entity/Event-IDs, Prediction-Lifecycle-Grundlage, Query-API/UI-Affordance und Doku. Runner-only: keine lokalen npm/node Laeufe.
Author
Owner

PR geoeffnet: #32\n\nStatus: mergeable. Scope: SQLite Memory/Prediction Loop erweitert mit stabilen Entity-/Event-IDs, Prediction-Hypothesen inkl. Evidence/Confidence/Horizon/Outcome-State, Grading offener Vorhersagen bei spaeteren Sweeps, geschuetzten Memory Query APIs, Dashboard Memory Action und Doku zu Retention/Backup/Privacy. Keine lokalen npm/node Tests gemaess Runner-only Vorgabe; statische Regressionstests fuer den Runner ergaenzt.

PR geoeffnet: https://git.wilkensxl.de/MrSphay/intelligence-terminal/pulls/32\n\nStatus: mergeable. Scope: SQLite Memory/Prediction Loop erweitert mit stabilen Entity-/Event-IDs, Prediction-Hypothesen inkl. Evidence/Confidence/Horizon/Outcome-State, Grading offener Vorhersagen bei spaeteren Sweeps, geschuetzten Memory Query APIs, Dashboard Memory Action und Doku zu Retention/Backup/Privacy. Keine lokalen npm/node Tests gemaess Runner-only Vorgabe; statische Regressionstests fuer den Runner ergaenzt.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrSphay/intelligence-terminal#4