feat: Add agent-tui and tui-explorer skills with comprehensive documentation and scripts
This commit is contained in:
parent
d5a143ee36
commit
6a3e1e0d5a
24 changed files with 708 additions and 0 deletions
20
.agents/skills/tui-explorer/references/replay.md
Normal file
20
.agents/skills/tui-explorer/references/replay.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Replay
|
||||
|
||||
Run:
|
||||
- `skills/tui-explorer/scripts/tui_explorer verify --spec "<acceptance.md>"`
|
||||
|
||||
## Execution model
|
||||
- Spawn a fresh session per scenario.
|
||||
- Execute each step in order.
|
||||
- Use `wait --assert` for `expect` steps.
|
||||
- Stop on first scenario failure (fail-fast).
|
||||
|
||||
## Result contract
|
||||
- Exit `0`: all scenarios pass.
|
||||
- Exit `1`: scenario/assertion failure.
|
||||
- Exit `2`: spec validation error.
|
||||
- Exit `69`: agent-tui/daemon unavailable.
|
||||
|
||||
## Failure artifacts
|
||||
- `verify-report.json`
|
||||
- `failures/<scenario>-step-<n>.txt`
|
||||
Loading…
Add table
Add a link
Reference in a new issue