Skip to content

chore(memory2): delete dead notes.md and empty test_e2e_processing.py - #3412

Open
spomichter wants to merge 1 commit into
mainfrom
chore/memory2-remove-dead-files
Open

chore(memory2): delete dead notes.md and empty test_e2e_processing.py#3412
spomichter wants to merge 1 commit into
mainfrom
chore/memory2-remove-dead-files

Conversation

@spomichter

Copy link
Copy Markdown
Contributor

Two files in dimos/memory2/ that carry no information:

  • notes.md — 10 lines of scratch sketching a db() / db.stream context-manager API that never existed. Nothing in the repo references it, and it describes neither the current Store/Stream design nor a planned one.
  • test_e2e_processing.py — a license header and nothing else. Zero code lines, zero tests. pytest collects it on every run for nothing.

Kept everything else: intro.md, architecture.md, streaming.md, embeddings.md are accurate current docs (intro.md has md-babel executable blocks that CI runs), and the tool_*.py files are deliberate run-on-demand tools that say so in their docstrings.

pytest dimos/memory2 → 456 passed.

notes.md was 10 lines of scratch sketching a db()/db.stream API that never
existed. test_e2e_processing.py contained only a license header — no code,
no tests, collected by pytest for nothing.
@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3412   +/-   ##
=======================================
  Coverage   76.09%   76.09%           
=======================================
  Files        1190     1190           
  Lines      115295   115295           
  Branches    10367    10367           
=======================================
  Hits        87729    87729           
  Misses      24554    24554           
  Partials     3012     3012           
Flag Coverage Δ
OS-ubuntu-24.04-arm 70.15% <ø> (-0.01%) ⬇️
OS-ubuntu-latest 72.15% <ø> (ø)
Py-3.10 72.14% <ø> (+<0.01%) ⬆️
Py-3.11 72.14% <ø> (ø)
Py-3.12 72.14% <ø> (-0.01%) ⬇️
Py-3.13 72.15% <ø> (+<0.01%) ⬆️
Py-3.14 72.15% <ø> (-0.01%) ⬇️
Py-3.14t 72.14% <ø> (-0.01%) ⬇️
SelfHosted-Large 29.66% <ø> (ø)
SelfHosted-Linux 35.84% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot added the ready-to-merge Required CI checks have passed on this PR label Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PlzReview ready-to-merge Required CI checks have passed on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant