Tags: crocoder-dev/shared-context-engineering
Tags
release: Bump version to 0.4.0-pre-alpha-v5 Co-authored-by: SCE <[email protected]>
release: Bump version to 0.4.0-pre-alpha-v4 Co-authored-by: SCE <[email protected]>
flatpak: Add explicit package-fallback opt-in for sandboxed source bu…
…ilds
The Flatpak sandbox compiles a full repository checkout but has no Pkl,
so build.rs saw canonical sources present and demanded a
SCE_CLI_GENERATED_INPUT_DIR handoff that the sandbox cannot produce. The
staged cli/package-fallback payload was present but unreachable on that
path.
build.rs now honors SCE_CLI_PACKAGE_FALLBACK as an explicit opt-in that
selects the packaged fallback even when repository sources exist. The
value is parsed strictly ('1'/'true' vs '0'/'false'/empty) and anything
else fails the build, so a stray environment value cannot silently
downgrade a repository build. The missing-handoff error now names the
opt-in as the sandboxed alternative.
The Flatpak module sets the variable in build-options.env, and
static-validate.sh asserts it alongside the existing fallback source
entries so the manifest cannot regress to the unbuildable state.
Co-authored-by: SCE <[email protected]>
PreviousNext