ARCHITECTURE VIEW

Deployment profiles

The complete reference profile is chain-free and local-first. Optional signed observations are publication or ordering inputs only; they do not create authorization or prove deployment correctness.

SEMANTIC SYSTEM VIEW

Deployment profiles map

Each step carries its state in text. The diagram remains readable without colour or client JavaScript.

  1. 01
    Local developer or CI

    Runs local checks from supplied source and fixtures without a required public chain.

    Reference
  2. 02
    Entity manifest

    Provides declared identity, artifact context, and schema version.

    Specification
  3. 03
    Authority policy

    Provides scoped decision rules, expiry, and revocation semantics.

    Specification
  4. 04
    Local deterministic decision

    Produces an explicit scoped result or fail-closed outcome from supplied inputs.

    Reference
  5. 05
    Evidence bundle

    Captures declared inputs, digests, result material, and limitations.

    Reference
  6. 06
    Local signature verification

    Checks the supplied signature and digest material within the declared local scope.

    Reference
  7. 07
    Receipt export

    Exports a reproducible receipt without requiring a public chain or hosted verifier.

    Reference
  8. 08
    Signed observation publication

    May expose a bounded observation after its own signature and freshness checks.

    Optional external

Text equivalent: Local developer or CI is reference; Entity manifest is specification; Authority policy is specification; Local deterministic decision is reference; Evidence bundle is reference; Local signature verification is reference; Receipt export is reference; Signed observation publication is optional external.

CURRENT IMPLEMENTATION BOUNDARY

What this view does and does not state

No public chain is required for local verification. The reference design supports offline operation from supplied local inputs; revocation freshness still depends on a declared local source and its stated limitation. An optional observation can publish or order a record, but cannot create authorization.

Inspect the claim register and evidence classes for the records that govern public assurance language.