mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-09 16:24:27 +08:00
agent tracker + tmux + opencode updates
This commit is contained in:
parent
75403c927f
commit
c56de89d3d
6 changed files with 117 additions and 122 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
## Work Summary
|
||||
|
||||
- `set_work_summary` is mandatory protocol, not a suggestion.
|
||||
- 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.
|
||||
- Keep `set_work_summary` up to date during the turn.
|
||||
- You may call any tools before `set_work_summary` when you need more context.
|
||||
- Call `set_work_summary` once you understand the work clearly enough to label it well, and update it again when the focus materially changes.
|
||||
- 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