<?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.4.10) -->


<!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 RFC8499 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8499.xml">
<!ENTITY RFC7942 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml">
<!ENTITY RFC8441 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8441.xml">
]>


<rfc ipr="trust200902" docName="draft-morrison-org-alter-policy-provision-03" category="info" submissionType="independent">
  <front>
    <title abbrev="Org-Alter Policy Provision">Policy Provision and Governance Inheritance from an Organisational Identity Substrate</title>

    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
      <address>
        <email>blake@truealter.com</email>
      </address>
    </author>

    <date year="2026" month="August" day="31"/>

    
    
    

    <abstract>


<?line 65?>

<t>This memo specifies how an artificial-intelligence agent runtime,
bound at instantiation to a principal identity handle, resolves at
session initialisation a target organisational identity substrate
from a manifest source bound to the runtime's working context and
retrieves from that substrate a typed policy stack comprising a
handbook artefact, a standard-operating-procedure registry pointer,
an enforcement-gate specification, and an audit-signal ingestion
endpoint.  The policy stack is then applied as runtime constraints
on subsequent tool invocations, with audit signals emitted back to
the same substrate.  Policy provision occurs in the same act of
session initialisation as principal identification, rather than as
a separate ceremony against a side-channel governance plane.  A
principal concurrently bound to multiple organisational substrates
operates the runtime under a deterministic composition of the
several policy stacks, with cross-organisational residual conflicts
routed to the peer-protocol Identity Accord ceremony <xref target="IDACCORD"></xref>
rather than to a meta-federation authority.  The memo is
Informational.  The wire surface relies on the DNS-based discovery
of <xref target="MCPDNS"></xref> and the handle namespace of <xref target="IDPRONOUNS"></xref>; no new
transport is introduced.</t>



    </abstract>



  </front>

  <middle>


<?line 88?>

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

<t>Artificial-intelligence agent runtimes operated by a human principal
require, at the moment they begin acting on the principal's behalf,
a corpus of policy artefacts that constrain their behaviour:
permitted and refused actions, vocabulary and tone rules, escalation
procedures, audit destinations, and the standard operating
procedures the principal's organisation has adopted.  In current
practice these artefacts are supplied to the agent runtime by a
governance plane architecturally separate from the principal's
identity infrastructure.  The agent runtime authenticates to one
substrate (an identity provider) and receives policy from another
(a governance platform, an orchestration framework's configuration
plane, a per-tool policy console).  The two substrates are joined
by out-of-band integration work specific to each deployment.</t>

<t>This memo articulates a different arrangement and specifies the
wire surface that supports it.  An organisational identity
substrate, addressable by the same identity handle that authenticates
the principal as a member of the organisation, exposes typed
surfaces over the Model Context Protocol <xref target="MCP"></xref> that carry the
policy artefacts the agent runtime requires.  The agent runtime
resolves the substrate at session initialisation, fetches the
typed surfaces, applies them as runtime constraints, and emits
audit signals to the same substrate.  Policy provision is a
byproduct of principal identification rather than a separate
ceremony.</t>

<t>The arrangement composes directly with the discovery mechanism of
<xref target="MCPDNS"></xref>, the handle namespace of <xref target="IDPRONOUNS"></xref>, the attribution
grammar of <xref target="IDCOMMITS"></xref>, the cross-session coordination posture of
<xref target="SUBSTRATE"></xref>, and the cross-organisational ceremony of <xref target="IDACCORD"></xref>.
No new transport, no new handle category, and no new attribution
slot is introduced.  The contribution of this memo is the
specification of the typed surface set, the session-initialisation
flow that retrieves them, the runtime application of the retrieved
enforcement-gate specification, the audit-signal flow back to the
substrate, the live-update propagation, the multi-organisational
composition rule, and the compliance-state inheritance posture.</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="RFC2119"></xref> <xref target="RFC8174"></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.
Terms previously defined by the referenced Morrison-family memos
retain their established meaning and are reproduced here only when
operative for the present specification.</t>

<dl>
  <dt>~handle</dt>
  <dd>
    <t>A principal identity handle as defined by <xref target="IDPRONOUNS"></xref>.  A
Sovereign-tier handle is human-controlled (e.g. <spanx style="verb">~alice</spanx>); an
Instrument-tier handle is agent-runtime-vendor-controlled and
conventionally prefixed <spanx style="verb">~cc-</spanx> (e.g. <spanx style="verb">~cc-example-model</spanx>).  A
handle's trust tier is a property of the handle, not a property
of any session it appears in.</t>
  </dd>
  <dt>Organisational identity substrate</dt>
  <dd>
    <t>A network-addressable system that authoritatively recognises a
set of <spanx style="verb">~handles</spanx> as members of an organisation, maintains the
organisation's policy artefacts, and exposes typed surfaces by
which authenticated agent runtimes of recognised members may
retrieve those artefacts and submit audit signals back.  The
substrate is itself addressable by a handle, conventionally
domain-qualified (e.g. <spanx style="verb">~example.com</spanx>).</t>
  </dd>
  <dt>Policy artefact</dt>
  <dd>
    <t>A datum retrieved from the organisational identity substrate
that constrains an agent runtime's subsequent behaviour.  The
required policy artefacts specified by this memo are the
handbook, the standard-operating-procedure registry, the
enforcement-gate specification, and the audit-signal ingestion
endpoint.</t>
  </dd>
  <dt>Enforcement gate</dt>
  <dd>
    <t>A single rule within the enforcement-gate specification
comprising a trigger predicate evaluated against tool name and
arguments, an action selected from a defined action set, an
applicability scope, and an explanation string.  Enforcement
gates are policy retrieved from the substrate; they are not
hardcoded behaviour of the agent runtime.</t>
  </dd>
  <dt>Audit signal</dt>
  <dd>
    <t>An append-only record submitted by the agent runtime to the
organisational identity substrate's ingestion endpoint following
a runtime event that meets a substrate-specified significance
predicate.</t>
  </dd>
  <dt>Session-bind</dt>
  <dd>
    <t>The discrete act, at agent runtime instantiation, of
authenticating the bound principal handle to the resolved
organisational identity substrate and retrieving the policy
artefacts that will govern the session.</t>
  </dd>
  <dt>Manifest source</dt>
  <dd>
    <t>A configuration surface bound to the agent runtime's working
context (DNS TXT record under the <spanx style="verb">_alter.</spanx> scheme of <xref target="MCPDNS"></xref>,
project-resident anchor file, environment variable, or handle-
scoped fallback) that names the target organisational identity
substrate for the session.  Section 4 gives the normative
evaluation order, which is this one, and states why it runs from
least to most writable by a party who controls only the working
directory tree.</t>
  </dd>
  <dt>Accord</dt>
  <dd>
    <t>The peer-protocol cross-organisational ceremony defined by
<xref target="IDACCORD"></xref>.  Referenced here as the terminator of unresolvable
multi-organisational policy-composition residuals.</t>
  </dd>
</dl>

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

<t>The arrangement specified by this memo comprises four operative
surfaces and three flow stages.</t>

<section anchor="operative-surfaces"><name>Operative Surfaces</name>

<t>The organisational identity substrate SHALL expose at minimum the
following four typed surfaces over the Model Context Protocol
<xref target="MCP"></xref> to authenticated agent runtimes of recognised members.  Each
surface is addressable as a tool invocation against the substrate.</t>

<dl>
  <dt><spanx style="verb">org_alter_handbook</spanx></dt>
  <dd>
    <t>Returns the organisational handbook artefact.  The handbook
comprises the body of prose policy that an organisation
customarily supplies to a contractor at the commencement of an
engagement: voice and tone rules, vocabulary constraints,
positioning rules, decision-routing rules, and any further
prose policy the organisation considers operative.  The surface
SHALL support both whole-handbook retrieval and section-scoped
retrieval by section identifier.</t>
  </dd>
  <dt><spanx style="verb">org_alter_sop_registry</spanx></dt>
  <dd>
    <t>Returns the registry of standard operating procedures maintained
by the organisational identity substrate.  Each registry entry
carries a stable identifier, a title, a status (live, draft,
deprecated), a body, and an invocation verb under which the
agent runtime may execute the procedure.  The surface SHALL
support both registry listing and individual-procedure retrieval.</t>
  </dd>
  <dt><spanx style="verb">org_alter_enforcement_gates</spanx></dt>
  <dd>
    <t>Returns the specification of enforcement gates the agent runtime
is to apply to subsequent tool invocations.  The grammar of an
enforcement gate is defined in Section 5.</t>
  </dd>
  <dt><spanx style="verb">org_alter_ingest</spanx></dt>
  <dd>
    <t>Accepts audit signals submitted by the agent runtime per
Section 6.  The surface is append-only; admitted signals are
written to the organisational identity substrate's append-only
event log and are not retractable or amendable.</t>
  </dd>
</dl>

<t>Additional surfaces (a roster surface, a decisions surface, a
compliance surface) MAY be exposed by the organisational identity
substrate; agent runtimes consulting such surfaces operate beyond
the required minimum specified here.</t>

</section>
<section anchor="flow-stages"><name>Flow Stages</name>

<t>The session-bind flow comprises three stages, executed in order:</t>

<t><list style="numbers" type="1">
  <t><strong>Resolve.</strong>  The agent runtime determines the target
organisational identity substrate by consulting the manifest
source, as specified in Section 4.</t>
  <t><strong>Retrieve.</strong>  The agent runtime authenticates to the resolved
substrate using the bound principal handle's session credential
and retrieves the four required policy artefacts via the
surfaces of Section 3.1.</t>
  <t><strong>Apply.</strong>  The agent runtime translates the retrieved
enforcement-gate specification into runtime hooks, registers
the audit-signal endpoint as the destination for subsequent
significant-event emissions, and surfaces the handbook and
SOP registry to the bound principal as in-context advisory
material.</t>
</list></t>

<t>The three stages constitute session-bind.  All three SHALL complete
before the agent runtime acts on the principal's first prompt of
the session.  If any stage fails, session-bind SHALL fail; partial
inheritance of policy is not permitted (Section 9).</t>

</section>
</section>
<section anchor="discovery-and-resolution"><name>Discovery and Resolution</name>

<t>The agent runtime SHALL resolve the target organisational identity
substrate from a manifest source bound to the runtime's working
context.  Manifest sources are evaluated in the priority order
below, from the source least writable by a party who controls only
the working directory tree to the source most writable by such a
party.  The first source that yields a handle is operative; later
sources are not consulted.</t>

<t><list style="numbers" type="1">
  <t><strong>DNS TXT record under the <spanx style="verb">_alter.</spanx> scheme of <xref target="MCPDNS"></xref>.</strong>
The agent runtime resolves the working directory's source-
control remote (where present) to a domain name and queries
<spanx style="verb">_alter.&lt;domain&gt;</spanx> per <xref target="MCPDNS"></xref>.  The TXT record's <spanx style="verb">org_alter</spanx>
field, when present, names the target substrate.  Writing this
source requires control of the domain's DNS zone in the sense of
<xref target="RFC8499"></xref>, which a party who controls only the working directory
tree does not by that fact possess.</t>
  <t><strong>Project-resident anchor.</strong>  A file at an implementation-
defined path within the working directory tree (a recommended
path is <spanx style="verb">.alter/org-alter.toml</spanx> or an <spanx style="verb">[org-alter]</spanx> block
within <spanx style="verb">pyproject.toml</spanx>, <spanx style="verb">package.json</spanx>, or <spanx style="verb">Cargo.toml</spanx>)
names the target substrate by handle.  This source carries no
cryptographic binding to the substrate it names; it is
consulted only when source (1) does not resolve.</t>
  <t><strong>Environment variable.</strong>  An implementation-defined
environment variable (a recommended name is
<spanx style="verb">ALTER_ORG_HANDLE</spanx>) carries the target substrate handle.</t>
  <t><strong>Handle-scoped fallback.</strong>  If sources (1) through (3) do
not resolve, the runtime falls back to the principal's own
handle-scoped substrate, which exposes the same typed surfaces
as an organisational identity substrate but is scoped to the
principal alone and does not participate in multi-organisational
composition (Section 8).</t>
</list></t>

<t>The resolved handle is translated to a substrate endpoint via the
DNS-based resolution mechanism of <xref target="MCPDNS"></xref>.  The agent runtime
opens a Model Context Protocol session against the endpoint,
authenticating with the bound principal handle's session credential
obtained from the implementation-defined session manifest.</t>

<t>A substrate that does not recognise the authenticating handle as a
member SHALL refuse the session; an unrecognised handle MUST NOT
receive policy artefacts.  The substrate MAY further refuse on
trust-tier grounds: an Instrument-tier handle SHALL be admitted
only when the substrate's policy explicitly admits Instrument-tier
sessions from the corresponding Sovereign-tier handle's delegation.</t>

</section>
<section anchor="enforcement-gate-grammar"><name>Enforcement Gate Grammar</name>

<t>The <spanx style="verb">org_alter_enforcement_gates</spanx> surface (Section 3.1) returns
an enforcement-gate specification.  An enforcement-gate
specification is a list of enforcement gates.  Each enforcement
gate is an object with the following fields.</t>

<dl>
  <dt><spanx style="verb">id</spanx> (string, REQUIRED)</dt>
  <dd>
    <t>A stable identifier for the gate, unique within the
specification.  Identifiers are used as the addressing target
for audit signals (Section 6) and for policy-update propagation
(Section 7).</t>
  </dd>
  <dt><spanx style="verb">trigger</spanx> (object, REQUIRED)</dt>
  <dd>
    <t>The trigger predicate evaluated against each prospective tool
invocation.  The object's keys are predicate operators; the
values are operator-specific patterns.  Minimum operator set:
</t>

    <t><list style="symbols">
      <t><spanx style="verb">tool_name_match</spanx> (string): regular expression matched against
the tool name.</t>
      <t><spanx style="verb">path_glob</spanx> (string): glob pattern matched against any
argument resolvable as a filesystem path.</t>
      <t><spanx style="verb">command_substring</spanx> (string): substring matched against any
argument carrying a command string.</t>
      <t><spanx style="verb">arg_arity</spanx> (object): minimum and maximum bounds on argument
list length.</t>
    </list></t>

    <t>A trigger object matches when every operator present in the
object matches.  Additional operators MAY be defined by the
substrate and SHOULD be ignored by agent runtimes that do not
understand them.</t>
  </dd>
  <dt><spanx style="verb">action</spanx> (enum, REQUIRED)</dt>
  <dd>
    <t>One of:
</t>

    <t><list style="symbols">
      <t><spanx style="verb">block</spanx>: the tool invocation is refused.  The runtime returns
the gate's explanation string to the agent reasoning loop as
a synthetic error and emits a <spanx style="verb">policy.violation</spanx> audit signal.</t>
      <t><spanx style="verb">prompt-for-confirmation</spanx>: the tool invocation is paused and
a confirmation prompt is rendered to the Sovereign-tier
principal.  The invocation proceeds only on principal
confirmation.  A <spanx style="verb">gate.confirmation-requested</spanx> audit signal
is emitted on prompt; a <spanx style="verb">gate.confirmation-granted</spanx> or
<spanx style="verb">gate.confirmation-denied</spanx> signal is emitted on outcome.</t>
      <t><spanx style="verb">allow-with-audit</spanx>: the tool invocation proceeds, and a
<spanx style="verb">gate.allowed-with-audit</spanx> audit signal is emitted.</t>
    </list></t>
  </dd>
  <dt><spanx style="verb">scope</spanx> (object, OPTIONAL)</dt>
  <dd>
    <t>An applicability scope restricting the gate's effect.  Recognised
keys:
</t>

    <t><list style="symbols">
      <t><spanx style="verb">trust_tiers</spanx> (array of strings): the trust tiers (Sovereign,
Instrument, Bot) to which the gate applies.  Omission
indicates all tiers.</t>
      <t><spanx style="verb">working_context_glob</spanx> (string): a glob matched against the
agent runtime's working directory path.  Omission indicates
all contexts.</t>
    </list></t>
  </dd>
  <dt><spanx style="verb">explanation</spanx> (string, REQUIRED)</dt>
  <dd>
    <t>A human-readable explanation of the gate, returned to the agent
runtime on action execution.  The explanation SHOULD be
sufficient for the reasoning loop to surface to the principal
without further substrate round-trip.</t>
  </dd>
  <dt><spanx style="verb">audit_emit_on</spanx> (array of strings, OPTIONAL)</dt>
  <dd>
    <t>A list of event types for which audit signals are emitted on
this gate's evaluation, beyond the action-implicit signals
enumerated above.  Substrate-significance predicates (Section 6)
may select event types not directly tied to a gate; this field
carries the per-gate overrides.</t>
  </dd>
</dl>

<t>When two or more gates trigger on a single prospective tool
invocation (after applicability-scope filtering), the gate whose
action is most restrictive prevails.  Order of restrictiveness,
from most to least, is <spanx style="verb">block</spanx>, <spanx style="verb">prompt-for-confirmation</spanx>,
<spanx style="verb">allow-with-audit</spanx>.</t>

<t>The agent runtime SHALL NOT maintain enforcement gates outside the
specification retrieved from the substrate.  Gates are policy,
sourced from the substrate; an agent runtime that hardcodes a gate
operates outside the surface of this memo.</t>

</section>
<section anchor="audit-signal-flow"><name>Audit Signal Flow</name>

<t>The agent runtime emits audit signals to the substrate's
<spanx style="verb">org_alter_ingest</spanx> surface for runtime events that meet a
substrate-specified significance predicate.  The significance
predicate is itself policy retrieved from the substrate; the
substrate determines which events are significant, not the runtime.</t>

<t>An audit signal is an object with the following minimum fields:</t>

<dl>
  <dt><spanx style="verb">type</spanx> (string, REQUIRED)</dt>
  <dd>
    <t>The event type.  The minimum-set of event types a conformant
runtime SHALL emit when triggered comprises:
</t>

    <t><list style="symbols">
      <t><spanx style="verb">session.start</spanx> at session bind, carrying the bound principal
handle, trust tier, resolved substrate handle, and manifest
source used for resolution.</t>
      <t><spanx style="verb">session.end</spanx> at session termination, carrying the bound
handle and a structured summary of session activity.</t>
      <t><spanx style="verb">tool.invoke</spanx> per tool invocation that meets the substrate-
specified significance predicate, carrying the tool name, a
redacted argument summary, the gate evaluation outcome, and
the result classification.</t>
      <t><spanx style="verb">policy.violation</spanx> when a <spanx style="verb">block</spanx> gate action fires, carrying
the gate identifier and the offending invocation.</t>
      <t><spanx style="verb">policy.update</spanx> on receipt of a live-substrate policy update
(Section 7), acknowledging the new policy epoch.</t>
      <t><spanx style="verb">gate.confirmation-requested</spanx>, <spanx style="verb">gate.confirmation-granted</spanx>,
<spanx style="verb">gate.confirmation-denied</spanx> on <spanx style="verb">prompt-for-confirmation</spanx> flow.</t>
      <t><spanx style="verb">gate.allowed-with-audit</spanx> on the corresponding action.</t>
    </list></t>
  </dd>
  <dt><spanx style="verb">payload</spanx> (object, REQUIRED)</dt>
  <dd>
    <t>Event-type-specific structured data.  The substrate's significance
predicate MAY constrain payload shape per event type.</t>
  </dd>
  <dt><spanx style="verb">attribution</spanx> (object, REQUIRED)</dt>
  <dd>
    <t>Carries the Sovereign-tier handle and any in-scope Instrument-tier
handle.  The grammar follows the trailer slots defined by
<xref target="IDCOMMITS"></xref>; the audit-signal <spanx style="verb">attribution</spanx> field is the
protocol-layer companion to the commit-trailer block.</t>
  </dd>
  <dt><spanx style="verb">timestamp</spanx> (string, REQUIRED)</dt>
  <dd>
    <t>RFC 3339 timestamp at which the runtime emitted the signal.</t>
  </dd>
  <dt><spanx style="verb">gate_id</spanx> (string, OPTIONAL)</dt>
  <dd>
    <t>When the signal arises from a gate evaluation, the identifier
of the gate.</t>
  </dd>
</dl>

<t>The substrate's audit-signal endpoint is append-only.  Admitted
signals SHALL NOT be retracted or amended by the emitting runtime
or by the substrate operator.  The structural co-location of
policy and audit at the same substrate is the essential
property of this section; an audit channel addressable separately
from the policy that governed the audited events does not satisfy
this specification.</t>

</section>
<section anchor="live-policy-updates"><name>Live Policy Updates</name>

<t>The agent runtime maintains, for the duration of the session, a
subscription channel against the resolved organisational identity
substrate over which the substrate emits policy-update
notifications.  The subscription channel SHOULD be implemented as
a Server-Sent Events stream <xref target="RFC8441"></xref> or equivalent
unidirectional-from-substrate transport that the existing
Model Context Protocol session can carry without additional
authentication round-trip.</t>

<t>On receipt of a policy-update notification, the runtime SHALL:</t>

<t><list style="numbers" type="1">
  <t>Re-fetch the affected policy artefact via the corresponding
typed surface of Section 3.1.</t>
  <t>Recompute the runtime hooks of Section 5 from the updated
enforcement-gate specification.</t>
  <t>Atomically replace its in-memory policy state.  No tool
invocation issued after the atomic replacement observes a
partial composition of the pre-update and post-update gate
sets.</t>
  <t>Emit a <spanx style="verb">policy.update</spanx> audit signal acknowledging the new
policy epoch.</t>
</list></t>

<t>A runtime SHALL NOT require process restart to apply a policy
update.  An update notification that the runtime cannot apply
(because the substrate returned a malformed artefact, or because
the runtime's hook surface cannot represent the updated gate set)
SHALL cause the runtime to emit a <spanx style="verb">policy.update-failed</spanx> audit
signal and either retain the prior policy state and surface the
condition to the principal, or terminate the session at the
substrate's configured failure-mode.</t>

</section>
<section anchor="multi-organisational-composition"><name>Multi-Organisational Composition</name>

<t>A principal MAY be concurrently recognised by multiple
organisational identity substrates.  When the manifest source
resolution of Section 4 returns more than one substrate handle
(for example, when the project-resident anchor names a primary
substrate and the session credential carries auxiliary memberships),
the agent runtime composes the retrieved policy stacks under the
following rules.</t>

<dl>
  <dt><spanx style="verb">org_alter_handbook</spanx> composition</dt>
  <dd>
    <t>Handbooks compose by union.  Where two handbooks declare
conflicting sections, the substrate declared earlier in the
manifest's precedence order prevails.  In the absence of
explicit precedence, the substrate resolved from the working-
context anchor (Section 4(1) or 4(2)) prevails.</t>
  </dd>
  <dt><spanx style="verb">org_alter_sop_registry</spanx> composition</dt>
  <dd>
    <t>Standard-operating-procedure registries compose by union.
Procedures are identified by the tuple <spanx style="verb">(substrate-handle,
procedure-identifier)</spanx> to permit identically-named procedures
across substrates without collision.</t>
  </dd>
  <dt><spanx style="verb">org_alter_enforcement_gates</spanx> composition</dt>
  <dd>
    <t>Enforcement gates compose by union under a strictest-applicable
rule: where two gates from distinct substrates trigger on a
single prospective tool invocation, the gate whose action is
most restrictive prevails (order as in Section 5).</t>
  </dd>
  <dt><spanx style="verb">org_alter_ingest</spanx> segregation</dt>
  <dd>
    <t>An audit signal arising from a gate whose evaluation drew on
policy from multiple substrates SHALL be emitted only to the
audit-signal endpoint of the substrate whose own policy
contributed the gate, and SHALL carry only that substrate's
share of the evaluation.  A runtime MUST NOT emit an audit
signal to a substrate whose policy did not participate in the
evaluation.  A runtime MUST NOT include in an emitted signal a
field, count, identifier, gate reference or timing correlation
from which the receiving substrate could infer that the
principal is bound to another substrate.  Where a gate cannot
be evaluated without disclosing that a peer contribution
exists, the runtime SHALL suppress the invocation and record a
local diagnostic visible to the principal only.  The
prohibition this rule enforces is stated in the Privacy
Considerations under Identity-Binding Leakage.</t>
  </dd>
</dl>

<t>Cross-organisational residual conflicts that the composition
rules above cannot resolve (for example, two substrates' handbooks
declaring mutually-inconsistent positioning rules where neither is
clearly subordinate under the manifest precedence) SHALL cause
the agent runtime to suspend the conflicting action and to record
a local diagnostic visible to the principal only.  The
runtime MUST NOT emit a residual-conflict signal to any substrate
and MUST NOT name one substrate to another, because either act
discloses the principal's other binding.  Where the principal
elects to have the conflict resolved between the substrates, the
principal discloses each binding to the other as a deliberate act,
and the peer-protocol Identity Accord ceremony <xref target="IDACCORD"></xref> then
proceeds between the participating substrates on that disclosure.
Resolution does not proceed via a meta-
federation authority; a meta-federation authority is structurally
precluded by the multi-organisational topology this section
specifies.</t>

</section>
<section anchor="compliance-state-inheritance"><name>Compliance-State Inheritance</name>

<t>At session-bind, the agent runtime inherits the organisational
identity substrate's then-current compliance state as a single
coherent snapshot.  The snapshot comprises at minimum:</t>

<t><list style="symbols">
  <t>The audit-signal endpoint URI and its current write credential.</t>
  <t>The enforcement-gate specification at its current epoch.</t>
  <t>The standard-operating-procedure registry pointer at its
current revision.</t>
  <t>A hash of the handbook artefact at its current revision.</t>
  <t>The set of compliance commitments the substrate has accepted
and currently asserts (for example, a refusal of a specified
category of automated invocation, or a specified regulatory
posture).</t>
</list></t>

<t>Inheritance SHALL be atomic.  Either all snapshot elements are
inherited at a single substrate epoch, or session-bind fails.  A
session that proceeds with a partial snapshot is non-conformant.
The runtime SHALL surface session-bind failure to the principal
with the substrate-returned diagnostic; it SHALL NOT silently
degrade to a fallback policy stack.</t>

<t>Subsequent live updates (Section 7) modify the snapshot at the
runtime in place but do not retroactively alter the snapshot epoch
recorded at session-bind.  The audit trail of a session is the
sequence of policy epochs the runtime observed across its
lifetime, anchored by the session-bind snapshot.</t>

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

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

<t>The four required typed surfaces named in Section 3.1
(<spanx style="verb">org_alter_handbook</spanx>, <spanx style="verb">org_alter_sop_registry</spanx>,
<spanx style="verb">org_alter_enforcement_gates</spanx>, <spanx style="verb">org_alter_ingest</spanx>) are illustrative
of the reference substrate operated by Alter Meridian Pty Ltd.
Conforming substrates MAY name their surfaces by any convention
consistent with their addressing primitive; the central
contribution of this memo is the typed-surface enumeration over
an organisational identity substrate, not the surface names
themselves.  If a future revision of this memo, or a companion
specification, proposes a registry for canonical substrate-surface
names, that revision will request the corresponding IANA action.</t>

<t>Where a substrate elects to advertise its handle in the <xref target="MCPDNS"></xref>
discovery record, the <spanx style="verb">org_alter</spanx> field is added under the
field-extension mechanism of <xref target="MCPDNS"></xref>; this memo requests no
separate registry allocation.  No new DNS RR types, transport
identifiers, port numbers, URI schemes, or media types are
introduced.  The reuse of the <spanx style="verb">_alter.&lt;domain&gt;</spanx> DNS label
(Section 4(1)) is per <xref target="MCPDNS"></xref> and requires no further allocation
here.</t>

<t>The session-manifest path layout referenced by Section 4(2) and
Section 4(3) is implementation-defined and is not registered.</t>

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

<t>The arrangement specified by this memo concentrates policy,
attribution, and audit on a single substrate addressable by the
principal's identity credential.  The concentration is the load-
bearing property; it is also the principal source of the
following security considerations.</t>

<section anchor="manifest-source-spoofing"><name>Manifest-Source Spoofing</name>

<t>The subsections below reason about a substrate that has already
been correctly resolved.  This subsection addresses the step that
precedes all of them.  A party able to influence the working
directory tree that an agent runtime resolves against (a
compromised or malicious repository, a poisoned pull request
checked out for review, a dependency that ships an <spanx style="verb">[org-alter]</spanx>
block) may attempt to cause the manifest-source resolution of
Section 4 to name a substrate that party controls.  Such a party
does not need to compromise a substrate at all; it need only be
consulted as the resolution input.  Mitigations:</t>

<t><list style="symbols">
  <t>Section 4 orders the DNS TXT source ahead of the project-
resident anchor precisely because writing the former requires
control of a DNS zone, and writing the latter requires only
write access to the working directory tree.  A conformant
implementation SHALL NOT consult the project-resident anchor
when the DNS source resolves, so resolution does not depend on
working-directory content whenever the <xref target="MCPDNS"></xref> Ed25519-bound
record is present.</t>
  <t>The project-resident anchor carries no cryptographic binding to
the substrate it names.  A runtime that resolves the session's
governing substrate via the project-resident anchor SHOULD
surface that fact to the principal, so that governance derived
from working-directory content is not silently indistinguishable
from governance derived from a cryptographically-bound source.</t>
  <t>Section 8's handbook-composition tie-break defers, in the
absence of explicit precedence, to the substrate resolved from
the working-context anchor.  Because Section 4 places the DNS
source ahead of the project-resident anchor, this tie-break
resolves to the DNS-bound substrate whenever DNS resolves, and
to the project-resident anchor only when DNS does not.</t>
</list></t>

</section>
<section anchor="substrate-compromise"><name>Substrate Compromise</name>

<t>A compromised organisational identity substrate may serve falsified
policy artefacts to authenticated members, induce the runtime to
emit audit signals to an attacker-controlled endpoint, or suppress
update notifications to keep runtimes operating under stale gates.
Mitigations:</t>

<t><list style="symbols">
  <t>The substrate's policy artefacts SHOULD be served over a
channel authenticated by the cryptographic identity envelope
of <xref target="MCPDNS"></xref> (the <spanx style="verb">_alter.&lt;domain&gt;</spanx> Ed25519 binding) so that a
consuming runtime can verify the artefact bears the substrate's
declared signing key.</t>
  <t>Audit-signal endpoints SHOULD be pinned at session-bind time
to the endpoint URI recorded in the compliance snapshot
(Section 9); mid-session redirection of the endpoint SHALL
require a <spanx style="verb">policy.update</spanx> notification carrying the new endpoint
under the same signing key.</t>
  <t>Runtimes SHOULD treat suppressed update notifications as an
observable substrate signal under the substrate-observation
posture of <xref target="SUBSTRATE"></xref>; prolonged absence of update events on
a substrate that asserts an active policy lifecycle is
itself diagnostic.</t>
</list></t>

</section>
<section anchor="trust-tier-escalation"><name>Trust-Tier Escalation</name>

<t>An Instrument-tier handle that successfully presents a Sovereign-
tier session credential (through credential theft, compromised
session manifest, or substrate misissuance) would receive the
Sovereign-tier gate set, which is by construction more permissive.
Mitigations:</t>

<t><list style="symbols">
  <t>The substrate SHALL bind trust tier to the handle itself, not
to the session, and SHALL refuse Instrument-tier handles
presenting Sovereign-tier credentials at the recognition step.</t>
  <t>Audit signals SHALL carry attribution per Section 6; an
Instrument-tier session writing to the audit log under a
Sovereign-tier attribution is detectable by post-hoc audit and
by the cross-tier checks defined in <xref target="IDCOMMITS"></xref>.</t>
  <t>Sovereign-tier confirmation prompts (Section 5's <spanx style="verb">prompt-for-
confirmation</spanx> action) SHOULD be rendered through an out-of-
band channel addressable only by the human principal, so that
an Instrument-tier session in possession of the Sovereign-tier
session credential cannot satisfy a confirmation on the
principal's behalf.</t>
</list></t>

</section>
<section anchor="multi-organisational-conflict-exploitation"><name>Multi-Organisational Conflict Exploitation</name>

<t>A principal recognised by multiple substrates may be the vector
for an exploit in which one substrate's gate is suppressed by a
falsified or absent gate from a second substrate.  Mitigations:</t>

<t><list style="symbols">
  <t>The strictest-applicable rule of Section 8 SHALL be evaluated
over the gates actually retrieved from each substrate.  A
substrate that fails to return its enforcement-gate
specification at session-bind SHALL cause session-bind to fail
for that substrate (no implicit empty-gate-set composition).</t>
  <t>The principal's manifest precedence declarations SHOULD be
authenticated against the principal's signing key per
<xref target="IDPRONOUNS"></xref> so that a forged precedence claim cannot install
a less-restrictive substrate as the primary.</t>
</list></t>

</section>
<section anchor="live-update-replay"><name>Live-Update Replay</name>

<t>An attacker positioned to observe the subscription channel may
attempt to replay an aged <spanx style="verb">policy.update</spanx> notification to roll a
runtime back to an earlier policy epoch.  Mitigations:</t>

<t><list style="symbols">
  <t>Update notifications SHALL carry a monotonic substrate-emitted
epoch identifier.</t>
  <t>Runtimes SHALL reject notifications carrying an epoch less than
or equal to the runtime's currently-applied epoch.</t>
  <t>The substrate's append-only audit log retains the ordered
history of issued epoch identifiers and is consultable for
post-hoc replay detection.</t>
</list></t>

</section>
<section anchor="pseudonymous-discovery-substrates"><name>Pseudonymous Discovery Substrates</name>

<t>The handle-scoped fallback of Section 4(4) operates the typed
surfaces against a principal-scoped substrate that does not assert
organisational membership.  An agent runtime in this configuration
inherits the principal's own policy stack but does not benefit
from multi-organisational composition.  Implementations SHOULD
surface to the principal that the session is operating in the
fallback configuration so that the absence of an organisational
substrate is not silently consumed.</t>

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

<t>The audit-signal flow of Section 6 records the agent runtime's
tool-invocation activity on the substrate.  The substrate operator
has visibility into the principal's session activity at the
granularity of the substrate-specified significance predicate.
Three privacy postures arise.</t>

<section anchor="significance-predicate-scope"><name>Significance-Predicate Scope</name>

<t>The substrate determines which events are significant and therefore
audited.  A significance predicate covering every tool invocation
yields a complete activity log; a narrower predicate audits
only events the substrate considers operative.  Substrate operators
SHOULD publish their significance predicates as part of the
handbook artefact so that authenticated members understand the
scope of audit they consent to as a function of membership.</t>

</section>
<section anchor="argument-redaction"><name>Argument Redaction</name>

<t>Tool-invocation arguments SHOULD be redacted before inclusion in
the <spanx style="verb">tool.invoke</spanx> audit signal payload.  Minimum redaction practice
is removal of secret material (credentials, signing keys),
personally-identifying information about third parties referenced
in the invocation, and any field the principal has marked
sensitive in a per-session redaction profile.  Substrate operators
SHOULD specify their argument-redaction expectations in the
handbook artefact.</t>

</section>
<section anchor="identity-binding-leakage"><name>Identity-Binding Leakage</name>

<t>A principal may be concurrently bound to more than one
organisational substrate.  The fact of that concurrency is itself
identifying: a substrate that learns a peer substrate participated
in an evaluation learns that the principal is bound to that peer,
and no party other than the principal can consent to the
disclosure.  <xref target="SUBSTRATE"></xref> names this failure Identity-Binding
Leakage and treats it as an anti-pattern.</t>

<t>Accordingly, a substrate MUST NOT be told, and MUST NOT be able to
infer, that the principal holds a binding to any other substrate.
The prohibition covers the existence of the other binding, its
count, its name, its handle, its domain, and any gate, signal
field, error, latency or ordering artefact from which any of those
could be derived.  It is not satisfied by pseudonymising the peer
substrate, because a stable pseudonym still discloses that a peer
exists, and it is not satisfied by notice, because notice does not
make the disclosure consented to by the principals it identifies.</t>

<t>Revisions -00, -01 and -02 of this memo specified in this position
a Cross-Substrate Audit Fan-Out, under which audit signals arising
from a multi-substrate evaluation were broadcast to every
contributing substrate.  That mechanism is withdrawn.  It
performed the disclosure this section prohibits, and it cannot be
made conformant by notice or by declaration in a handbook
artefact.  Implementations of an earlier revision SHOULD disable
the fan-out and emit under the segregation rule of Section 8.</t>

</section>
</section>
<section anchor="relation-to-companion-memos"><name>Relation to Companion Memos</name>

<t>This memo composes with five Morrison-family Internet-Drafts.</t>

<t><xref target="MCPDNS"></xref> supplies the DNS-based discovery surface from which the
manifest-source resolution of Section 4(1) draws and the
cryptographic identity envelope referenced in Section 11.  This
memo introduces no new DNS records or labels beyond those
specified by <xref target="MCPDNS"></xref>.</t>

<t><xref target="IDPRONOUNS"></xref> supplies the handle namespace and trust-tier
taxonomy referenced throughout this memo.  This memo introduces
no new handle category.</t>

<t><xref target="IDCOMMITS"></xref> supplies the attribution grammar that the audit-
signal <spanx style="verb">attribution</spanx> field of Section 6 mirrors at the protocol
layer.  An audit signal and a <spanx style="verb">Acted-By:</spanx> / <spanx style="verb">Drafted-With:</spanx> commit
trailer block carry the same attribution shape, one at runtime,
one at version-control commit time.</t>

<t><xref target="SUBSTRATE"></xref> supplies the substrate-observation posture under which
the runtime treats absence of expected update notifications as a
substrate signal (Section 11).  Substrate observation also supplies
the cross-session coordination floor against which multiple
concurrent runtimes of the same principal deconflict without
exchanging coordination messages.</t>

<t><xref target="IDACCORD"></xref> supplies the peer-protocol ceremony by which Section 8's
cross-organisational residuals are resolved, where the principal
has disclosed each binding to the other.</t>

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

<t>A reference implementation of the agent-runtime side of this
specification is operated by the present author against a
production substrate that exposes the surfaces of Section 3.1.
The reference deployment supplies policy artefacts to
instrument-tier agent-runtime sessions of recognised members and
writes audit signals to the substrate's append-only event log.</t>

<t>In the spirit of <xref target="RFC7942"></xref>, the present author notes that this
section is intended to document implementation experience and is
expected to be removed before the document advances beyond the
Independent Stream.  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-org-alter-policy-provision-03 (August 2026):</t>

<t><list style="symbols">
  <t>Withdraws the Cross-Substrate Audit Fan-Out.  The
<spanx style="verb">org_alter_ingest</spanx> fan-out rule that applied under multi-
organisational composition is replaced by a segregation rule
under which an audit signal reaches only the substrate whose
own policy contributed the gate, with a normative prohibition
on any field from which a receiving substrate could infer a
peer binding.</t>
  <t>Replaces the Cross-Substrate Audit Fan-Out subsection of the
Privacy Considerations with Identity-Binding Leakage, which
states the prohibition directly and records the withdrawal.
<xref target="SUBSTRATE"></xref> already names that failure as an anti-pattern, and
the two positions in this memo were inconsistent with it.</t>
  <t>Revises the cross-organisational residual-conflict route.  The
runtime no longer emits an <spanx style="verb">accord.residual</spanx> signal to the
participating substrates; it suspends the action and records a
local diagnostic, and the <xref target="IDACCORD"></xref> ceremony proceeds only on
the principal's own disclosure of each binding to the other.</t>
  <t>No change to the typed surface set, the session-bind flow, the
enforcement-gate grammar, the audit-signal shape, the live-
update mechanism, the compliance-state inheritance posture, or
the IANA position.</t>
</list></t>

<t>draft-morrison-org-alter-policy-provision-01 (May 2026):</t>

<t><list style="symbols">
  <t>Retitles the memo from "Org-Alter-Mediated Policy Provision and
Governance Inheritance for Agent Runtimes Bound to a Principal
Identity" to "Policy Provision and Governance Inheritance from
an Organisational Identity Substrate".  The retitled framing
generalises the substrate above the operator-specific
<spanx style="verb">org_alter_*</spanx> surface naming and clarifies that the central
contribution is the typed-surface enumeration over the substrate,
not the surface-name convention.  The abbreviated title and the
body terminology are retained.</t>
  <t>Softens the IANA Considerations section.  The previous revision
requested establishment of a Model Context Protocol Tool Surface
Names registry with the four <spanx style="verb">org_alter_*</spanx> names as initial
entries.  The revised section requests no IANA action; the
surface names are explicitly illustrative of the reference
substrate, and conforming substrates MAY name surfaces by any
convention consistent with their addressing primitive.  A future
revision or companion specification proposing such a registry
remains possible.</t>
  <t>Folds in the architectural framing developed in the parallel
draft-morrison-alter-collective-policy-provision-00 (May 2026)
on the substrate-as-core-primitive question.  That
parallel draft is retired in favour of this revision; the
organisational-identity-substrate framing it introduced is
carried forward here.</t>
  <t>No substantive change to the typed surface set, the
session-bind flow, the enforcement-gate grammar, the audit-
signal flow, the live-update mechanism, the multi-organisational
composition rules, or the compliance-state inheritance posture.</t>
</list></t>

<t>draft-morrison-org-alter-policy-provision-00 (May 2026):</t>

<t><list style="symbols">
  <t>Initial submission.</t>
  <t>Specifies the four required typed surfaces of the
organisational identity substrate (<spanx style="verb">org_alter_handbook</spanx>,
<spanx style="verb">org_alter_sop_registry</spanx>, <spanx style="verb">org_alter_enforcement_gates</spanx>,
<spanx style="verb">org_alter_ingest</spanx>).</t>
  <t>Defines the session-bind flow (Resolve, Retrieve, Apply).</t>
  <t>Specifies the enforcement-gate grammar and the strictest-
applicable composition rule.</t>
  <t>Specifies the audit-signal flow and the append-only ingestion
endpoint.</t>
  <t>Specifies the live-policy-update subscription and atomic-
replacement requirement.</t>
  <t>Specifies multi-organisational composition and the cross-
organisational residual route to <xref target="IDACCORD"></xref>.</t>
  <t>Specifies compliance-state inheritance and the atomic-snapshot
requirement.</t>
</list></t>

</section>


  </middle>

  <back>


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

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

&RFC2119;
&RFC8174;
<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="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>
<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="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>
<reference anchor="IDACCORD" target="https://datatracker.ietf.org/doc/draft-morrison-identity-accord/">
  <front>
    <title>Identity Accord Protocol</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<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>


    </references>

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

&RFC8499;
&RFC7942;
&RFC8441;


    </references>

</references>


<?line 930?>

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

<t>This memo grew out of internal architectural work on the question
of how an agent runtime, bound to a principal at instantiation,
should receive the corpus of policy artefacts a real organisation
supplies a new contractor on commencement of an engagement.  The corpus is
co-located with the identity that names the principal as a member,
and the prevailing separation between governance plane and identity
plane is itself the failure mode.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA819W3PbVrbm+/4VKPeDpS5CsR33xfLM1FEcJ+2qOPbITmVO
daUskARJtEGADYCSeabm/PZZ37rsCwhKTj/1Q6dlktjYl3Vf31o7z3M3VENd
XmaP3rd1tThk77v2tuqrtsmKZpn92N6WXVM0izJ702zKrhr471XXbun77F23
LpqqLwb6fVFnb5ZlQ8Mdsg/7eT90xVA+csV83pW3ND79Nr+qh7LLxm965Jbt
oim2NItlV6yGfNt2XdW3Td7SMwWeyXf8TL6zZ/In37oFvWDddofLrGpWrev3
823V48uPh12JD5flrmwwJ1ftusts6Pb98OzJkxdPnjlX7IdN2126LMvpf1m2
2te1zOG7uvhcZm91Dvxly+v8L17nZSareEu7saxoE97Tgn8alvzDcltU9WU2
xxD/Qe8refYXi3brXNN2WxrhtsRLr3949ezp0xf651+f/uU5/nz76v33P3+4
5KHsXL6v+gVO4ZC1K5rVsqyzV20zlF8G7ODQLto6+1B29Is+u62KjAbIPv6f
j9l1uWi7Zf+IBwurfXCtv2O1Q9Gty+Ey2wzDrr/85ptlMRR07IvPtOSqHFYX
NNI3dLbfjI51u9jly6bPl7a0b3g4epym9OzJsz/TP998//763c/vfhlvh6cx
WnzT7pueZkhrXZVdSZSZX32p+uz1l6FsmIaHNvvvDRFyXUbEeeiHcvtvuTGV
zhF0zoub3JhX796+ffPxxL7kV8PQVfP9UBL3VgPRynZbDUIaHyvipA9Eloth
39H3HzuiVqKbf+utKPx68oWsZWJTPvzy3YeP11cfX6eb4uVQ/m7eE4/wdLOi
h+ziOTfMkCCT181tWbe7kjaM2KZq5KertgO3LfYdkddAfMby5d9yw3q/1jas
dZJ+rl69enf9/Qm2ulpAbHjR8u+40kAaPNeJNZIcTZd3Sm7uykW1qhY816ml
0gxoCWu8b5Fdvcl+IKZc8q8nV7DFaxbylp2+5KJqxxN00FepMvjr8xemDP7y
4vkz/+nzp5fO5XmeFXy6i8G5jxsScdty22a9TL/ss017B5ouugHLqYo6r2gS
dV2tIRWzAivIuj0tY1vO3ByryIqBVGRPCn2ohNiJC4ps11XNotqRNrdtzkSA
zrKu7Nv6lt5WDK4XTqARKnq8VhuAnpctUSLwloEfy1OpExsi29LPVmU/ZH27
72iqMjeayrApbcaP++yu7T5XzTrTzYVx4rqSJEOJCfFYw4ZW5MfHVMgMWGZi
OWS00MVnenxLC+wxUuGwrnnbfsa2lSva2xk9hA1ZFt0yJ1lA49AvIYwX5ZIk
Ju3AuqLhDzQo9rebOdr0Eoe5KLe0wnyNN/cxVc3YjsLZ7JfVkPfVmvejWdOa
QUZkoPBgF1n2kVaczJbOmXaBHt3t6oqWQoJLdwT7gHXSg72jfceyy3/uccpD
22L821be38+yu2rYyOszeX1Pdko1QEPM8Zqhddjsnlg67B/NR+00b3Nl7YIE
YU+DZ/73tGtkl5wkh/6InsK+0FvIosSx4YeOtr7cFXx0C1Lm27Y5EN0WIFEc
Cz2dL+inDfHxOlilu7poMNcrF1608AK7PgR62u7rodqRITAiTb9i2kg+8rKP
aS+jx2mWRbYs6cC3tMAesgCE1PYVr5LsMnqA9oBmRQPGR2i7v+javs9HbyZ+
qpZ7mfCKnqGj7FpW3Er+uxKWrwmrsYj2u/R3E+m/uXhPmZ235VDkq3LJtIwT
YfFGoyi9sRypevfGJBJmpt/dVR0IoiPWAOnXEDStnD0Zmfm86Gmq3oZztA1/
FwP2N6Z5/E5tL2iLfodh8KNg2v32MmvarCnvHJ1A0+/abgDRE1V37XJPTHch
wm9bLWkY5/5AXoh8xbzjrr5G3tGk5VyJ3Imkss2eZE6gSxIj/9zTSmcQiJjz
tt0yH21Koh5i+AZEDomha/dPklial5uiXpEYoDPsdvse69PzN6HSi2DyDIsx
qo6fvK1I5l26HeiK2RHb1pWrPTa2WCj7gpPn+7ogscPb2jYgzrqkr8p+UdSi
jryQoo+F15eQMI0JATsRk2+Zl2/Ro0friymWDpNE/7Ld0UyJQt40mXIZDYDJ
0r7T430ZrbxgAlLppUSdnA2fiBvzMz232FRDCTO1qImJvWRQQZ9M0nnlQmq1
K3qzb5WK0/eB/lmbC5+3dKilC0rjjCjDD8eCjzjnXM9lUVZQNnq+6gO3YDh3
VoyE0gB2wq7TFi5oVwblP5rgtoQyo80F21frfacHiJVDA9G55CzE9UWgnLYu
z3U9w10bySze4n+QAimXjvaSxEferog1acLgiLW+Fm/0egnLLovFhihkV7cH
UPtFbFbAilgQwfHwxOArdq5ICnfEpGtWdLwjwfyA+EukheriHTia+Bna7ao5
ZRSE/aflL5dEh30xr5k2vJ4ZGSPyguQwXUIWbORjOXMShyKgk9cT73whAY65
w0pwOnGi+FuWn+UpVxsi7jdladoQnqKbYPkx4amU6aeo0nnLitcbTBjaw0nF
OstW5QCy4reLnWMrmKm5wN9tT9gMIg9gBZDiTSwD5dKHjQGiloJIbifimAXf
CVWfanrPzM4UGBNfmZCXqFdaw5L2bAE9zmoUM/MKh04XBkHVb2GBmOqZfZXe
kV+Zawn2I07ZbotOf6gutv5OtLcdxSJ2EGmWkDU8A++E/hbE7aTi95pbXqbK
+8L9zLow87pwptrRlmMBLxlev4sX0dftWIEKucFstl8JOxizi43pEpvVGCYh
LDq3QbZDNyJPadKtanJCmDGCYQ4SnCXmFBNn+hr7+dI9ZErzocV2NL9TjVhZ
RxAl+HFNEjvf7+B7gXR3ZFCGkdgiHJ2Niw07aNnoKOmbuoKAz0mJ0oBVFBFV
OriAjUIy4xb0T+zGD39frnir6N9C6Z/JsrhDcI4c018+fHw0k//Pfn7Hf1+/
/t+/vLl+/T3+/vC3q59+8n/ILxz9490vP+n3+Cs8CcJ9/fP38jB9mo0+env1
n4/gtSyzR+/ef3zz7uernx6JQU+EQL72XqR7xzGReclKpNvRCYn7QTbFguiI
joqe+e7V++zp8+zvGsv87e+/8d8IZuLvO5LNsnttAwbmf7JVRTRQEqtVjSPt
TlS9o02sIZP6rCdPliyNkrcSe7VqazpjmF8wv0XfLbGhNCFEZ1jq7zuRFkbZ
tpAL95EfogXA1uppGvasKpfOIodLH8bIV8W2qg/MHj2czGC0kR4nzVT1G/r5
tiSygR8J9459w53yHE8/LFrdCsSZ/IRJ4GOfE/KmBWus0iGmedIRl3Pwq4jF
GjtCWfYB8rEkDsmHiuSuPkb7wqZvzsKAtpWePysv1hfZzX8TFy/Km/OXtBqE
iKAneAPHA7DaypWXc6LyZdvF48EtzyBtlAHYeqPVrqov9O3Nfy8W+Y1/Kf2j
/FIQU5U5B05uznX+8j6ykDhin/Ec8HJm4bIbDiY5LDJBVlj0LY1A3xfNIWjP
QWkOopH2+d2D0QmcQFMOsJvy2CbpOXgczA/4Uny2tE7SVO2ahoXZRHPoS9aK
N3qo/Q0OTiySXiY4ski2UM1weFmSZcm3j/sjv0J1eGzGeCOACIMGuNtUi01i
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
7WopJSl0Ru7/Ay9FYWcaqQAA

-->

</rfc>

