Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

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:

  • CLI: scan command now supports --language auto (default) which detects Python, Go, Java, and Shell files, runs respective builders, and merges results into a single ProjectSnapshot.
  • Java: Wired JavaSemanticSnapshotBuilder into the CLI workflow.
  • Docker: Added multi-stage Dockerfile and docker-compose.yml.
  • Tests: Added tests/e2e/test_full_lifecycle.py which scans a mixed Java/Python project and simulates a governance fix using PatchManager API (as govern CLI is pending).
  • Fixes: Resolved ImportError issues in codesage/history modules caused by model refactoring.
  • Docs: Updated README.md.

Note: The govern CLI 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

- 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.
@google-labs-jules
Copy link
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@turtacn turtacn merged commit 414e866 into master Nov 23, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants