Right now stacklit scans from the current directory. For monorepos or projects with non-standard layouts, it would be useful to define scan roots in a config file.
Something like a .stacklit.yaml:
roots:
- services/api
- services/worker
- packages/shared
Each root gets its own section in the output. The dependency graph still connects them but the file tree is scoped per root.
Related to the monorepo discussion: #23
Right now stacklit scans from the current directory. For monorepos or projects with non-standard layouts, it would be useful to define scan roots in a config file.
Something like a .stacklit.yaml:
roots:
- services/api
- services/worker
- packages/shared
Each root gets its own section in the output. The dependency graph still connects them but the file tree is scoped per root.
Related to the monorepo discussion: #23