Phase 3: Integration, Java Support, and Dockerization #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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