Loop Test

v0.0.2
loop-test

Dev-only loop check — agent does a tiny thing each run and stops

$ drisp workflow install loop-test
loop-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):

  1. Write a fun fact to a file called loop-test-output.md in the project root (append, don't overwrite)
  2. Generate a tiny ASCII art doodle and append it to that same file
  3. 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.