hello-world ยท diff
git:20260514.bb1b906 to git:20260623.23b041b
3 added, 0 removed. Audit A to A.
---
name: hello-world
description: Echo a first runx message through a checked-in cli-tool script.
source:
type: cli-tool
command: node
args:
- run.mjs
timeout_seconds: 10
sandbox:
profile: readonly
cwd_policy: skill-directory
inputs:
message:
type: string
required: true
description: Message to print from the example skill.
runx:
input_resolution:
required:
- message
+ artifacts:
+ named_emits:
+ message: message
---
Print one message so a new contributor can verify the local runx execution path.