skill-level-retry ยท diff

git:20260413.140c6fb to git:20260521.e284759

2 added, 3 removed. Audit A to A.

---
name: skill-level-retry
description: Echo with retry metadata declared on the skill.
source:
type: cli-tool
- command: node
+ command: sh
args:
- - -e
- - "process.stdout.write(process.env.RUNX_INPUT_MESSAGE ?? '')"
+ - ./run.sh
timeout_seconds: 10
retry:
max_attempts: 2
inputs:
message:
type: string
required: true
---
Echo with skill-level retry metadata.