24 lines
559 B
Markdown
24 lines
559 B
Markdown
---
|
|
name: my-suite-report
|
|
description: Produces the final report.md from gathered/transformed artifacts. No exec.
|
|
user-invocable: false
|
|
metadata: {"openclaw":{"emoji":"📝","always":true}}
|
|
---
|
|
|
|
# Report
|
|
|
|
## Inputs
|
|
- `{baseDir}/runs/<runId>/sources.md` i/lub `input.txt`
|
|
- `{baseDir}/runs/<runId>/result.raw` (jeśli istnieje)
|
|
- `transform.log` (opcjonalnie)
|
|
|
|
## Output
|
|
Zapisz:
|
|
- `{baseDir}/runs/<runId>/report.md`
|
|
|
|
Format report.md:
|
|
- TL;DR
|
|
- Evidence (źródła, linki, fragmenty)
|
|
- Steps taken (bez sekretów)
|
|
- Artifacts (ścieżki)
|
|
- Next actions (max 5) |