Split into a Cargo workspace with per-project dependency sets #4
Loading…
Reference in a new issue
No description provided.
Delete branch "worktree-deep-research-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
deep_researchandswear_cleanupshared oneCargo.toml, so building either one compiled the other's deps too (clap/indicatif/scraper/chrono for deep_research; toml for swear_cleanup).Cargo.tomldeclaring only what it uses. Common deps/versions are pinned once via[workspace.dependencies].Test plan
cargo build --workspaceandcargo clippy --workspaceboth clean, no new warnings.cargo build -p swear_cleanupalone no longer compiles clap/indicatif/scraper/chrono (schemars still does — that's a direct transitive dep ofrigitself, not something this split can avoid).deep_researchbinary against Ollama: correct footnote citations and Sources section, confirming the move didn't break anything at runtime.🤖 Generated with Claude Code