Hey,
We at vortex (https://github.com/spiraldb/vortex), are trying to add a vortex extension (duckdb/community-extensions#368) to this repo.
We want to keep this extension source in the main vortex repo, which it seems is not possible under the current setup. We want to place the extension in a subdirectory. Can we add a way to specify the subdirectory that the extension can be found at, maybe such as in description.yml add a path
repo:
github: ...
ref:
path: path/to/dir
What do you think or would you prefer another approach to achieve this?