mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
docs(contributing): update project structure section with missing packages (#11599)
This commit is contained in:
@@ -282,8 +282,13 @@ npm run lint
|
|||||||
### Project Structure
|
### Project Structure
|
||||||
|
|
||||||
- `packages/`: Contains the individual sub-packages of the project.
|
- `packages/`: Contains the individual sub-packages of the project.
|
||||||
|
- `a2a-server`: A2A server implementation for the Gemini CLI. (Experimental)
|
||||||
- `cli/`: The command-line interface.
|
- `cli/`: The command-line interface.
|
||||||
- `core/`: The core backend logic for the Gemini CLI.
|
- `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.
|
- `docs/`: Contains all project documentation.
|
||||||
- `scripts/`: Utility scripts for building, testing, and development tasks.
|
- `scripts/`: Utility scripts for building, testing, and development tasks.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user