Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/copilot-instructions.md → .gemini/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
This repository implements an agent using Google ADK that receives a git diff and provides code review recommendations as a Senior Developer. Linting is enforced with Ruff.

## Coding Guidelines
- Use [Google ADK](https://google.github.io/adk-docs/) for agent and tool development.
- All linting must pass with [Ruff](https://docs.astral.sh/ruff/). Follow PEP8 and fix all warnings/errors.
- Use Google ADK for agent and tool development.
- All linting must pass with Ruff. Follow PEP8 and fix all warnings/errors.
- Write clear, maintainable, and well-documented Python code.
- Use type hints for all function signatures.
- Prefer functional decomposition: keep functions small and focused.
Expand Down Expand Up @@ -33,4 +33,4 @@ This repository implements an agent using Google ADK that receives a git diff an

## Additional Notes
- Sensitive credentials (API keys, etc.) must not be committed.
- Update this file if project conventions change.
- Update this file if project conventions change.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ uv run pytest
This will discover and run all tests in the `tests/` directory. Ensure your virtual environment is activated and dependencies are installed.

## Contributing
- Follow the coding and review guidelines in `.github/copilot-instructions.md`.
- Follow the coding and review guidelines in `.gemini/context.md`.
- Use `uv` for all dependency management.
- Ensure all code passes Ruff linting before submitting.

Expand Down