gen-caixa-bridge 0.1.4

gen — typed bridge between pleme-io's caixa SDLC primitive and the gen ecosystem. (defcaixa …) blocks declare a :gen slot; this crate translates the typed CaixaToGen request into an AdapterRoute the caixa renderer can act on. The first M9 milestone; full caixa-side wiring (caixa-author skill update, feira render integration) lands when the typed surface stabilizes.
docs.rs failed to build gen-caixa-bridge-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

gen-caixa-bridge — typed bridge between caixa and gen.

Caixa knows about gen, not the other way around. A (defcaixa …) block can declare a :gen slot:

(defcaixa my-thing
  :kind :biblioteca
  :gen (:adapter :cargo
        :render-mode :per-crate
        :nix-output "Cargo.nix"))

The caixa renderer constructs a typed [CaixaToGen] value from that slot + the source root, calls [CaixaToGen::route], and acts on the returned [AdapterRoute].