 STARTUP │ Watching 2 directories
 STARTUP │ Checking 1 file(s) for changes
 STARTUP │ Checking 1 nglob(s) for new or deleted matches
   PHASE │ build
DIRECTOR │ Ran 0 job(s).
 WARNING │ 1 glob match(es) are not declared static.
──────────────────────────── ./plan.py: data/*.txt ─────────────────────────────
           (no node)  data/a.txt
──────────────────────────────────── Remedy ────────────────────────────────────
Every matched file must be declared static or lie inside a static tree.
A matched directory also qualifies when it contains a static file or tree.
Declare the files with static(), or declare their directory as a static tree.
────────────────────────────────────────────────────────────────────────────────
DIRECTOR │ Trying to remove 0 deletable file(s) and empty director(y|ies)
 WARNING │ Check logs: .stepup/warning.log
   PHASE │ watch
DIRECTOR │ Wrote graph to current_graph2.txt, current_graph2_provenance.dot and current_graph2_dependency.dot
DIRECTOR │ See you!
