Skip to content

Commit 4aa2aa4

Browse files
authored
Update DEVELOPER.md
1 parent 2a20ea4 commit 4aa2aa4

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

DEVELOPER.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ for every pull request. This workflow primarily verifies that the extension can
4646
be successfully installed by the Gemini CLI.
4747

4848
Currently, there are no automated unit or integration test suites
49-
within this repository. All functional testing must be performed manually. All tools
49+
within this repository. All functional testing must be performed manually. All skills
5050
are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/mcp-toolbox).
5151

52+
The skills themselves are validated using the `skills-validate.yml` workflow.
53+
5254
### Other GitHub Checks
5355

5456
* **License Header Check:** A workflow ensures all necessary files contain the
@@ -60,11 +62,6 @@ are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/m
6062
* **Dependency Updates:** [Renovate](https://github.com/apps/forking-renovate)
6163
is configured to automatically create pull requests for dependency updates.
6264

63-
## Building the Extension
64-
65-
The "build" process for this extension involves packaging the extension's
66-
metadata files (`gemini-extension.json`, `BIGQUERY.md`, `LICENSE`) along with the
67-
skills.
6865

6966
## Maintainer Information
7067

0 commit comments

Comments
 (0)