Skip to content

Replace session memory with holographic fact store - #2

Closed
ScriptedAlchemy wants to merge 16 commits into
masterfrom
feature/holographic-memory
Closed

Replace session memory with holographic fact store#2
ScriptedAlchemy wants to merge 16 commits into
masterfrom
feature/holographic-memory

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • Replace the old session-memory MCP surface with a local holographic fact store backed by SQLite, FTS5, trust scoring, entity links, and amari-holographic FHRR vectors.
  • Add tokensave_fact_store, tokensave_fact_feedback, and tokensave_memory_status, plus v11 migration/backfill from legacy memory tables.
  • Update docs, agent guidance, Cursor dev MCP wrapper, and tests for the new fact-memory contract.

Verification

  • cargo test
  • cargo clippy --workspace --all-targets
  • cargo fmt --all -- --check
  • git diff --check
  • act pull_request -W .github/workflows/ci.yml ... attempted; format passed after cargo fmt, Linux test exposed an act/Docker-sensitive git config test which was fixed and then verified locally.

@changeset-bot

changeset-bot Bot commented Jun 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b31071d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e86ef80b7c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/tokensave.rs Outdated
Comment thread src/memory/retrieval.rs Outdated
@ScriptedAlchemy

Copy link
Copy Markdown
Owner Author

Superseded by the stacked holographic memory PR series (#10#11#12#13#14).

spa5k pushed a commit to spa5k/tracedecay that referenced this pull request Jul 4, 2026
Flake ScriptedAlchemy#2: dashboard API tests (e.g.
`automation_config_is_dashboard_controllable_and_persistent`,
`automation_jobs_crud_and_manual_run_are_dashboard_controllable`)
intermittently failed with `... failed: io: Peer disconnected` when the
client raced the dashboard server's startup under parallel load.

Fix (shared harness): the dashboard POST/PATCH/DELETE helpers now route
through `common::http_call_with_retry`, so a request that fails at the
connection level (peer disconnected / refused / reset) is retried with
bounded backoff. Combined with `wait_for_dashboard` now polling for a real
2xx before the first request, all dashboard tests benefit. The local `git`
helper also uses the resilient absolute-path lookup + ENOENT retry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant