update skill

This commit is contained in:
mkorwel
2026-02-20 11:52:58 -06:00
committed by Matt Korwel
parent 64070914bb
commit 96936a3030
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Gemini CLI uses a unified `Config` object as the source of truth. Every experime
### 1. List Current Experiments
- **File:** `packages/core/src/code_assist/experiments/flagNames.ts`
- Read this file and list all existing experiments to the user. This ensures you pick a unique ID and avoid duplicate names.
- **MANDATORY:** Read this file and explicitly list EVERY existing experiment name and its numeric ID to the user in your response. This is a critical step to ensure a unique ID and name are chosen. Do NOT just read the file silently.
- **Analyze Usage:** Search for `getExperimentValue` in `packages/core/src/config/config.ts` to see how similar experiments are wrapped and used.
### 2. Ask for Details (Behavior & Intent)
Binary file not shown.