From ce26b58f09c2e30daad408cd2f8bac30a5ae298a Mon Sep 17 00:00:00 2001 From: Lakshan Perera <39025880+0xlakshan@users.noreply.github.com> Date: Sat, 25 Oct 2025 07:38:42 +0530 Subject: [PATCH] docs(contributing): update project structure section with missing packages (#11599) --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 437ed94835..03e9ad6564 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -282,8 +282,13 @@ npm run lint ### Project Structure - `packages/`: Contains the individual sub-packages of the project. + - `a2a-server`: A2A server implementation for the Gemini CLI. (Experimental) - `cli/`: The command-line interface. - `core/`: The core backend logic for the Gemini CLI. + - `test-utils` Utilities for creating and cleaning temporary file systems for + testing. + - `vscode-ide-companion/`: The Gemini CLI Companion extension pairs with + Gemini CLI. - `docs/`: Contains all project documentation. - `scripts/`: Utility scripts for building, testing, and development tasks.