Concelier schema bundle (CI1–CI10 remediation)

This folder publishes the signed JSON Schemas for Link-Not-Merge ingestion artifacts and the offline bundle manifest used by Offline Kit builds.

Verify locally (deterministic, offline)

# 1) Validate schemas are unchanged
sha256sum -c schema.manifest.json

# 2) Verify detached signature with the published public key
openssl dgst -sha256 -verify schema-signing-pub.pem \ 
  -signature schema.manifest.sig \ 
  schema.manifest.json

Test coverage

The fixtures in samples/ are consumed by StellaOps.Concelier.Core.Tests to assert:

Keep the manifest and signature updated whenever schema files change. Keys are dev/test-only; production signing happens in the release pipeline.