Skip to content
Open research

POM-RX v0.1 architecture

This view describes only the structure of a supplied chain of three linked receipts.

POM-RX v0.1 — public working specification and tested prototype.

Pinned public commit 6f421c540e9a47a971840847547c9bfc951e1d46

Supplied chain

Three linked receipts in a structural order.

The diagram represents relationships to review in supplied data. It does not describe a sequence observed in the outside world.

  1. Preflight

    A supplied receipt declares an `allow` or `deny` outcome and associated assertions. It does not by itself confirm an external fact.

  2. Execution acknowledgement

    An `accepted`, `rejected`, or `unresolved` outcome is hash-linked to the supplied preflight. POM-RX does not perform the action.

  3. Reconciliation

    A `matched`, `mismatched`, or `unresolved` outcome can be hash-linked to the acknowledgement to review the supplied chain.

Checked continuity

Five shared fields remain comparable within the supplied chain.

The reference verifier compares these values across supplied receipts; it does not confirm the identity or facts they describe.

  • run_id

    A supplied value compared for structural continuity within the chain.

  • agent_ref

    A supplied value compared for structural continuity within the chain.

  • subject_ref

    A supplied value compared for structural continuity within the chain.

  • method_hash

    A supplied value compared for structural continuity within the chain.

  • policy_hash

    A supplied value compared for structural continuity within the chain.

Reading boundary

The diagram describes structural checks, not the outside world.

The pinned public commit contains the `pom-rx/0.1` schema, one Node/TypeScript reference verifier and one seven-test Node suite. The verifier checks the supplied structure, contiguous phase order, selected shared fields and receipt hash links.

These checks apply only to the supplied receipts. They do not establish trusted chronology, the truth of an external fact, source authenticity, authorization consumption, independent observation or execution blocking. POM-RX v0.1 does not place orders or custody assets, and is not a production control, audit, certification, or security or performance guarantee.