Export memory digest to agent hosts#228
Conversation
|
There was a problem hiding this comment.
💡 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".
d1081e4 to
e214926
Compare
…-r8-memory-digest # Conflicts: # src/automation/config.rs # src/automation/mod.rs
6cd39c4 to
5da06f9
Compare
Summary
automation.export_memory_digestconfig 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 checkTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test agent_suite memory_digest_test -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test cursor_plugin -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test codex_plugin -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test automation_runner_test config:: -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test dashboard_api_test automation_config -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test core_cli_suite cli_non_interactive_test::automation_config_set -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test --test core_cli_suite cli_non_interactive_test::install_codex_automation -- --nocaptureTMPDIR=/tmp CARGO_TARGET_DIR=$HOME/.cache/tracedecay-target-r8-memory-digest cargo test automation_config_commands_parse_project_sidecar_flags -- --nocaptureNote: these commands emit existing warnings from vendored
libsql.