Merge branch 'BeehiveInnovations:main' into feat/comprehensive-project-improvements
This commit is contained in:
23
README.md
23
README.md
@@ -59,7 +59,6 @@ and review into consideration to aid with its pre-commit review.
|
|||||||
- [Web Search Integration](#web-search-integration) - Smart search recommendations
|
- [Web Search Integration](#web-search-integration) - Smart search recommendations
|
||||||
- [Collaborative Workflows](#collaborative-workflows) - Multi-tool patterns
|
- [Collaborative Workflows](#collaborative-workflows) - Multi-tool patterns
|
||||||
- [Tool Parameters](#tool-parameters) - Detailed parameter reference
|
- [Tool Parameters](#tool-parameters) - Detailed parameter reference
|
||||||
- [Docker Architecture](#docker-architecture) - How Docker integration works
|
|
||||||
|
|
||||||
- **Resources**
|
- **Resources**
|
||||||
- [Windows Setup](#windows-setup-guide) - WSL setup instructions for Windows
|
- [Windows Setup](#windows-setup-guide) - WSL setup instructions for Windows
|
||||||
@@ -502,8 +501,7 @@ Use zen and perform a thorough precommit ensuring there aren't any new regressio
|
|||||||
- **Web search capability**: When enabled with `use_websearch`, can look up framework documentation, design patterns, and best practices relevant to the code being analyzed
|
- **Web search capability**: When enabled with `use_websearch`, can look up framework documentation, design patterns, and best practices relevant to the code being analyzed
|
||||||
### 7. `get_version` - Server Information
|
### 7. `get_version` - Server Information
|
||||||
```
|
```
|
||||||
"Use gemini for its version"
|
"Get zen to show its version"
|
||||||
"Get gemini to show server configuration"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tool Parameters
|
## Tool Parameters
|
||||||
@@ -579,20 +577,25 @@ All tools that work with files support **both individual files and entire direct
|
|||||||
|
|
||||||
### Design → Review → Implement
|
### Design → Review → Implement
|
||||||
```
|
```
|
||||||
"Design a real-time collaborative editor. Use gemini to think deeper about edge cases and scalability.
|
Think hard about designing and developing a fun calculator app in swift. Review your design plans with o3, taking in
|
||||||
Implement an improved version incorporating gemini's suggestions."
|
their suggestions but keep the feature-set realistic and doable without adding bloat. Begin implementing and in between
|
||||||
|
implementation, get a codereview done by Gemini Pro and chat with Flash if you need to for creative directions.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Code → Review → Fix
|
### Code → Review → Fix
|
||||||
```
|
```
|
||||||
"Implement JWT authentication. Get gemini to do a security review. Fix any issues gemini identifies and
|
Implement a new screen where the locations taken from the database display on a map, with pins falling from
|
||||||
show me the secure implementation."
|
the top and landing with animation. Once done, codereview with gemini pro and o3 both and ask them to critique your
|
||||||
|
work. Fix medium to critical bugs / concerns / issues and show me the final product
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debug → Analyze → Solution
|
### Debug → Analyze → Solution → Precommit Check → Publish
|
||||||
```
|
```
|
||||||
"Debug why our API crashes under load. Use gemini to analyze deeper with context from api/handlers/. Implement a
|
Take a look at these log files saved under subfolder/diagnostics.log there's a bug where the user says the app
|
||||||
fix based on gemini's root cause analysis."
|
crashes at launch. Think hard and go over each line, tallying it with corresponding code within the project. After
|
||||||
|
you've performed initial investigation, ask gemini pro to analyze the log files and the related code where you
|
||||||
|
suspect lies the bug and then formulate and implement a bare minimal fix. Must not regress. Perform a precommit
|
||||||
|
with zen in the end using gemini pro to confirm we're okay to publish the fix
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tool Selection Guidance
|
### Tool Selection Guidance
|
||||||
|
|||||||
Reference in New Issue
Block a user