root:
             creates   file:../
             creates   file:./
             creates   file:plan.py
             creates   step:runpy ./plan.py

file:./
               state = STATIC
          created by   root:
            supplies   file:../
            supplies   file:plan.py
            supplies   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
            supplies   step:runpy ./plan.py

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

step:runpy ./plan.py
               state = SUCCEEDED
             env_var = REPREP_KEEP_TYPST_DEPS [amended]
                     = REPREP_TYPST_INVENTORY [amended]
                     = STEPUP_PATH_FILTER [amended]
          created by   root:
            consumes   file:./
            consumes   file:plan.py
             creates   file:../doc/
             creates   file:../doc/main.typ
             creates   file:../doc/other.typ
             creates   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
             creates   step:runsh echo 'This sentence is generated by another step.' > generated.typ  # wd=../doc/

file:../doc/
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:../
            supplies   file:../doc/generated.typ
            supplies   file:../doc/main-inventory.txt
            supplies   file:../doc/main.pdf
            supplies   file:../doc/main.typ
            supplies   file:../doc/other.typ
            supplies   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
            supplies   step:runsh echo 'This sentence is generated by another step.' > generated.typ  # wd=../doc/

file:../
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   file:../doc/

file:../doc/main.typ
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:../doc/
            supplies   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ

file:../doc/other.typ
               state = STATIC
          created by   step:runpy ./plan.py
            consumes   file:../doc/
            supplies   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ

step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
               state = SUCCEEDED
             env_var = REPREP_TYPST [amended]
                     = REPREP_TYPST_ARGS [amended]
                     = STEPUP_PATH_FILTER [amended]
          created by   step:runpy ./plan.py
            consumes   file:../doc/
            consumes   file:../doc/generated.typ [amended]
            consumes   file:../doc/main.typ
            consumes   file:../doc/other.typ [amended]
            consumes   file:./
             creates   file:../doc/main-inventory.txt
             creates   file:../doc/main.pdf
            supplies   file:../doc/main-inventory.txt
            supplies   file:../doc/main.pdf

file:../doc/main-inventory.txt
               state = BUILT
          created by   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
            consumes   file:../doc/
            consumes   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ

file:../doc/main.pdf
               state = BUILT
          created by   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
            consumes   file:../doc/
            consumes   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ

step:runsh echo 'This sentence is generated by another step.' > generated.typ  # wd=../doc/
               state = SUCCEEDED
           mandatory = REQUIRED
          created by   step:runpy ./plan.py
            consumes   file:../doc/
             creates   file:../doc/generated.typ
            supplies   file:../doc/generated.typ

file:../doc/generated.typ
               state = BUILT
          created by   step:runsh echo 'This sentence is generated by another step.' > generated.typ  # wd=../doc/
            consumes   file:../doc/
            consumes   step:runsh echo 'This sentence is generated by another step.' > generated.typ  # wd=../doc/
            supplies   step:compile-typst --inventory=../doc/main-inventory.txt ../doc/main.typ
