diff --git a/.github/copilot-instructions.md b/.gemini/context.md similarity index 85% rename from .github/copilot-instructions.md rename to .gemini/context.md index 9a238c9..e65b82e 100644 --- a/.github/copilot-instructions.md +++ b/.gemini/context.md @@ -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. @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index 860588e..919f33c 100644 --- a/README.md +++ b/README.md @@ -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.