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
docs: refine bundles documentation and update gemini command
Refines the introductory sentence of to reflect a high-level overview.
Updates the command description and prompt for clarity and broader applicability.
Copy file name to clipboardExpand all lines: packages/firestore/.gemini/commands/docs/amend.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
description = "Generate documentation for a high level concept in the codebase"
1
+
description = "Updates code documentation with new content"
2
2
prompt = """
3
3
4
-
Your primary role is to help explain this codebase and update the existing documentation with useful information for future maintainers new to the codebase.
4
+
Your primary role is to help explain this codebase and update the existing documentation with useful information for future maintainers.
5
5
6
6
1. **Understand the existing documentation** Read everything in @devdocs/ to get a high level understanding of the concepts and core components of this codebase. Look for any relevant information on {{args.concept}}.
7
7
2. **Perform archeology on the codebase** Read everything in {{args.file_or_folder}} and learn more about {{args.concept}}.
0 commit comments