   STARTUP │ (Re)initialized boot script
  DIRECTOR │ Launched worker 0
     PHASE │ run
     START │ ./plan.py
   SUCCESS │ ./plan.py
     START │ ./step.py
RESCHEDULE │ ./step.py
──────────────── Rescheduling due to unavailable amended inputs ────────────────
Missing inputs and/or required directories:
inp2.txt
────────────────────────────────────────────────────────────────────────────────
     START │ echo word2 > inp2.txt
   SUCCESS │ echo word2 > inp2.txt
     START │ ./step.py
   SUCCESS │ ./step.py
  DIRECTOR │ Trying to delete 0 outdated output(s).
   WARNING │ Check logs: .stepup/warning.log
     PHASE │ watch
   UPDATED │ inp2.txt
     PHASE │ run
    NOSKIP │ echo word2 > inp2.txt
──────────────────────────── Changes causing rerun ─────────────────────────────
Modified step hash   explained, inp_digest 23ddc1c2, out_digest e27820eb ➜ c01f6e39
Modified out hash    inp2.txt (digest 55af8bcf ➜ b0c92f99, size 6 ➜ 15)
────────────────────────────── Remained the same ───────────────────────────────
Same inp hash        ./
────────────────────────────────────────────────────────────────────────────────
     START │ echo word2 > inp2.txt
   SUCCESS │ echo word2 > inp2.txt
  DIRECTOR │ Trying to delete 0 outdated output(s).
   WARNING │ Check logs: .stepup/warning.log
     PHASE │ watch
  DIRECTOR │ Stopping workers.
  DIRECTOR │ See you!
