docs.rs failed to build schema-embed-0.8.20
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.
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.
Embedded JSON Schemas for yah's TOML manifests.
Each constant is the byte-for-byte contents of the corresponding file in
<workspace>/.yah/schema/. Five of the six (machine/mirror/provider/
service/workload) are kept fresh by [xtask::schemas] and a drift test
at xtask/tests/schema_drift.rs; camp.toml.schema.json is hand-
authored and predates the xtask pipeline.
Consumers (e.g. yah skills install, the desktop attach path, the
yah schema sync CLI command) write these into each project's
.yah/schema/ so TOML-LSP can resolve the #:schema ./schema/...
directives at the top of each manifest. The yah binary is the source of
truth — per-project copies are derived artifacts.