Directories
¶
| Path | Synopsis |
|---|---|
|
Package anchor pins a gateway's signed checkpoint outside the operator's control.
|
Package anchor pins a gateway's signed checkpoint outside the operator's control. |
|
Package attest binds the evidence signing key to a hardware measurement: an Intel TDX quote whose REPORTDATA carries the digest of the key, so the hardware's signature covers both the code that runs and the key it holds.
|
Package attest binds the evidence signing key to a hardware measurement: an Intel TDX quote whose REPORTDATA carries the digest of the key, so the hardware's signature covers both the code that runs and the key it holds. |
|
Package canonical is the canonical form an evidence digest commits to: RFC 8785 (JSON Canonicalization Scheme) as the Proof-of-Control standard pins it down in schema/canonicalization.md.
|
Package canonical is the canonical form an evidence digest commits to: RFC 8785 (JSON Canonicalization Scheme) as the Proof-of-Control standard pins it down in schema/canonicalization.md. |
|
Package capability is the per-task authorization token a principal issues for one piece of work (rows 4.2.1, 5.1.3): who may do what, where, until when, signed by the principal's key, carried by the hand into every submission, and held by the gateway to the standing grant.
|
Package capability is the per-task authorization token a principal issues for one piece of work (rows 4.2.1, 5.1.3): who may do what, where, until when, signed by the principal's key, carried by the hand into every submission, and held by the gateway to the standing grant. |
|
cmd
|
|
|
anchor
command
anchor pins a gateway's signed checkpoint outside the operator's control and keeps the receipt.
|
anchor pins a gateway's signed checkpoint outside the operator's control and keeps the receipt. |
|
demo
command
demo writes a small evidence chain into a directory: an allowed dispatch with verified premises, a proposal, a refused merge, and a dispatch whose premises fail, each as the three records the service writes (request, effect, result; row 7.1.2).
|
demo writes a small evidence chain into a directory: an allowed dispatch with verified premises, a proposal, a refused merge, and a dispatch whose premises fail, each as the three records the service writes (request, effect, result; row 7.1.2). |
|
gateway
command
gateway is the control gateway as a service: hands propose over HTTP, the gateway judges, writes the evidence and performs the effect with credentials the hands never see.
|
gateway is the control gateway as a service: hands propose over HTTP, the gateway judges, writes the evidence and performs the effect with credentials the hands never see. |
|
relying
command
relying is the far end: run it on a runner before it acts on a dispatch, or as a merge check on a pull request.
|
relying is the far end: run it on a runner before it acts on a dispatch, or as a merge check on a pull request. |
|
verify
command
verify replays the evidence a gateway wrote, with nothing but the store, the public key and the measurement: every chain, every record's premises against the material beside it, and the checkpoint against the head.
|
verify replays the evidence a gateway wrote, with nothing but the store, the public key and the measurement: every chain, every record's premises against the material beside it, and the checkpoint against the head. |
|
Package effects performs the effect an allowed action names, with credentials the hands never see.
|
Package effects performs the effect an allowed action names, with credentials the hands never see. |
|
Package evidence is the Proof-of-Control claim set and its signature: the token an attesting environment issues for one intercepted action, in the shape the standard's schema and canonical form fix (profile v0.1), so the standard's own validator and reference verifier read it unchanged.
|
Package evidence is the Proof-of-Control claim set and its signature: the token an attesting environment issues for one intercepted action, in the shape the standard's schema and canonical form fix (profile v0.1), so the standard's own validator and reference verifier read it unchanged. |
|
Package gateway is the Action Interception Gateway together with the attesting environment the reference keeps beside it: one intercepted step evaluates the premises, then the policy, extends the chain and the tree, signs a token, writes it durably, and only then answers.
|
Package gateway is the Action Interception Gateway together with the attesting environment the reference keeps beside it: one intercepted step evaluates the premises, then the policy, extends the chain and the tree, signs a token, writes it durably, and only then answers. |
|
Package log is the durable evidence log: one append-only JSON Lines file per agent, a secondary log for the times the primary could not be written, and attachments beside a record (the premises a token's digests cover).
|
Package log is the durable evidence log: one append-only JSON Lines file per agent, a secondary log for the times the primary could not be written, and attachments beside a record (the premises a token's digests cover). |
|
Package merkle is the append-only tree of RFC 6962 section 2, hash for hash the tree the Proof-of-Control reference implementation keeps beside its chain: a verifier checks one record among a million with a dozen hashes (inclusion), and that a newer root extends an older one without rewriting anything (consistency).
|
Package merkle is the append-only tree of RFC 6962 section 2, hash for hash the tree the Proof-of-Control reference implementation keeps beside its chain: a verifier checks one record among a million with a dozen hashes (inclusion), and that a newer root extends an older one without rewriting anything (consistency). |
|
Package policy is the deterministic policy over (action, path summary): the same inputs give the same verdict, with no lookup a stranger cannot repeat.
|
Package policy is the deterministic policy over (action, path summary): the same inputs give the same verdict, with no lookup a stranger cannot repeat. |
|
Package premises is the reason-as-evidence profile: a hand states the premises of an action as a ProveML certificate, the gateway verifies it against a snapshot, a registry and a provenance map before the grant is consulted, and the digests ride in the token as the profile's seven claims.
|
Package premises is the reason-as-evidence profile: a hand states the premises of an action as a ProveML certificate, the gateway verifies it against a snapshot, a registry and a provenance map before the grant is consulted, and the digests ride in the token as the profile's seven claims. |
|
Package relying is the far end (row 8.3.5): what a runner or a merge check does with the evidence a dispatch or a pull request carries, before it acts.
|
Package relying is the far end (row 8.3.5): what a runner or a merge check does with the evidence a dispatch or a pull request carries, before it acts. |
Click to show internal directories.
Click to hide internal directories.