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:missing.txt
            supplies   file:plan.py
            supplies   file:step.py
            supplies   step:./plan.py
            supplies   step:./step.py
            supplies   step:echo Will be deleted by accident > missing.txt

step:./plan.py
             workdir = ./
             command = ./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:step.py
             creates   step:./step.py
             creates   step:echo Will be deleted by accident > missing.txt

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

step:./step.py
             workdir = ./
             command = ./step.py
               state = FAILED
  consumes (amended) = file:missing.txt
          created by   step:./plan.py
            consumes   file:./
            consumes   file:missing.txt
            consumes   file:step.py

step:echo Will be deleted by accident > missing.txt
             workdir = ./
             command = echo Will be deleted by accident > missing.txt
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
             creates   file:missing.txt
            supplies   file:missing.txt

file:missing.txt
                path = missing.txt
               state = BUILT
          created by   step:echo Will be deleted by accident > missing.txt
            consumes   file:./
            consumes   step:echo Will be deleted by accident > missing.txt
            supplies   step:./step.py
