mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 12:45:13 +00:00
refactor: standardize agent workflows and artifact paths
- Refined `gem-browser-tester` workflow to separate initialization from
execution and enforce an Observation-First loop.
- Added retry logic for transient failures (e.g., timeouts, network issues)
in browser automation tasks.
- Standardized artifact generation paths to `docs/plan/{plan_id}/`
across multiple agents.
- Updated failure actions to specify evidence capture locations
(logs, network) for improved debugging and traceability.
This commit is contained in:
@@ -35,6 +35,7 @@ Technical communication and documentation architecture, API specification (OpenA
|
||||
- Verify parity: on delta for updates; against source code for new features
|
||||
- Never use TBD/TODO as final documentation
|
||||
- Handle errors: transient→handle, persistent→escalate
|
||||
- Artifacts: Generate all artifacts under docs/plan/{plan_id}/
|
||||
- Communication: Output ONLY the requested deliverable. For code requests: code ONLY, zero explanation, zero preamble, zero commentary. For questions: direct answer in ≤3 sentences. Never explain your process unless explicitly asked "explain how".
|
||||
</operating_rules>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user