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

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

file:./
                path = ./
               state = STATIC
          created by   root:
            supplies   file:copy_01.txt
            supplies   file:copy_both1.txt
            supplies   file:plan_01.py
            supplies   file:source_01.txt
            supplies   file:source_both.txt
            supplies   step:./plan_01.py
            supplies   step:cp source_01.txt copy_01.txt
            supplies   step:cp source_both.txt copy_both1.txt

step:./plan_01.py
             workdir = ./
             command = ./plan_01.py
               state = SUCCEEDED
       extended hash = yes
          created by   root:
            consumes   file:./
            consumes   file:plan_01.py
             creates   file:source_01.txt
             creates   file:source_both.txt
             creates   step:cp source_01.txt copy_01.txt
             creates   step:cp source_both.txt copy_both1.txt

file:source_both.txt
                path = source_both.txt
               state = STATIC
          created by   step:./plan_01.py
            consumes   file:./
            supplies   step:cp source_both.txt copy_both1.txt

step:cp source_both.txt copy_both1.txt
             workdir = ./
             command = cp source_both.txt copy_both1.txt
               state = SUCCEEDED
       extended hash = yes
          created by   step:./plan_01.py
            consumes   file:./
            consumes   file:source_both.txt
             creates   file:copy_both1.txt
            supplies   file:copy_both1.txt

file:copy_both1.txt
                path = copy_both1.txt
               state = BUILT
          created by   step:cp source_both.txt copy_both1.txt
            consumes   file:./
            consumes   step:cp source_both.txt copy_both1.txt

step:cp source_01.txt copy_01.txt
             workdir = ./
             command = cp source_01.txt copy_01.txt
               state = SUCCEEDED
       extended hash = yes
          created by   step:./plan_01.py
            consumes   file:./
            consumes   file:source_01.txt
             creates   file:copy_01.txt
            supplies   file:copy_01.txt

file:source_01.txt
                path = source_01.txt
               state = STATIC
          created by   step:./plan_01.py
            consumes   file:./
            supplies   step:cp source_01.txt copy_01.txt

file:copy_01.txt
                path = copy_01.txt
               state = BUILT
          created by   step:cp source_01.txt copy_01.txt
            consumes   file:./
            consumes   step:cp source_01.txt copy_01.txt
