root:
             product   file:plan.py
             product   step:./plan.py

file:plan.py
               state = CONFIRMED
             creator   root:
                sink   step:./plan.py

step:./plan.py
               state = SUCCEEDED
                need = PLAN
           using_env = STEPUP_PATH_FILTER [dynamic]
           explained = yes
             creator   root:
              source   file:plan.py
             product   st:static/
             product   step:cp -p static/bar.txt bar.txt
             product   step:cp -p static/foo.txt foo.txt

st:static/
             creator   step:./plan.py
             product   file:static/bar.txt
             product   file:static/foo.txt

step:cp -p static/foo.txt foo.txt
               state = SUCCEEDED
                need = DEFAULT
           explained = yes
             creator   step:./plan.py
              source   file:static/foo.txt
             product   file:foo.txt
                sink   file:foo.txt

file:static/foo.txt
               state = CONFIRMED
             creator   st:static/
                sink   step:cp -p static/foo.txt foo.txt

file:foo.txt
               state = BUILT
             creator   step:cp -p static/foo.txt foo.txt
              source   step:cp -p static/foo.txt foo.txt

step:cp -p static/bar.txt bar.txt
               state = SUCCEEDED
                need = DEFAULT
           explained = yes
             creator   step:./plan.py
              source   file:static/bar.txt
             product   file:bar.txt
                sink   file:bar.txt

file:static/bar.txt
               state = CONFIRMED
             creator   st:static/
                sink   step:cp -p static/bar.txt bar.txt

file:bar.txt
               state = BUILT
             creator   step:cp -p static/bar.txt bar.txt
              source   step:cp -p static/bar.txt bar.txt
