Refactor: Remove search and enhance CLI exports#39
Refactor: Remove search and enhance CLI exports#39google-labs-jules[bot] wants to merge 2 commits into
Conversation
- Removed all search-related code (modules, tests, CLI args). - Removed `src/search_cli.py` and `src/search_conversations.py`. - Updated `src/extract_claude_logs.py` to remove search references. - Updated `pyproject.toml` to remove search entry point and dependencies. - Updated `README.md` to reflect removal of search features. - Added support for PDF and DOCX export formats. - Refactored constants into `src/constants.py`. - Fixed linting issues and updated tests.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
- Removed all search functionality (`search_conversations.py`, `search_cli.py`, etc.) to focus on CLI extraction. - Implemented Issue #18: Added logic to extract todo lists from Claude's planning stage (e.g., Planner tool use) with new `--todo` flag. - Implemented Issue #14: Created initial VS Code extension structure in `vscode-extension/` with commands to launch extraction. - Added PDF and DOCX export support as optional dependencies. - Refactored constants into `src/constants.py`. - Updated documentation and tests to reflect changes. - Added unit tests for todo extraction logic.
This change removes the search features from the application to focus on the CLI extraction capabilities. It removes search-related modules, tests, and documentation. It also enhances the CLI by adding support for PDF and DOCX exports as optional dependencies. The codebase has been cleaned up, linting issues resolved, and tests updated to reflect these changes.
PR created automatically by Jules for task 5516870777651570467 started by @ZeroSumQuant