refactor(agents): flatten agents directory (#621)
This commit is contained in:
@@ -218,7 +218,7 @@ Check whether the input is:
|
||||
|
||||
### 0.3 Search Prior Learnings
|
||||
|
||||
Dispatch `research:ce-learnings-researcher` to search for prior optimization work on similar topics. If relevant learnings exist, incorporate them into the approach.
|
||||
Dispatch `ce-learnings-researcher` to search for prior optimization work on similar topics. If relevant learnings exist, incorporate them into the approach.
|
||||
|
||||
### 0.4 Run Identity Detection
|
||||
|
||||
@@ -373,7 +373,7 @@ Read the code within `scope.mutable` to understand:
|
||||
- Obvious improvement opportunities
|
||||
- Constraints and dependencies between components
|
||||
|
||||
Optionally dispatch `research:ce-repo-research-analyst` for deeper codebase analysis if the scope is large or unfamiliar.
|
||||
Optionally dispatch `ce-repo-research-analyst` for deeper codebase analysis if the scope is large or unfamiliar.
|
||||
|
||||
### 2.2 Generate Hypothesis List
|
||||
|
||||
|
||||
Reference in New Issue
Block a user