You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
Toward #386 and related to #316. We need a way to infer project directory structure.
Summary of desired enhancement
We need to document the approach as much as implement it. But ideal is just a function with no args using the cwd to determine the layout, returning a Literal["flat", "src"] or possibly also "unknown" as an option for fallback behaviour.
The text was updated successfully, but these errors were encountered:
Motivation
Toward #386 and related to #316. We need a way to infer project directory structure.
Summary of desired enhancement
We need to document the approach as much as implement it. But ideal is just a function with no args using the
cwd
to determine the layout, returning aLiteral["flat", "src"]
or possibly also"unknown"
as an option for fallback behaviour.The text was updated successfully, but these errors were encountered: