Easier access to logs at startup with -f on the run script
Improved prompt for immediate action Additional logging of tool names Updated documentation Context aware decomposition system prompt New script to run code quality checks
This commit is contained in:
10
README.md
10
README.md
@@ -455,10 +455,16 @@ constraints.
|
||||
|
||||
#### Example Prompts:
|
||||
|
||||
**Basic Usage:**
|
||||
```
|
||||
"Use gemini pro to decompose my_crazy_big_class.m into smaller extensions"
|
||||
"Get gemini pro to identify code smells in the authentication module"
|
||||
"Using zen's refactor decompose the all_in_one_sync_code.swift into maintainable extensions"
|
||||
```
|
||||
|
||||
Example of a **powerful prompt** to get the best ouf of both Claude + Flash's 1M Context:
|
||||
```
|
||||
"First, think about how the authentication module works, find related classes and find
|
||||
any code smells, then using zen's refactor ask flash to confirm your findings but ask it to
|
||||
find additional code smells and any other quick-wins and then fix these issues"
|
||||
```
|
||||
|
||||
**Key Features:**
|
||||
|
||||
Reference in New Issue
Block a user