What kind of request is this?
New feature
What is your request or suggestion?
When building projects that use CUE for schema validation (e.g., Perses plugins), cue mod tidy runs during the build and needs network access to fetch modules from registry.cue.works — the CUE module registry.
dalec currently provides source generators for Go modules (gomod) and Node.js modules (nodemod) that pre-fetch dependencies before the build step, allowing builds to run without network access. There is no equivalent for CUE modules.
This forces specs to use network_mode: sandbox as a workaround, which weakens build isolation and may require policy exceptions.
Are you willing to submit PRs to contribute to this feature request?
What kind of request is this?
New feature
What is your request or suggestion?
When building projects that use CUE for schema validation (e.g., Perses plugins), cue mod tidy runs during the build and needs network access to fetch modules from registry.cue.works — the CUE module registry.
dalec currently provides source generators for Go modules (gomod) and Node.js modules (nodemod) that pre-fetch dependencies before the build step, allowing builds to run without network access. There is no equivalent for CUE modules.
This forces specs to use network_mode: sandbox as a workaround, which weakens build isolation and may require policy exceptions.
Are you willing to submit PRs to contribute to this feature request?