agentation-watch-mode
- Repo stars 4,024
- Author repo latitude-llm
Agentation watch mode
When to use: The user says watch mode, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.
Goal
Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
Workflow
- Start a watch loop with
agentation_agentation_watch_annotations. - For each returned annotation:
- Call
agentation_agentation_acknowledgeimmediately so the user can see you picked it up. - Read any extra session context you need.
- Make the requested fix.
- Call
agentation_agentation_resolvewith a short summary of what changed.
- Call
- After the batch is done, call
agentation_agentation_watch_annotationsagain. - Continue until the user says stop or the watch call times out.
Defaults
- If the user gives a session ID, watch that session.
- If they do not, watch all sessions.
- Use a short batching window so nearby annotations are grouped together.
- Use a reasonable timeout and report when it expires.
Handling ambiguous feedback
- If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes.
- If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
Response style
- Keep progress updates brief.
- In each resolve summary, state what you changed, not just that it is done.
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @latitude-dev · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
Start a watch loop with agentationagentationwatchannotations. For each returned annotation: Call agentationagentationacknowledge immediately so the user can see you picked it up.
If the user gives a session ID, watch that session. If they do not, watch all sessions. Use a short batching window so nearby annotations are grouped together.
If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes. If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
Keep progress updates brief. In each resolve summary, state what you changed, not just that it is done.
# Agentation watch mode
**When to use:** The user says `watch mode`, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.
## Goal
Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.
## Workflow
1. Start a watch loop with `agentation_agentation_watch_annotations`.
2. For each returned annotation:
- Call `agentation_agentation_acknowledge` immediately so the user can see you picked it up.
- Read any extra session context you need.
- Make the requested fix.
- Call `agentation_agentation_resolve` with a short summary of what changed.
3. After the batch is done, call `agentation_agentation_watch_annotations` again.
4. Continue until the user says stop or the watch call times out.
## Defaults
- If the user gives a session ID, watch that session.
- If they do not, watch all sessions.
- Use a short batching window so nearby annotations are grouped together.
- Use a reasonable timeout and report when it expires.
## Handling ambiguous feedback
- If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes.
- If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.
## Response style
- Keep progress updates brief.
- In each resolve summary, state what you changed, not just that it is done. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Goal → Workflow → Defaults → Handling ambiguous feedback → Response style
terms -> When to use · Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously. · 1. Start a watch loop with agentationagentationwatchannotations. · - If the user gives a session ID, watch that session. · - If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes. · - Keep progress updates brief.
files/cmd -> watch mode · agentationagentationwatchannotations · agentationagentationacknowledge · agentationagentationresolve
body sha256 -> 4c964d027b17
Decide Fit First
Design Intent
How To Use It
Boundaries And Review