feat: generate improvement proposals
This commit is contained in:
@@ -7,7 +7,7 @@ returns a typed `ReviewReport`.
|
||||
## Skill: `review`
|
||||
|
||||
```
|
||||
review(agent_name: str, ref: str = "main", owner: str | None = None) -> ReviewReport
|
||||
review(agent_name: str, ref: str = "main", owner: str | None = None, mode: str = "audit") -> ReviewReport
|
||||
```
|
||||
|
||||
Workflow:
|
||||
@@ -19,6 +19,10 @@ Workflow:
|
||||
(`a2a card`, `ruff`), produce findings.
|
||||
4. Release the Gitea token in `finally`.
|
||||
|
||||
`mode="improvements"` keeps the same read-only checks and additionally asks
|
||||
for at most three source-specific robustness, test, tool-usability, or
|
||||
operator-ergonomics ideas. Agent Studio uses that mode for its daily review.
|
||||
|
||||
## Output
|
||||
|
||||
`ReviewReport`:
|
||||
|
||||
Reference in New Issue
Block a user