Back to Get Shit Done

Sample Plan

sdk/test-fixtures/sample-plan.md

1.40.0361 B
Original Source
<objective> Create a simple output file to prove the SDK can execute a plan end-to-end. </objective> <tasks> <task type="auto"> <name>Create output file</name> <files>output.txt</files> <action>Create output.txt with content 'hello from gsd-sdk'</action> <verify>test -f output.txt</verify> <done>output.txt exists with expected content</done> </task> </tasks>