Skip to content

Tags: crocoder-dev/shared-context-engineering

Tags

v0.4.0-pre-alpha-v6

Toggle v0.4.0-pre-alpha-v6's commit message
release: Bump version to 0.4.0-pre-alpha-v6

v0.4.0-pre-alpha-v5

Toggle v0.4.0-pre-alpha-v5's commit message
release: Bump version to 0.4.0-pre-alpha-v5

Co-authored-by: SCE <[email protected]>

v0.4.0-pre-alpha-v4

Toggle v0.4.0-pre-alpha-v4's commit message
release: Bump version to 0.4.0-pre-alpha-v4

Co-authored-by: SCE <[email protected]>

v0.4.0-pre-alpha-v3

Toggle v0.4.0-pre-alpha-v3's commit message
release: Bump version to 0.4.0-pre-alpha-v3

v0.4.0-pre-alpha-v2

Toggle v0.4.0-pre-alpha-v2's commit message
release: Bump version to 0.4.0-pre-alpha-v2

v0.4.0-pre-alpha-v1

Toggle v0.4.0-pre-alpha-v1's commit message
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]>

v0.3.3

Toggle v0.3.3's commit message
release: Bump version to 0.3.3

Co-authored-by: SCE <[email protected]>

v0.3.2

Toggle v0.3.2's commit message
release: Bump version to 0.3.2

Co-authored-by: SCE <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
release: Bump version to 0.3.1

Co-authored-by: SCE <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
release: Add bump-version tool and bump to 0.3.0

Co-authored-by: SCE <[email protected]>