You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+10-40Lines changed: 10 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# DEVELOPER.md
2
2
3
3
This document provides instructions for setting up your development environment
4
-
and contributing to the Spanner Gemini CLI Extension project.
4
+
and contributing to the Spanner Agent Skills project.
5
5
6
6
## Prerequisites
7
7
@@ -10,44 +10,29 @@ Before you begin, ensure you have the following:
10
10
1.**Gemini CLI:** Install the Gemini CLI version v0.6.0 or above. Installation
11
11
instructions can be found on the official Gemini CLI documentation. You can
12
12
verify your version by running `gemini --version`.
13
-
2.**Spanner Instance:** For testing data plane tools, you will need access to an active Spanner instance and database.
13
+
2.**Spanner Instance:** For testing data plane skills, you will need access to an active Spanner instance and database.
14
14
15
15
## Developing the Extension
16
16
17
17
### Running from Local Source
18
18
19
-
The core logic for this extension is handled by a pre-built `toolbox` binary. The development process involves installing the extension locally into the Gemini CLI to test changes.
0 commit comments