openlatch-provider 0.2.1

Self-service onboarding CLI + runtime daemon for OpenLatch Editors and Providers
1
2
3
4
5
6
7
8
9
10
// Reserved for the auto-generated REST client. progenitor 0.7 cannot consume
// the platform's OpenAPI 3.1 spec (vendored at `schemas/platform/openapi.json`),
// so codegen here is deferred — see `phase-1-editor-cli.md` Open Question
// 2026-05-04. Hand-rolled wrappers in `src/api/{editor,bindings,catalog}.rs`
// cover the v0.1 surface in the meantime.
//
// Once a 3.1-capable code generator is wired (or once the platform downgrades
// the spec to 3.0), this file is rewritten by `build.rs` and stops being
// hand-edited.
#![allow(clippy::all, dead_code, unused_imports)]