mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 20:25:55 +00:00
9 lines
560 B
Markdown
9 lines
560 B
Markdown
# Retry Protocol
|
|
|
|
On tool failure or empty results:
|
|
|
|
1. **Retry once** with a refined query or a different search pattern.
|
|
2. **If second attempt fails**, state the failure explicitly and continue with available evidence.
|
|
3. **Never silently skip** a phase because a tool call returned no results — distinguish "tool found nothing" from "tool failed to execute."
|
|
4. **Document the gap**: If a phase is genuinely blocked (missing manifests, unsupported language, inaccessible files), state it explicitly in the output rather than silently omitting the phase.
|