docs(gemini): Update knowledge base and maintenance instructions#1819
Merged
jcscottiii merged 1 commit intomainfrom Sep 10, 2025
Merged
docs(gemini): Update knowledge base and maintenance instructions#1819jcscottiii merged 1 commit intomainfrom
jcscottiii merged 1 commit intomainfrom
Conversation
Updates the Gemini assistant's knowledge base (`GEMINI.md`) based on an analysis of recent commits. This captures significant architectural and feature changes, including: - **Developer Signals:** Documents the new `developer_signals_consumer` workflow, the `LatestFeatureDeveloperSignals` database table, and the associated data adapters and types. - **Feature Evolution:** Explains how the system now handles "moved" and "split" features, including the new `MovedWebFeatures` and `SplitWebFeatures` tables. - **Data Migration:** Details the new pre-delete hook (`GetChildDeleteKeyMutations`) for handling large cascade deletes in Spanner and the generic data migrator for feature key renames. - **Code Refactoring:** Notes the refactoring of HTTP fetching into a common `fetchtypes` module and the use of `ProcessedWebFeaturesData` in the `web_feature_consumer`. Additionally, this commit improves the process for maintaining the knowledge base itself: - Consolidates the "Living Document" and "Updating the Knowledge Base" sections into a single, more comprehensive guide. - Adds a hidden marker with the last analyzed commit SHA to streamline future updates. - Provides a standardized prompt for triggering knowledge base updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Gemini assistant's knowledge base (
GEMINI.md) based on an analysis of recent commits. This captures significant architectural and feature changes, including:developer_signals_consumerworkflow, theLatestFeatureDeveloperSignalsdatabase table, and the associated data adapters and types.MovedWebFeaturesandSplitWebFeaturestables.GetChildDeleteKeyMutations) for handling large cascade deletes in Spanner and the generic data migrator for feature key renames.fetchtypesmodule and the use ofProcessedWebFeaturesDatain theweb_feature_consumer.Additionally, this commit improves the process for maintaining the knowledge base itself: