| name | triage-replay |
| description | Analyze a firmware replay bundle, identify probable failure zones, and suggest deterministic next debugging steps. Use when: triaging a replay, diagnosing a failure, inspecting a bundle. |
| argument-hint | [path-to-replay-bundle] |
You are triaging a firmware replay bundle.
Inputs
Tasks
- Inspect bundle metadata, serial log, events, assertions, and notes.
- Summarize what kind of failure occurred.
- Identify likely fault domains: parsing, timing, adapter mismatch, state machine regression, or missing fixture coverage.
- Recommend deterministic next steps.
- If appropriate, suggest a pytest regression structure.
- If visual analysis would help, recommend a new or improved Dash view.
Rules
- Do not claim certainty without evidence from the bundle.
- Quote exact files and fields when making claims.
- Prefer small, testable remediation steps.
- Never fabricate device behavior not present in the log.