Skip to content

feat(memory): bind the memory engine as a loadable TinyBus module - #5512

Merged
senamakel merged 60 commits into
tinyhumansai:mainfrom
senamakel:tinymemory-module
Aug 12, 2026
Merged

feat(memory): bind the memory engine as a loadable TinyBus module#5512
senamakel merged 60 commits into
tinyhumansai:mainfrom
senamakel:tinymemory-module

chore(deps): update Cargo.lock to reflect dependency changes

90ff667
Select commit
Loading
Failed to load commit list.
TinySweeper / tinysweeper/critique succeeded Aug 12, 2026 in 0s

Reviewed 7 files; 3 findings. _The code index for this repository is cold, so th

Reviewed 7 files; 3 findings. The code index for this repository is cold, so this review saw the diff alone.

No findings.

tinysweeper 0.1.0

Fixed since the last review

  • Round-trip test claims to fill every field but uses Default for the rest
  • Cover ExportRecord, ImportOutcome and SourceScope serde crossings
  • Pin the Module pass-through policy in redact_outbound
  • Round-trip test claims to fill every field but uses Default for the rest — fixed: the OwnedRecallOpts literal sets every field explicitly with no ..Default::default(), and the comment documents the deliberate omission.
  • Cover ExportRecord, ImportOutcome and SourceScope serde crossings — fixed: three dedicated tests now round-trip each type.
  • Pin the Module pass-through policy in redact_outbound — not applicable to this file; redact_outbound does not appear in module_adapter_tests.rs.
  • Pin the Module pass-through policy in redact_outbound
  • Round-trip test claims to fill every field but uses Default for the rest — not present in boot.rs; cannot verify here.
  • Cover ExportRecord, ImportOutcome and SourceScope serde crossings — not present in boot.rs; cannot verify here.
  • Pin the Module pass-through policy in redact_outbound — not present in boot.rs; cannot verify here.