Cycle 2 of the alef-backed publish-pipeline iteration.
RC1 surfaced two issues:
-
The rewritten kreuzberg-dev/actions composite shims (check-registry, prepare-release-metadata, validate-versions) now require alef ≥ 0.11.0 for the new CLI subcommands. kreuzberg's alef.toml top-level pin was still 0.10.4 — install-alef@v1 with default 'latest' resolved against that pin, so every alef-backed action job failed with 'unknown subcommand'. Bump the pin to 0.11.0.
-
The 'prepare' job's release-metadata.json was being wiped by the subsequent re-checkout step (default actions/checkout cleans the working tree). Stash the file to /tmp before re-checkout, restore after.
See CHANGELOG.md.