A CLI task runner that watches your project and reruns only what actually changed.
Started as a personal itch — I was tired of rerunning a full test suite after changing one file. Loopline watches the filesystem, builds a dependency graph of what actually depends on what, and only reruns the slice of work that changed.