<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.11) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8259 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8259.xml">
<!ENTITY RFC7942 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml">
]>


<rfc ipr="trust200902" docName="draft-morrison-binding-moment-envelope-00" category="info" submissionType="independent">
  <front>
    <title abbrev="Binding-Moment Envelope">The Briefing-and-Binding Envelope: A Delivery Contract for Agent-to-Principal Decision Moments with Dual-Veto Reconciliation</title>

    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd (~truealter)</organization>
      <address>
        <email>blake@truealter.com</email>
        <uri>alter:~blake</uri>
      </address>
    </author>

    <date year="2026" month="May"/>

    
    
    

    <abstract>


<?line 66?>

<t>This memo specifies the briefing-and-binding envelope: a delivery
contract for the wire-level structure by which an artificial-
intelligence agent surfaces a consequential decision to the human
principal it acts for, and by which the principal commits, declines,
amends, or rejects that decision.  The envelope carries eight named
slots (a synopsis, findings, recommendations, an offer of detail, a
question stem, a set of options each marked with its own reasoning, a
single recommended option, and a pair of escape hatches) and is
emitted as a structured field of a Model Context Protocol <xref target="MCP"></xref> tool
result.  The contribution is the delivery contract itself: a single
renderer-agnostic envelope so that the briefing an agent delivers and
the binding a principal commits back have one machine-checkable shape
across every consuming surface.  The load-bearing element is the
dual-veto handshake: one escape hatch lets the principal revise the
answer space while accepting the question; the other lets the
principal reject the question itself and reopen deliberation.  Either
party may veto.  The memo is Informational.  No new transport is
introduced; the envelope composes with the handle namespace of
<xref target="IDPRONOUNS"></xref> and the MCP tool surface of <xref target="POLICYPROV"></xref>.</t>



    </abstract>



  </front>

  <middle>


<?line 88?>

<section anchor="status-of-this-memo"><name>Status of This Memo</name>

<t>This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.</t>

<t>Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF).  Note that other groups may also distribute
working documents as Internet-Drafts.  The list of current
Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.</t>

<t>Internet-Drafts are draft documents valid for a maximum of six
months and may be updated, replaced, or obsoleted by other documents
at any time.  It is inappropriate to use Internet-Drafts as
reference material or to cite them other than as "work in progress."</t>

</section>
<section anchor="introduction"><name>Introduction</name>

<t>An artificial-intelligence agent operated on behalf of a human
principal periodically reaches a point at which it has synthesised a
position and must obtain the principal's commitment before acting:
whether to release a scoped view of the principal's data to a third
party, whether to accept or decline a delegated action, whether to
acknowledge a recommendation, whether to proceed with a step that
changes external state.  This memo names that point a <em>binding
moment</em> and specifies the wire-level structure through which a binding
moment is delivered and resolved.</t>

<t>In current practice the structure of a binding moment is per-tool ad
hoc.  One agent tool returns a free-text question; another returns a
list of options with no synthesis; a third returns a state dump and
leaves the principal to perform the synthesis themselves.  The
consequence is twofold.  First, the principal cannot acquire a stable
scanning habit, because the shape of the decision changes with every
tool.  Second, and more seriously, an agent that returns a bare menu
of options has pushed the cost of deliberation back onto the
principal: the agent has measured but not committed, and the
interface has become soft-coercive: the principal must either pick
from a frame they did not author or abandon the interaction.</t>

<t>This memo specifies a single delivery contract, the briefing-and-
binding envelope, that resolves both problems by construction.  The
envelope has a fixed eight-slot grammar.  The first four slots are the
<em>briefing</em>: a pre-synthesised, scannable account of what the agent
observed and what it concluded.  The last four slots are the
<em>binding</em>: a quantised decision, a recommended path, and two escape
hatches.  The envelope is emitted as a structured field of a Model
Context Protocol <xref target="MCP"></xref> tool result, and any consuming surface (a
command-line client, a mobile consent sheet, a desktop notifier, an
agent-runtime hook) renders the same eight slots into its native
user interface.  One contract, many renderers.</t>

<t>The load-bearing innovation is the <em>dual-veto handshake</em>.  A binding
moment is consensual only if both parties can refuse it.  The agent
refuses by declining to emit a binding moment at all when it cannot
commit to a position: a binding moment with a hedged synopsis is
malformed.  The principal refuses through two distinct escape hatches:
one revises the <em>answer space</em> (the principal accepts the question but
answers on their own terms), the other revises the <em>question space</em>
(the principal rejects the question itself and reopens deliberation).
Without both hatches the envelope degrades to a forced-choice
interface and the briefing slots stop carrying their weight.  Section
6 specifies the handshake.</t>

<t>This memo specifies a delivery contract and a veto handshake.  It does
NOT specify a persistent log of binding moments, a signed event
history between identifiers, or any derivation of signing authority;
those concerns are out of scope and are addressed by separate work.
The envelope is a transient payload: it is emitted, rendered,
resolved, and the resolution is returned.  What an implementation
durably records of that exchange, and under what attribution, is a
matter for the audit-signal mechanism of <xref target="POLICYPROV"></xref> and is not
constrained here.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
BCP 14 <xref target="RFC8174">RFC2119</xref> when, and only when, they appear in all
capitals, as shown here.</t>

<t>The following terms are defined for the purposes of this document.</t>

<dl>
  <dt>Principal</dt>
  <dd>
    <t>The human on whose behalf an agent acts, identified by a Sovereign-
tier <spanx style="verb">~handle</spanx> as defined by <xref target="IDPRONOUNS"></xref>.</t>
  </dd>
  <dt>Agent</dt>
  <dd>
    <t>An artificial-intelligence runtime acting for a principal,
identified by an Instrument-tier <spanx style="verb">~handle</spanx> per <xref target="IDPRONOUNS"></xref>.  The
agent is the party that emits a briefing-and-binding envelope.</t>
  </dd>
  <dt>Binding moment</dt>
  <dd>
    <t>A point in an agent's operation at which it has synthesised a
position and requires the principal's commitment, decline,
amendment, or rejection before proceeding.</t>
  </dd>
  <dt>Briefing-and-binding envelope</dt>
  <dd>
    <t>The eight-slot structured payload defined by this memo, emitted by
an agent at a binding moment as a field of an MCP tool result.</t>
  </dd>
  <dt>Briefing slots</dt>
  <dd>
    <t>The first four slots of the envelope (synopsis, findings,
recommendations, offer).  Pre-synthesised material the principal
scans.</t>
  </dd>
  <dt>Binding slots</dt>
  <dd>
    <t>The last four slots of the envelope (question stem, options,
recommended option, escape hatches).  The quantised decision the
principal resolves.</t>
  </dd>
  <dt>Escape hatch</dt>
  <dd>
    <t>A binding-slot affordance through which the principal declines the
question as posed.  Two are defined: the <em>answer-space hatch</em>, which
accepts the question and revises the answer; and the <em>question-space
hatch</em>, which rejects the question and reopens deliberation.</t>
  </dd>
  <dt>Dual veto</dt>
  <dd>
    <t>The property that a binding moment may be refused by either party:
the agent by withholding a malformed binding moment, the principal
by invoking either escape hatch.</t>
  </dd>
  <dt>Consuming surface</dt>
  <dd>
    <t>A client that receives an MCP tool result carrying a briefing-and-
binding envelope and renders the eight slots into a native user
interface.</t>
  </dd>
  <dt>Resolution</dt>
  <dd>
    <t>The principal's response to a binding moment: selection of an
option, invocation of the answer-space hatch with an answer, or
invocation of the question-space hatch.</t>
  </dd>
</dl>

</section>
<section anchor="architecture"><name>Architecture</name>

<t>The briefing-and-binding envelope is a payload, not a protocol.  It is
carried by the existing request/response semantics of the Model
Context Protocol <xref target="MCP"></xref> and introduces no new transport, no new
handle category, and no new discovery mechanism.</t>

<t>The arrangement has three roles and one round trip.</t>

<t>The <em>agent</em> reaches a binding moment in the course of operating for
its principal.  Instead of returning an ad hoc question, it constructs
a briefing-and-binding envelope and emits it as a structured field of
the MCP tool result.</t>

<t>The <em>consuming surface</em> receives the tool result, detects the
envelope field, and renders the eight slots into its native interface.
The consuming surface performs no synthesis: the briefing slots are
rendered as written; the binding slots are rendered as the
interactive decision element the surface natively supports.</t>

<t>The <em>principal</em> observes the rendered briefing, resolves the binding,
and the resolution is returned to the agent as the input to the next
tool invocation.</t>

<t>The round trip is therefore: agent emits envelope -&gt; surface renders
-&gt; principal resolves -&gt; resolution returns to agent.  No state is
held between trips by the envelope itself.  An envelope is valid only
for the single resolution it solicits; an agent that requires a
further commitment emits a further envelope.</t>

<t>This memo specifies the envelope (Section 4), the slot grammar
(Section 5), the dual-veto handshake (Section 6), the MCP delivery
binding (Section 7), and the renderer contract (Section 8).</t>

</section>
<section anchor="the-briefing-and-binding-envelope"><name>The Briefing-and-Binding Envelope</name>

<t>An agent at a binding moment SHALL emit a briefing-and-binding
envelope as a structured field, named <spanx style="verb">binding_moment</spanx>, of the MCP
tool result it returns.  The field's value is a JSON <xref target="RFC8259"></xref> object
with exactly the members specified below.</t>

<figure><artwork><![CDATA[
{
  "binding_moment": {
    "synopsis":        <string>,
    "findings":        [ <string>, ... ],
    "recommendations": [ <string>, ... ],
    "offer":           <string>,
    "question": {
      "stem":            <string>,
      "options": [
        { "label": <string>, "reasoning": <string> },
        ...
      ],
      "recommended_idx": <integer>,
      "hatches": {
        "free_text": <boolean>,
        "dialogue":  <boolean>
      }
    },
    "meta": {
      "decision_class":   <string>,   ; OPTIONAL
      "calibration_note": <string>    ; OPTIONAL
    }
  }
}
]]></artwork></figure>

<t>The members <spanx style="verb">synopsis</spanx>, <spanx style="verb">findings</spanx>, <spanx style="verb">recommendations</spanx>, <spanx style="verb">offer</spanx>, and
<spanx style="verb">question</spanx> are REQUIRED.  The member <spanx style="verb">meta</spanx> is OPTIONAL; when present,
both of its members are individually OPTIONAL.</t>

<t>A consuming surface that receives a tool result with a
<spanx style="verb">binding_moment</spanx> field that is not a well-formed envelope (a missing
REQUIRED member, an out-of-range <spanx style="verb">recommended_idx</spanx>, an <spanx style="verb">options</spanx> list
with fewer than two entries) SHALL treat the binding moment as
malformed.  A malformed binding moment SHALL NOT be rendered as a
decision; the surface SHOULD instead render the underlying tool result
in its fallback non-envelope form (Section 8.2) and SHOULD surface a
diagnostic indicating the envelope was discarded.</t>

<t>The eight slots referenced throughout this memo are: (1) synopsis,
(2) findings, (3) recommendations, (4) offer, (5) question stem,
(6) options with per-option reasoning, (7) the recommended option,
and (8) the escape hatches.  Slots 1 through 4 are the briefing
slots; slots 5 through 8 are the binding slots.</t>

</section>
<section anchor="slot-grammar"><name>Slot Grammar</name>

<t>This section specifies the content contract for each slot.  The
contract is partly machine-checkable (cardinality, type) and partly a
construction discipline the agent SHALL observe for the envelope to be
well-formed in the sense Section 4 requires.</t>

<section anchor="slot-1-synopsis"><name>Slot 1: Synopsis</name>

<t><spanx style="verb">synopsis</spanx> is a string carrying a single sentence that states the
agent's position answer-first.  The synopsis SHALL commit to a
position.  A synopsis that hedges (one that defers the decision rather
than stating it) renders the envelope malformed: if the agent cannot
commit, the binding moment is premature and the agent SHOULD instead
return non-binding-moment material that surfaces state and requests
permission to deliberate further.  The synopsis is the slot that
carries the decision if the principal scans nothing else.</t>

</section>
<section anchor="slot-2-findings"><name>Slot 2: Findings</name>

<t><spanx style="verb">findings</spanx> is a JSON array of strings.  Each string is one terse
observation on which the synopsis rests.  An array of three to six
entries is RECOMMENDED.  Each finding SHALL add an observation the
synopsis does not itself carry; a finding that restates the synopsis
or recapitulates the principal's prior input is filler and SHOULD be
omitted.</t>

</section>
<section anchor="slot-3-recommendations"><name>Slot 3: Recommendations</name>

<t><spanx style="verb">recommendations</spanx> is a JSON array of strings.  Each string is one
concrete move: an action that would change state if taken.  An array
of two to four entries is RECOMMENDED.  A recommendation that names a
consideration rather than an action ("weigh the trade-offs") does not
satisfy the slot.</t>

</section>
<section anchor="slot-4-offer"><name>Slot 4: Offer</name>

<t><spanx style="verb">offer</spanx> is a string offering the principal bounded, on-demand
elaboration of any briefing item (for example, "Ask for detail on any
item.").  The offer is a bounded-pull affordance: depth is available
when the principal requests it and is never pushed into the briefing.</t>

</section>
<section anchor="slot-5-question-stem"><name>Slot 5: Question Stem</name>

<t><spanx style="verb">question.stem</spanx> is a string carrying a single neutral, plain-language
sentence that poses the decision.  The stem SHALL NOT be leading: it
SHALL NOT embed the agent's recommendation, and it SHALL NOT be
phrased to make one option the path of least resistance.  The agent's
lean is carried by slot 7, on the option, never by the stem.</t>

</section>
<section anchor="slot-6-options"><name>Slot 6: Options</name>

<t><spanx style="verb">question.options</spanx> is a JSON array of objects.  The array SHALL
contain at least two and at most four entries.  Each entry is an
object with two REQUIRED string members:</t>

<dl>
  <dt><spanx style="verb">label</spanx></dt>
  <dd>
    <t>A short, action-shaped statement of the option.</t>
  </dd>
  <dt><spanx style="verb">reasoning</spanx></dt>
  <dd>
    <t>A single line stating why the principal might choose this option.
The reasoning lives on the option, not in the stem; it caches the
comparison so that the principal scans rather than deliberates.</t>
  </dd>
</dl>

<t>The options enumerate the substantive answers to the question.  They
do not include the escape hatches; the hatches are slot 8 and are not
members of the <spanx style="verb">options</spanx> array.</t>

</section>
<section anchor="slot-7-recommended-option"><name>Slot 7: Recommended Option</name>

<t><spanx style="verb">question.recommended_idx</spanx> is an integer: the zero-based index, into
the <spanx style="verb">options</spanx> array, of the option the agent recommends.  Exactly one
option SHALL be marked.  <spanx style="verb">recommended_idx</spanx> SHALL be present, SHALL be
non-negative, and SHALL be strictly less than the length of the
<spanx style="verb">options</spanx> array; the value-absent and the two-marked cases are both
malformed.</t>

<t>The recommended option is the agent's committed synthesis offered as
a contestable position; the principal validates it or vetoes it.
Where the agent's analysis genuinely ties two options, the agent
SHALL still mark exactly one: the synopsis names the tie, and the mark
SHALL fall on the option that minimises the cost of being wrong.</t>

</section>
<section anchor="slot-8-escape-hatches"><name>Slot 8: Escape Hatches</name>

<t><spanx style="verb">question.hatches</spanx> is a JSON object with two REQUIRED boolean members:</t>

<dl>
  <dt><spanx style="verb">free_text</spanx></dt>
  <dd>
    <t>The <em>answer-space hatch</em>.  When <spanx style="verb">true</spanx>, the consuming surface SHALL
render an affordance through which the principal may submit a
free-form answer instead of selecting an option.  Invoking this
hatch accepts the question as posed and revises the answer.</t>
  </dd>
  <dt><spanx style="verb">dialogue</spanx></dt>
  <dd>
    <t>The <em>question-space hatch</em>.  When <spanx style="verb">true</spanx>, the consuming surface
SHALL render an affordance through which the principal may decline
the question itself and reopen deliberation with the agent.
Invoking this hatch rejects the framing.</t>
  </dd>
</dl>

<t>Both members SHALL default to <spanx style="verb">true</spanx>.  An agent that emits a binding
moment with either hatch set to <spanx style="verb">false</spanx> removes a veto path and SHALL
do so only where the corresponding revision is genuinely
inapplicable; the default posture is that both hatches are open.
Section 6 specifies the handshake the hatches realise.</t>

</section>
<section anchor="the-meta-slot"><name>The <spanx style="verb">meta</spanx> Slot</name>

<t><spanx style="verb">meta</spanx>, when present, MAY carry two members.  <spanx style="verb">decision_class</spanx> is a
string naming the category of the decision (for example, a consent
decision, a permission-delta decision, a recompute decision); a
consuming surface MAY use it to select a rendering style.
<spanx style="verb">calibration_note</spanx> is a string carrying a short honesty-line preface,
included only when the agent's prior framing in the session now reads
as materially understating what the agent has since concluded.  The
note is a costly signal and SHALL NOT be emitted ritually; an
implementation SHOULD monitor the rate at which <spanx style="verb">calibration_note</spanx> is
populated and treat a persistently high rate as a defect in the
agent's earlier framing rather than as normal operation.</t>

</section>
</section>
<section anchor="the-dual-veto-handshake"><name>The Dual-Veto Handshake</name>

<t>The defining property of a binding moment, as opposed to a
notification, is that either party may refuse it.  This section
specifies the handshake.</t>

<section anchor="agent-side-veto"><name>Agent-Side Veto</name>

<t>The agent's veto is exercised by <em>not emitting a binding moment</em>.  An
agent reaches many points at which a principal-facing question would
be premature: the agent has not yet synthesised a position, or the
available options do not yet partition the decision, or the agent
needs to deliberate further before it can commit.  At such a point the
agent SHALL NOT emit a briefing-and-binding envelope.  It SHOULD
instead return material that surfaces its current state and requests
the principal's permission to continue deliberating.  Emitting an
envelope with a hedged synopsis (Section 5.1) is the failure this rule
forbids: it presents the appearance of a committed decision while
pushing the synthesis cost back to the principal.</t>

<t>The agent-side veto is therefore a precondition on emission: a
well-formed envelope is, by construction, one the agent has not
vetoed.</t>

</section>
<section anchor="principal-side-veto-two-hatches"><name>Principal-Side Veto: Two Hatches</name>

<t>The principal's veto is exercised through the two escape hatches of
slot 8.  The two hatches are not redundant; they refuse two
structurally different things.</t>

<t>The <em>answer-space hatch</em> (<spanx style="verb">free_text</spanx>) refuses the <em>quantisation</em>
while accepting the <em>frame</em>.  The principal agrees the agent has
asked the right question but holds an answer not among the enumerated
options.  Invoking this hatch returns a free-form answer; the agent
incorporates the answer and proceeds.  The frame stands; the option
set is treated as non-exhaustive.</t>

<t>The <em>question-space hatch</em> (<spanx style="verb">dialogue</spanx>) refuses the <em>frame</em> itself.
The principal judges that the agent has asked the wrong question, or
has asked a question that rests on a premise the agent does not have
grounds for, or that the decision is not ripe.  Invoking this hatch
does not return an answer; it returns the binding moment to
deliberation.  The agent SHALL treat a question-space veto as a
genuine reopening: it SHALL NOT respond by re-emitting the same
question, and it SHALL NOT respond by emitting a further forced-choice
envelope without first incorporating the principal's objection.  A
question-space hatch that leads only to another menu is a broken
handshake.</t>

<t>The mapping to deliberative procedure is exact.  Selecting an option
is a vote.  The answer-space hatch is an amendment to the motion.  The
question-space hatch is a motion to refer the question back.  An
interface that offers only the vote is not consensual; it is
forced-choice.</t>

</section>
<section anchor="resolution"><name>Resolution</name>

<t>A binding moment is resolved by exactly one of: selection of an
option from slot 6; invocation of the answer-space hatch with a
free-form answer; or invocation of the question-space hatch.  The
consuming surface SHALL return the resolution to the agent in a form
that distinguishes which of the three occurred, because the agent's
correct continuation differs in each case.  This memo does not
mandate a wire form for the returned resolution beyond the
requirement that the three cases be distinguishable; the resolution
is carried as the argument to the agent's next tool invocation under
the <xref target="MCP"></xref> semantics already in force.</t>

</section>
</section>
<section anchor="mcp-delivery-binding"><name>MCP Delivery Binding</name>

<t>The briefing-and-binding envelope is delivered as a structured field
of a Model Context Protocol <xref target="MCP"></xref> tool result.  This section specifies
the binding.</t>

<section anchor="envelope-placement"><name>Envelope Placement</name>

<t>An agent tool that surfaces a binding moment SHALL include, in the
tool result, a top-level member named <spanx style="verb">binding_moment</spanx> whose value is
the envelope object of Section 4.  The remainder of the tool result,
the tool's ordinary domain payload, is unaffected: the
<spanx style="verb">binding_moment</spanx> field is additive.  A tool result MAY therefore carry
both its conventional payload and a <spanx style="verb">binding_moment</spanx> envelope; a
consuming surface that does not understand the envelope ignores the
field and renders the conventional payload, and a surface that does
understand it renders the envelope.</t>

</section>
<section anchor="tool-manifest-advertisement"><name>Tool-Manifest Advertisement</name>

<t>A tool that may emit a <spanx style="verb">binding_moment</spanx> envelope SHOULD advertise the
fact in its entry in the MCP <spanx style="verb">tools/list</spanx> manifest, by carrying a
boolean annotation (a RECOMMENDED name is <spanx style="verb">emits_binding_moment</spanx>).
The annotation lets a consuming surface decide, before any invocation,
whether to prepare its envelope renderer.  The annotation is advisory:
a surface SHALL still inspect each tool result for the
<spanx style="verb">binding_moment</spanx> field, because a tool that sometimes emits an
envelope and sometimes does not is conformant.</t>

</section>
<section anchor="staged-adoption"><name>Staged Adoption</name>

<t>A binding-moment-emitting tool MAY be introduced behind an
implementation-defined feature flag, so that the envelope and the
tool's conventional payload are emitted side by side during a
migration window and the conventional payload is the fallback.  This
memo places no requirement on the flag mechanism; it notes only that
the additive placement of Section 7.1 makes such staged adoption
possible without a flag day.</t>

</section>
<section anchor="single-surface-delivery-not-broadcast"><name>Single-Surface Delivery, Not Broadcast</name>

<t>The briefing-and-binding envelope is delivered to the principal's own
consuming surface as the result of a tool the principal's agent
invoked.  It is a one-to-one delivery between an agent and its
principal.  The envelope is not a broadcast format: a payload that
informs or persuades a population, rather than soliciting one
principal's resolution of one decision, is outside the scope of this
memo and SHALL NOT be carried as a <spanx style="verb">binding_moment</spanx> envelope.</t>

</section>
</section>
<section anchor="renderer-contract"><name>Renderer Contract</name>

<t>A consuming surface renders the eight slots into its native interface.
This section specifies what the rendering SHALL preserve and what it
MAY vary.</t>

<section anchor="invariants"><name>Invariants</name>

<t>A conforming renderer SHALL preserve the following across every
surface:</t>

<t><list style="symbols">
  <t>All four briefing slots are rendered.  A renderer SHALL NOT drop the
findings or the recommendations to save space; the briefing is the
pre-paid synthesis and is the reason the binding is cheap to
resolve.</t>
  <t>The recommended option (slot 7) is rendered as visibly
distinguished from the other options.  The principal SHALL be able
to see, without acting, which option the agent recommends.</t>
  <t>Both escape hatches whose slot-8 boolean is <spanx style="verb">true</spanx> are rendered as
invocable affordances.  A renderer SHALL NOT omit a hatch on the
grounds that the option set appears exhaustive; the hatches are the
principal's veto and their availability is not the renderer's to
withdraw.</t>
  <t>The per-option reasoning (slot 6) is rendered with, or made
immediately available from, each option.  A renderer that shows
option labels but hides the reasoning has removed the cached
comparison and forced the principal back into deliberation.</t>
</list></t>

</section>
<section anchor="native-variation"><name>Native Variation</name>

<t>Within the invariants of Section 8.1, a renderer MAY map the slots to
whatever native element it supports.  A command-line client may render
the binding as an arrow-key picker with the escape hatches bound to
distinct keys.  A mobile client may render it as a consent sheet with
chip-style options and the recommended chip styled distinctly.  A
desktop notifier may render the synopsis as a notification title and
defer the full envelope to an expanded view.  An agent-runtime hook
may render the envelope as plain text with a labelled multiple-choice
block.  The rendering differs; the eight slots and their semantics do
not.</t>

</section>
<section anchor="fallback-rendering"><name>Fallback Rendering</name>

<t>A consuming surface that does not implement the envelope renderer, or
that has received a malformed envelope per Section 4, SHALL fall back
to rendering the tool result's conventional payload.  Because the
<spanx style="verb">binding_moment</spanx> field is additive (Section 7.1), the conventional
payload is always present and the fallback is always available.  A
surface SHOULD NOT fail an interaction solely because it could not
render an envelope.</t>

</section>
</section>
<section anchor="relationship-to-companion-memos"><name>Relationship to Companion Memos</name>

<t>This memo composes with the Morrison-family Internet-Drafts as
follows.</t>

<t><xref target="IDPRONOUNS"></xref> supplies the <spanx style="verb">~handle</spanx> namespace and the Sovereign /
Instrument trust-tier taxonomy.  The principal is a Sovereign-tier
handle and the agent an Instrument-tier handle; this memo introduces
no new handle category.</t>

<t><xref target="POLICYPROV"></xref> supplies the Model Context Protocol tool surface over an
identity substrate from which an agent retrieves policy and to which
it emits audit signals.  The briefing-and-binding envelope is carried
by a tool result on that same surface; a binding moment and its
resolution are among the runtime events an implementation MAY record
through the audit-signal mechanism that memo specifies.  This memo
specifies the transient delivery contract; <xref target="POLICYPROV"></xref> specifies the
durable audit channel.  The two are deliberately separated: the
envelope does not itself persist.</t>

<t><xref target="IDCOMMITS"></xref> supplies the attribution grammar.  Where an
implementation records a resolved binding moment, the attribution of
that record (the Sovereign-tier handle that resolved it and the
Instrument-tier handle that drafted the envelope) follows the
trailer grammar of <xref target="IDCOMMITS"></xref>.  This memo does not place attribution
slots in the envelope itself; attribution is a property of any durable
record, not of the transient payload.</t>

<t><xref target="MCPDNS"></xref> supplies the discovery mechanism by which a consuming
surface locates the MCP server whose tools emit envelopes.  This memo
introduces no new discovery surface.</t>

<t><xref target="SUBSTRATE"></xref> supplies the coordination posture for the case in which a
principal operates several agent sessions concurrently.  A binding
moment emitted by one session and a binding moment emitted by another
are independent payloads; this memo does not coordinate them, and an
implementation that surfaces concurrent binding moments deconflicts
them under the substrate-observation posture of that memo rather than
through any mechanism specified here.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This memo requests no IANA action.</t>

<t>The structured-field name <spanx style="verb">binding_moment</spanx> (Section 4) and the
tool-manifest annotation name <spanx style="verb">emits_binding_moment</spanx> (Section 7.2) are
illustrative of the reference implementation operated by the present
author.  They are member names within a Model Context Protocol tool
result and tool manifest respectively; they are not protocol
identifiers requiring registration.  A conforming implementation MAY
name these fields by any convention consistent with its MCP tool
schema.  If a future revision of this memo, or a companion
specification, proposes a registry for canonical tool-result field
names, that revision will request the corresponding IANA action.</t>

<t>No new transport, port number, URI scheme, media type, or DNS record
type is introduced by this memo.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The briefing-and-binding envelope is a delivery contract for decisions
a principal makes about an agent's behaviour.  Its security
considerations concern the integrity of the decision, not the
confidentiality of a stored record; the envelope holds no durable
state.</t>

<section anchor="synthesis-spoofing"><name>Synthesis Spoofing</name>

<t>An agent, or a compromised tool impersonating one, may emit an
envelope whose briefing slots misrepresent what the agent observed,
inducing the principal to validate a recommendation grounded in
falsified findings.  The envelope cannot prevent this; the briefing is
the agent's own account.  Mitigation is twofold.  First, the offer
slot (slot 4) and the answer-space hatch exist precisely so the
principal may interrogate any finding or supply an answer the agent
did not anticipate; a renderer that drops the offer or the hatch
(Section 8.1) removes this defence.  Second, the binding moment is a
tool result delivered over the <xref target="MCP"></xref> session, and an implementation
SHOULD authenticate the tool surface (for example via the
cryptographic identity envelope of <xref target="MCPDNS"></xref>) so that the principal's
agent is interacting with the substrate it intends.</t>

</section>
<section anchor="recommendation-as-coercion"><name>Recommendation as Coercion</name>

<t>The recommended option (slot 7) carries the agent's lean.  An agent
that consistently recommends the option most favourable to the agent's
operator, rather than to the principal, turns the envelope into a
manipulation surface.  The structural mitigations are the leading-stem
prohibition (Section 5.5), which keeps the lean visibly confined to
the option rather than smuggled into the question, and the
question-space hatch, which lets the principal reject a frame whose
options are all skewed.  An implementation SHOULD additionally monitor
the rate at which principals invoke the question-space hatch: a
persistently high rate against a particular agent or decision class is
evidence that the option grammar is systematically mis-framed.</t>

</section>
<section anchor="hatch-suppression"><name>Hatch Suppression</name>

<t>An agent or a renderer that disables an escape hatch removes a veto
path.  Disabling the question-space hatch in particular converts a
consensual binding moment into a forced choice.  An agent SHALL set a
hatch to <spanx style="verb">false</spanx> only where the corresponding revision is genuinely
inapplicable (Section 5.8), and a renderer SHALL NOT omit a hatch the
envelope marks <spanx style="verb">true</spanx> (Section 8.1).  An implementation SHOULD treat a
binding moment that disables a hatch as an event worth recording, so
that systematic hatch suppression is detectable by post-hoc audit
through the mechanism of <xref target="POLICYPROV"></xref>.</t>

</section>
<section anchor="confirmation-routing-under-concurrent-sessions"><name>Confirmation Routing Under Concurrent Sessions</name>

<t>Where a principal operates several agent sessions concurrently, a
binding moment that delegates a consequential action SHOULD be
rendered on a surface bound to the principal's own handle, so that an
agent session in possession of the principal's session credential
cannot resolve the binding moment on the principal's behalf.  The
envelope itself does not route; routing is a property of the consuming
surface and of the session-credential discipline of <xref target="POLICYPROV"></xref> and
<xref target="SUBSTRATE"></xref>.</t>

</section>
<section anchor="malformed-envelope-handling"><name>Malformed-Envelope Handling</name>

<t>A malformed envelope (Section 4) that a renderer nonetheless attempts
to render as a decision risks presenting the principal with a
decision whose options or recommendation are incoherent.  A renderer
SHALL discard a malformed envelope and fall back to the conventional
payload (Section 8.3) rather than render a partial or repaired
decision.</t>

</section>
</section>
<section anchor="privacy-considerations"><name>Privacy Considerations</name>

<t>The briefing-and-binding envelope is a transient payload.  It is
emitted, rendered, resolved, and discarded; this memo specifies no
durable store of envelopes and no log of resolutions.  An
implementation that does record resolved binding moments does so
through the audit-signal mechanism of <xref target="POLICYPROV"></xref>, and the privacy
considerations of that mechanism (significance-predicate scope,
argument redaction) apply to such records.  This memo adds two
considerations specific to the envelope.</t>

<t>First, the briefing slots may contain, in the agent's findings, an
account of observations the agent has made about the principal or
about third parties.  An agent SHOULD construct the findings slot to
the minimum needed for the principal to validate the decision, and
SHOULD NOT use the findings slot as an incidental disclosure channel
for material unrelated to the binding moment at hand.</t>

<t>Second, the principal's resolution, including a free-form
answer submitted through the answer-space hatch, is principal-
authored content returned to the agent.  An implementation SHALL treat
an answer-space response with the same care as any other principal
input and SHALL NOT persist it beyond what the audit-signal
significance predicate of <xref target="POLICYPROV"></xref> requires.</t>

</section>
<section anchor="implementation-status"><name>Implementation Status</name>

<t>This section records implementation experience in the spirit of
<xref target="RFC7942"></xref> and is expected to be removed before the document advances
beyond the Independent Stream.</t>

<t>A reference implementation of the briefing-and-binding envelope is
operated by the present author against a production Model Context
Protocol substrate.  An agent tool that surfaces the next question of
a conversational identity-discovery flow emits the envelope as an
additive <spanx style="verb">binding_moment</spanx> field of its tool result, behind a feature
flag, alongside the tool's conventional payload.  The envelope's eight
slots are populated as specified in Section 5: the synopsis and
findings report the state of the discovery flow, the recommended
option is selected by an information-gain heuristic over the available
answers, and the escape hatches are set per Section 5.8 with the
question-space hatch open.  A second tool that records a submitted
discovery answer emits a follow-on envelope soliciting whether to
continue.  Consuming surfaces render the envelope to a plain-text
multiple-choice block with a visibly marked recommended option and
both escape hatches.</t>

<t>No claim of interoperability is made; the reference deployment is a
single substrate operated by the specification's author.</t>

</section>
<section anchor="document-history"><name>Document History</name>

<t>draft-morrison-binding-moment-envelope-00 (May 2026):</t>

<t><list style="symbols">
  <t>Initial submission.</t>
  <t>Specifies the eight-slot briefing-and-binding envelope (Section 4):
synopsis, findings, recommendations, offer, question stem, options
with per-option reasoning, recommended option, and dual escape
hatches.</t>
  <t>Specifies the per-slot grammar and construction discipline
(Section 5), including the no-hedge rule on the synopsis and the
leading-stem prohibition.</t>
  <t>Specifies the dual-veto handshake (Section 6): the agent-side veto
by withheld emission and the two principal-side escape hatches
refusing the answer space and the question space respectively.</t>
  <t>Specifies the MCP delivery binding (Section 7): additive
<spanx style="verb">binding_moment</spanx> field, tool-manifest advertisement, staged
adoption, single-surface delivery.</t>
  <t>Specifies the renderer contract (Section 8): rendering invariants,
permitted native variation, and fallback rendering.</t>
</list></t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC2119;
&RFC8174;
&RFC8259;
<reference anchor="MCP" target="https://modelcontextprotocol.io">
  <front>
    <title>Model Context Protocol Specification</title>
    <author >
      <organization>Agentic AI Foundation</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="IDPRONOUNS" target="https://datatracker.ietf.org/doc/draft-morrison-identity-pronouns/">
  <front>
    <title>Identity Pronouns: A Reference-Axis Extension to ~handle Identity Systems</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>


    </references>

    <references title='Informative References' anchor="sec-informative-references">

<reference anchor="MCPDNS" target="https://datatracker.ietf.org/doc/draft-morrison-mcp-dns-discovery/">
  <front>
    <title>Discovery of Model Context Protocol Servers via DNS TXT Records</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="IDCOMMITS" target="https://datatracker.ietf.org/doc/draft-morrison-identity-attributed-commits/">
  <front>
    <title>Identity-Attributed Git Commits via Tier-Structured Trailers</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="POLICYPROV" target="https://datatracker.ietf.org/doc/draft-morrison-org-alter-policy-provision/">
  <front>
    <title>Policy Provision and Governance Inheritance from an Organisational Identity Substrate</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="SUBSTRATE" target="https://datatracker.ietf.org/doc/draft-morrison-substrate-observation/">
  <front>
    <title>Substrate-Observation as an Alternative to Envelope Coordination for Concurrent Sessions</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
&RFC7942;


    </references>

</references>


<?line 798?>

<section numbered="false" anchor="acknowledgements"><name>Acknowledgements</name>

<t>This memo grew out of internal design work on the structure of agent-
to-principal decision moments and the recognition that a binding
moment is consensual only when both parties are able to veto it: the agent by declining
to pose a question it cannot commit to, and the principal by two
distinct refusals.  The articulation of the
dual-veto handshake as the load-bearing element of the delivery
contract is the insight behind this specification.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA8196XMbx7Xv9/4rupgPJlUAtVwvCvhe6tGSnOiWtVyRTm7K
5TIHmAYx0WAGmR6Qwk3Zf/s9ay8zA1rJ+5JUxQKBmV5Pn+V3lp7P56av+tot
7Mn1xtlvu8qtq+Z2XjTl/NuqKeGzfdXcubrdwTOX9qWrqzvXHeyLtum7YtXb
ddvZy1vX9PO+nb/vqmZV7YoaHlxVvmob+6bdwo/e3lf9xr7cF/X8z65v7Qe3
auHRuip6eOrEFMtl5+5gGNLrnN8LnZ+Ysl01xRZGUXbFup9v266rfNvMl/LC
ll6YO3lh/uSJKYsenn/25NnX8ydfmRX8ddt2h4WtmnVr/H65rTyO8fqAk4Nm
3M7Bf5reVLtuYftu7/tnT578/skzY4p9v2m7hbF2Dv+3dr2vax7Ot3Xx0cE0
eTj0Y9vdFk31PzQ1WLW6d51947qqrIrGvu8P9vu+tKe/QgeuwB/P6C23Lap6
YZfY3v8Lv52v2i39vO+qhaWvFr/SM8Y0bbeFTu4cjuvDdy+ePX36e/n4/Ok3
X+rHZ1/Rt29evF9QS7rjb9rS1bST7lNv33dt367a2l7tYO/W1Up2Bt+Is5fp
LXjPq5W9fG2/a/dNSU9z80V36/qF3fT9zi8eP95iNyvuZSednFctPRt3CP58
/fL9h3dv3/3w9iof52vckwqWDYbYQF8eKfGDW7vONSs3v/xUefvqU+8aIjgg
rl83QL+1s+HFq4Pv3dZPTebBjfy8rZycNcyswBPyEbawcv36HFp6DDT8eEC+
lYxxvpPJPR4ujEFyTTYa9vHlcIleVn7V0sFs1/bYvroOnvD2riosNGCv//ua
jmFX/lsuzHa1m5eNn5c6tdHCIMW8ePfmzevrIwQzv+z7rlrue1faP1Y9LMl2
W/W8AteV6+ZXcMxW/b6D3687OH2wPP+OSxFopAjzma94LhOL8v7d969f/BWO
0p/zVXnf1tWKDtEds2Y4JPaPuLRNAefIvm42MOiePq+7dgu/23c0NU9TA64e
D9R+6WHkvft3XC74ek6Mcr6jKePR4ilPrNbVD99eXX+4vH6VL1aY4Pzd0sPB
odHawuOi0JAbOo/IbVREAXnBWaoafhTlIhzB1b7rUI5dORI1/5bk5cNc2zjX
iaUCWfLN7798tjBmPp/bgl5a9cZcb4ABb922tZ5Fh/O2B21imWoTIqatC9pE
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

-->

</rfc>

