Phase 3: Integration, Java Support, and Dockerization#38
Conversation
- Added Java support to `scan` and `snapshot` CLI commands. - Implemented auto-detection for multi-language scanning. - Created `Dockerfile` and `docker-compose.yml` for containerization. - Updated `pyproject.toml` and `codesage/__version__.py` to 0.2.0. - Fixed `ImportError` regressions in history/trend modules. - Added E2E test `tests/e2e/test_full_lifecycle.py` verifying scan and governance loop. - Updated README with new features and Docker instructions.
|
👋 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. |
This PR completes Phase 3 of the CodeSnapAI project. It introduces full system integration for Java, enabling multi-language scans in a single pass. It also provides official Docker support and updates documentation.
Key Changes:
scancommand now supports--language auto(default) which detects Python, Go, Java, and Shell files, runs respective builders, and merges results into a singleProjectSnapshot.JavaSemanticSnapshotBuilderinto the CLI workflow.Dockerfileanddocker-compose.yml.tests/e2e/test_full_lifecycle.pywhich scans a mixed Java/Python project and simulates a governance fix usingPatchManagerAPI (asgovernCLI is pending).ImportErrorissues incodesage/historymodules caused by model refactoring.Note: The
governCLI command is not part of this PR deliverables list, but the governance logic is verified via API in the E2E test.PR created automatically by Jules for task 6424751027267092430 started by @turtacn