# CI / Build subproject — session handoffs Handover notes for the **CI / release pipeline** work (the Gitea Actions workflows under `.gitea/`, the nix flake, the release tooling). Kept in their own namespace, separate from the project-wide session handoffs in [`docs/handoff/`](../../handoff/), so a CI-branch handoff never competes with `main`'s global handoff sequence for numbers — the same split the CI ADRs use ([`docs/ci/adr/`](../adr/README.md)). This is not hypothetical: `main` independently wrote a `handoff-70` the same day this subproject's first handoff was drafted. **Numbering.** Files are named `-handoff-ci-.md` and referenced in prose as `handoff-ci-NN`. Assign the next free `NN` from this index. ## Index - [handoff-ci-01 — the CI/release pipeline build-out](20260615-handoff-ci-01.md) — Gitea Actions gate (clippy + test) + a six-target release (four via `cargo-zigbuild` on a `v*` tag, two macOS via dispatch on a Tart runner), all on a nix flake; decisions in `docs/ci/adr/`. Built on the `ci` branch, merged `main` in, gate green (2488 tests), ready to promote to `main`.