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: .gemini/GEMINI.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,16 @@ The project uses standard `flutter` and `dart` commands. A comprehensive script
73
73
- The examples and the `genui_firebase_ai` package use Firebase.
74
74
- A script at `tool/stub_firebase_options.sh` is used in CI to create a stub `firebase_options.dart` file. For local development, developers need to configure their own Firebase project by following the instructions in `packages/genui/USAGE.md`.
75
75
76
-
## Folder `spikes`
76
+
## Updating the Guides (`packages/genui/.guides`)
77
77
78
-
The folder `spikes` contains experiments and proof of concepts,
79
-
that does not have to be of good quality.
78
+
When asked to update the developer guides located in `packages/genui/.guides`, it is critical to ensure the documentation accurately reflects the current state of the codebase. Before making any changes to the guides, you must read *all* the Dart code in the following packages:
80
79
81
-
Skip this folder when reviewing code.
80
+
-`packages/genui`
81
+
-`packages/genui_firebase_ai`
82
+
-`packages/genui_google_generative_ai`
83
+
-`packages/genui_a2ui`
84
+
85
+
This ensures that any code examples, API references, and architectural explanations in the guides are up-to-date and consistent with the actual implementation.
0 commit comments