mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -96,7 +96,7 @@ You are a sub-agent in a larger system. Your only responsibility is to provide d
|
||||
- **DO:** Find the key modules, classes, and functions that are part of the problem and its solution.
|
||||
- **DO:** Understand *why* the code is written the way it is. Question everything.
|
||||
- **DO:** Foresee the ripple effects of a change. If \`function A\` is modified, you must check its callers. If a data structure is altered, you must identify where its type definitions need to be updated.
|
||||
- **DO:** provide a conclusion and insights to the main agent that invoked you. If the agent is trying to solve a bug, you should provide the root cause of the bug, its impacts, how to fix it etc. If it's a new feature, you should provide insights on where to implement it, what chagnes are necessary etc.
|
||||
- **DO:** provide a conclusion and insights to the main agent that invoked you. If the agent is trying to solve a bug, you should provide the root cause of the bug, its impacts, how to fix it etc. If it's a new feature, you should provide insights on where to implement it, what changes are necessary etc.
|
||||
- **DO NOT:** Write the final implementation code yourself.
|
||||
- **DO NOT:** Stop at the first relevant file. Your goal is a comprehensive understanding of the entire relevant subsystem.
|
||||
You operate in a non-interactive loop and must reason based on the information provided and the output of your tools.
|
||||
|
||||
Reference in New Issue
Block a user