Expand description
Proposal-first frontier writes and proof freshness tracking.
Structs§
- Agent
Run - Agent provenance attached to a
StateProposal. - Create
Proposal Result - Import
Proposal Report - Permission
State - Declared permission boundary for an
AgentRun. Lists what the agent could read and which tools it could call. Reviewers can diff this againsttool_callsto spot scope creep. v0.49. - Proof
Packet Record - Proof
Packet State - Proof
State - Proposal
Preview - Proposal
Summary - Proposal
Validation Report - State
Proposal - Tool
Call Trace - One tool invocation made during an
AgentRun. Stored as a content-addressable summary, never the raw payload — keeps the bundle bounded while preserving “did this happen, with what inputs, returning what outputs” for reviewer audit. v0.49.
Constants§
Functions§
- accept_
at_ path - create_
or_ apply - Phase P (v0.5): upsert by content address. If a proposal with the same
vpr_…already exists in the frontier, return the existing record instead of inserting a duplicate. Combined with thecreated_at-free preimage, this makes agent retries idempotent at the substrate level. - export_
to_ path - import_
from_ path - is_
placeholder_ reviewer - list
- manifest_
hash - mark_
proof_ stale - new_
proposal - preview_
at_ path - preview_
in_ frontier - proof_
state_ json - proposal_
id - Phase P (v0.5):
vpr_…is content-addressed over the logical proposal content only —created_atis excluded from the preimage. Identical logical proposals (same actor, target, kind, reason, payload) deterministically produce the same proposal_id regardless of when they were constructed. - proposal_
state_ hash - proposals_
for_ finding - record_
proof_ export - reject_
at_ path - repo_
proposals_ dir - request_
revision_ at_ path - show
- summary
- validate_
reviewer_ identity - validate_
source