Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
I have a project with many subdirectories and k files. I want to synchronize all k files under this project without having to specify each KCL Run individually.
Describe alternatives you've considered:
Perhaps, under a certain root directory, there is no need to define a kcl.mod file, but instead, directly scan all k files in that directory for compilation and synchronization.
For example, the project structure:
project ->
a -> aa -> a.k
a -> bb -> b.k
I want to synchronize all k files under the a directory, but it would be best not to declare a kcl.mod file in the a directory, as this approach seems somewhat redundant.
Teachability, Documentation, Adoption, Migration Strategy: