Skip to content

Commit 3dcaa22

Browse files
committed
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.
1 parent d4eca77 commit 3dcaa22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/firestore/.gemini/commands/docs.toml renamed to packages/firestore/.gemini/commands/docs/amend.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
22
prompt = """
33
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.
55
66
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}}.
77
2. **Perform archeology on the codebase** Read everything in {{args.file_or_folder}} and learn more about {{args.concept}}.

packages/firestore/devdocs/bundles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Firestore Data Bundles
22

3-
This document provides a deep dive into the concept of Firestore data bundles, how they are processed, and how they are used within the SDK.
3+
This document provides an overview of Firestore data bundles, how they are processed, and how they are used within the SDK.
44

55
## What is a Bundle?
66

0 commit comments

Comments
 (0)