This short thread addresses this, this is how includet
is supposed to work: “include and track this file”. To automatically track a network of included files, you need to work on a package. I think you could technically replace nested include
s with includet
but you’d also have to temporarily import Revise
in all your modules, and that’s not recommended over package work.
An aside, the other issue that thread addresses appears to have been patched by now.