Conversation
Remove several dependencies that were no longer needed after the sync and engine restructuring: tinymemory-sync, tinycortex-api, futures, url, wiremock, anyhow, and log. These were left over from earlier code paths that have since been refactored or removed. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
…rgo.lock Removes the `tinymemory` crate dependency from the testing UI harness, along with several transitive dependencies that are no longer needed after the removal. This cleans up the lock file and reduces the crate's dependency tree. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
Tiny Sweeper reviewTiny Sweeper reviewed this change across 6 lane(s) and found 0 active actionable finding(s). Detailed lane evidence and any incomplete work are listed below. State: Ready for maintainer review Review snapshot
Completeness: Complete What changedThe review could not produce a supported behavioral summary; inspect the cited changed surface and lane details below. FeaturesNone identified with supported citations. TestsNo supported feature-to-test mapping was produced. Test execution is not inferred. FindingsNo active actionable findings. Before mergeNone. Agent review detailscritique
security
tests
commits
description
e2e
Evidence and run details
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request removes unused dependencies from three Cargo manifests. It also removes comments that described the deleted dependencies or their associated tests and diagnostics. ChangesDependency pruning
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
A rabbit reads each line, Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
tinysweeper found nothing blocking. Approving.
$0.0024 · 44,066 in / 4,817 out · 4,840 cached (11%) · flash, gpt-5.6-luna, deepseek-v4-flash
critique: $0.0011 · 15,377 in / 805 out · 2,030 cached (13%) · gpt-5.6-luna
security: $0.0009 · 14,803 in / 478 out · 1,786 cached (12%) · gpt-5.6-luna
description: $0.0002 · 7,569 in / 1,027 out · 1,024 cached (14%) · deepseek-v4-flash
CI status check: pre-existing "Supply chain" failure, unrelated to this PRThe only failing check is Verified this is pre-existing and unrelated to this PR's changes (which only remove unused deps from Cargo.toml/Cargo.lock, touching no
This is an external advisory-database change surfacing on both Also re-verified All other checks (Rust build/clippy/fmt, MSRV, module workspace, feature powerset, full test suites) are green. |
Summary
Found by the cross-repo dependency audit in tinyhumansai/openhuman#6353 (
pnpm dep:audit, tinyanalyzer-driven) and verified by grep against this tree atmain. Manifest and lockfile only; no source changes.tinymemory-core: droptinymemory-sync,tinycortex-api,futures,urland dev-dependencywiremock— nothing in the crate references any of them (thetinycortex-apimanifest comment described a use that no longer exists; the Composio connect tests it mentions forwiremockare not in this crate).tinymemory-testing-ui: droptinymemoryandanyhow— the binary only usestinymemory-apiand the concrete engine crates; the wordtinymemoryappears only in log strings.tinymemory: droplog— nolog::call in the crate.wiremockandtinycortex-apileave the build graph entirely (7 + 3 crates); the rest are manifest clean-ups because sibling crates still pull the same dependency.Related issue
None.
API or behavior changes
None.
Validation
Commands actually run, with their outcome:
cargo fmt --all -- --check— cleancargo clippy --all-targets --all-features -- -D warnings— fails onclippy::unwrap_usedincrates/tinymemory-documents/src/convert/test.rs(lines 104–223), a file this PR does not touch; same result onmaincargo check --workspace --all-targets --all-features— clean;cargo check -p tinymemory-testing-uion its own also clean (it no longer relies on feature unification throughtinymemory)cargo test --workspace --all-features— no failing suitesTests
None added: dependency removal is verified by the build, not by a test.
Documentation
Not needed; no public surface changed. Two stale manifest comments were removed with the lines they described.
Checklist
#[allow(...)],#[ignore], or relaxed lints.envcontents in the diff or the descriptionSummary by CodeRabbit