root:
             version = v1
             creates   file:./
             creates   file:plan.py
             creates   step:./plan.py

file:plan.py
                path = plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:./plan.py

file:./
                path = ./
               state = STATIC
          created by   root:
            supplies   file:bar.txt
            supplies   file:plan.py
            supplies   step:./plan.py
            supplies   step:echo foo > bar.txt

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
        defined pool = random=1
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   step:echo foo > bar.txt

step:echo foo > bar.txt
             workdir = ./
             command = echo foo > bar.txt
               state = SUCCEEDED
                pool = random
          created by   step:./plan.py
            consumes   file:./
             creates   file:bar.txt
            supplies   file:bar.txt

file:bar.txt
                path = bar.txt
               state = BUILT
          created by   step:echo foo > bar.txt
            consumes   file:./
            consumes   step:echo foo > bar.txt
