mirror of
https://github.com/theniceboy/.config.git
synced 2026-04-27 00:15:39 +08:00
agent tracker update
This commit is contained in:
parent
0bfcb8d7c3
commit
ba2c8ef54e
2 changed files with 26 additions and 10 deletions
|
|
@ -7,7 +7,8 @@
|
|||
## Work Summary
|
||||
|
||||
- `set_work_summary` is mandatory protocol, not a suggestion.
|
||||
- Call `set_work_summary` at least once at the start of every busy turn before any substantive tool call, code change, research step, or substantive user-facing response.
|
||||
- It is fine to inspect first. You may use exploratory tools like search, read, task, web, or read-only shell commands before calling `set_work_summary`.
|
||||
- Call `set_work_summary` once you have enough context to label the work accurately, and always before edits, patches, or other committed actions.
|
||||
- Prefer calling it with both fields: `set_work_summary({ theme: "...", now: "..." })`.
|
||||
- `theme` answers: what is this pane about overall? Keep it stable across many turns.
|
||||
- `now` answers: what are you about to do next? Update it whenever the next concrete step changes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue