Skip to content

Export memory digest to agent hosts#228

Open
ScriptedAlchemy wants to merge 4 commits into
masterfrom
codex/hermes-parity-r8-memory-digest
Open

Export memory digest to agent hosts#228
ScriptedAlchemy wants to merge 4 commits into
masterfrom
codex/hermes-parity-r8-memory-digest

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • Add a trust-ranked, bounded memory digest exporter that snapshots approved durable facts and projects them into agent host prompt channels.
  • Wire digest refreshes after fact proposal and memory curation applies, and export via managed-skill install paths for supported hosts while keeping Codex shareable plugin bundles memory-free.
  • Add the automation.export_memory_digest config gate across CLI/dashboard surfaces and coverage for rendering, gating, overlay refresh, and config round-trips.

Test Plan

  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo check
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test agent_suite memory_digest_test -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test cursor_plugin -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test codex_plugin -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test automation_runner_test config:: -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test dashboard_api_test automation_config -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test core_cli_suite cli_non_interactive_test::automation_config_set -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test core_cli_suite cli_non_interactive_test::install_codex_automation -- --nocapture
  • TMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test automation_config_commands_parse_project_sidecar_flags -- --nocapture

Note: these commands emit existing warnings from vendored libsql.

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5da06f9

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: d1081e47a1

ℹ️ 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/automation/memory_digest.rs
Comment thread src/agents/codex.rs
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/hermes-parity-r8-memory-digest branch from d1081e4 to e214926 Compare July 2, 2026 09:00
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/hermes-parity-r8-memory-digest branch from 6cd39c4 to 5da06f9 Compare July 2, 2026 16:46
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