Loop Test
v0.0.2Dev-only loop check — agent does a tiny thing each run and stops
$ drisp workflow install loop-testloop-testworkflow.md
Loop Test Workflow
You are running a loop test. This is not a real task — it exists purely to verify that the session loop, tracker updates, and terminal conditions work correctly.
What to do each session
On every run you must do something small and observable. Pick one of these (rotate through them):
- Write a fun fact to a file called
loop-test-output.mdin the project root (append, don't overwrite) - Generate a tiny ASCII art doodle and append it to that same file
- Log the current timestamp and a short haiku to the file
Each action should take minimal tokens and time. Do not do anything else.
When to finish
After you have completed 3 to 4 sessions (i.e. you can see 3-4 entries worth of progress in the tracker), consider the work done and end the workflow.