31 KiB
Cross-Model POV Panel
This protocol obtains independent peer POVs, reconciles material disagreement, and returns one ce-pov decision. ce-pov remains the decision-maker: peers are cross-checks, never substitutes or votes. The panel is read-only and non-blocking; every branch ends in a panel POV, a solo POV with an availability note, or the ordinary POV contract's explicit grounding blocker.
1. Resolve the subject, host, and participants
Resolve conversational shorthand before spending: "the approach," "these options," and "the three options presented" mean the single unambiguous referent in the active conversation. Ask one focused clarification only when multiple plausible referents would materially change the POV.
Keep four identities separate for the host and every peer:
- target — the user-facing choice (
codex,claude,grok,cursor, orcomposer); - harness/intermediary route — the CLI or intermediary that runs it;
- requested model — an explicit model or the route's declared default; and
- served model — receipt-verified when available, otherwise
unverified.
Attest the host from host-provided markers and serving evidence, never from
another installed CLI or home directory. Set independence_verified: true only
when the peer's served model family is attestably different from the host's.
Otherwise retain the useful cross-check but label independence unverified; do
not present it as different-model corroboration. If the host family is unknown,
automatic discovery excludes any candidate whose independence cannot be
verified rather than guessing.
Attest the host harness and its serving family as two separate tokens:
if [ "${CLAUDECODE:-}" = "1" ]; then XHOST_HARNESS=claude; XHOST_FAMILY=claude;
elif [ -n "${CODEX_SANDBOX:-}${CODEX_SANDBOX_NETWORK_DISABLED:-}${CODEX_SESSION_ID:-}${CODEX_THREAD_ID:-}${CODEX_CI:-}" ]; then XHOST_HARNESS=codex; XHOST_FAMILY=codex;
elif [ -n "${CURSOR_AGENT:-}${CURSOR_CONVERSATION_ID:-}" ]; then XHOST_HARNESS=cursor; XHOST_FAMILY=unknown;
else XHOST_HARNESS=unknown; XHOST_FAMILY=unknown; fi
Both tokens come from the same peer-key vocabulary as the targets above, never
from a provider's corporate name: <host-serving-family> (XHOST_FAMILY) is
codex, claude, grok, composer, or unknown. <host-harness>
(XHOST_HARNESS) is codex, claude, grok, cursor, or unknown. Claude
Code maps to harness/family claude; Codex maps to codex. Cursor maps to
harness cursor and family unknown unless an observable serving-family
attestation lets you set XHOST_FAMILY to codex, claude, grok, or
composer. Never infer serving family from the Cursor brand. Section 4 passes
XHOST_FAMILY as the worker's first argument and XHOST_HARNESS as
CROSS_MODEL_HOST_HARNESS; a provider name such as anthropic, openai, or
xai in either slot fail-closes the job with no artifact.
Cursor and Composer are distinct targets:
cursorusescursor-agentwith no forced model, allowing Cursor's configured default/Auto choice. Unless a receipt identifies it, reportCursor default/Auto; serving model unverifiedandindependence_verified: false.composerrequests the current compatible Composer model throughcursor-agent.grokprefers the native Grok CLI and may use a Grok model through Cursor only when that intermediary is separately allowed and sanctioned.
Apply exactly one participation branch:
oracle is shorthand for the panel behavior, not a keyword gate. An explicit
request to consult other models, gather independent peer opinions, pressure-test
with named peers, or reconcile their disagreement enters the same protocol even
when the request never says oracle. A request for ce-pov's take alone does not.
- Named peers: exact and uncapped. Announce and run every named target.
Explicit names override
oraclediscovery and its cap. Never rewrite namedCursorto Composer or replace an explicitly named model with another model. - Bare
oracle: select up to two reachable, attestably different-model targets using conversation preference, local configuration, active project conventions, then the declared default order; announce the selection and run it. Invokingoracleauthorizes this ordinary read-only consultation against the current project. - Explicit unnamed cross-check: bypass the correction-cost gate and use the count rule below; announce the selected peers and run them.
- No explicit cross-check: after ce-pov independently forms its POV, offer only when meaningful downstream work will build on the take before an error surfaces, or it feeds a shared, public, security, or data commitment. Adoption Tier 1 is ineligible; Tier 2/3 are eligible. Warm invocations never offer.
For the count rule: zero reachable means solo plus one availability line. One or more auto-selected peers means one concise progress line naming the selected targets before dispatch. Cursor-default counts automatically only when its serving family can be attested as different from the host; it remains eligible when explicitly named or configured as a preference.
Prior-opinion subjects. When the subject is an already-formed position —
ce-pov's own prior POV or the user's stated view — that position is the subject
artifact and ships in the payload; peers answer the underlying question with
their own verdict, and those independent voices enter convergence (unlike
skeptic mode, where the critique does not). Any fresh host meta-judgment formed
after the summons is withheld per Section 4's round-1 sequencing. A user-supplied
position is handled identically to a host-authored one — shipped as the subject,
never capitulated to.
2. Normalize scope and freeze repository identity
Normalize the allowed read scope once as:
- one repository-relative workspace root; and
- optional ordered include and exclude path patterns.
Pass that identical representation to every peer prompt and route adapter. The default is the repository root. A narrower user- or host-supplied scope is binding and is never broadened. Peers launched on the same host inspect existing subject files and supporting evidence directly from this shared working tree; point them to those files instead of copying their contents into the payload. Pass material inline only when it exists solely in the conversation or is otherwise unavailable in the workspace.
Treat include and exclude path patterns as cooperative unless the concrete adapter turns them into filesystem controls. Never present prompt-only patterns, a working directory, or a read-only flag as a confidentiality boundary, and never promise that secrets inside the readable scope are inaccessible. Peers may search and read within the declared scope but may not mutate the project or intentionally inspect outside it.
Before initial dispatch, capture one repository-scope identity: the committed revision plus a digest of dirty and untracked content inside the normalized scope. Include it in every peer payload. Revalidate it before every reconcile dispatch and before final fold-in. If it changed, never reconcile or fold stale voices into the current project: disclose the change and either restart all voices on the new identity or return an incomplete panel result.
The caller passes this panel the resolved absolute $SCRATCH_DIR created in
SKILL.md Phase 1. Keep payloads, raw output, logs, and result artifacts there;
do not reconstruct the scratch root in this reference. Create each payload under
umask 077, then chmod 600 "$PAYLOAD_PATH" before dispatch; do not rely on
the ambient umask or a mode flag alone.
3. Resolve and announce one fixed route
Routing is adaptable only inside hard boundaries. The requested target plus safety, authority, independence, read scope, and egress rules are durable; concrete model IDs, CLI flags, and availability are adapter defaults.
For each peer:
- Probe current route and model capabilities without giving the process project content or repository access.
- Try the declared preferred mapping first.
- If that default is observed unavailable, obsolete, or incompatible, choose only the closest compatible equivalent in the same requested target, model family, and reasoning tier. Record the observed local fact and substitute. An explicit user model request cannot become another model.
- Resolve one concrete target, model choice, harness route, provider, and every intermediary. Confirm every actual recipient is in the egress allowlist.
- Announce the selected target and route in ordinary language before dispatch.
The fixed route passed to the worker accepts exactly these tokens — the worker
fail-closes on anything else (including route-shaped guesses like codex-cli):
| Target | Route token(s) |
|---|---|
codex |
codex |
claude |
claude |
grok |
grok-cli (native CLI) or grok-cursor (via Cursor intermediary) |
cursor |
cursor |
composer |
composer |
Binary presence proves only that a route is a candidate. Pre-dispatch capability evidence may refine the fixed route only when the current host context makes that evidence authoritative. Do not preflight authentication there: the provider-capable worker attempt owns authentication truth, and a valid artifact is the usability proof. Classify a failed run from its structured diagnostics rather than guessing from a generic terminal state.
The dispatched worker runs only the fixed route. It must return failure to the
host rather than automatically hopping to another provider or intermediary. If
a retry would add an unexpected recipient or intermediary, resolve it at the
host, explain the change, and ask before starting a new fixed-route job. An
active user, project, or organization instruction that separately gates external
consultation also requires approval. Otherwise the explicit peer, cross-check,
or oracle invocation is the authority to proceed. A named peer that cannot run
within these rules is reported, never silently replaced or dropped.
The pre-dispatch update should say who will inspect the subject and that the review is read-only. Do not recite scope mechanics, promise that repository secrets are inaccessible, or describe probe results, CLI versions, model tiers, commit hashes, repository identity, route health, job lifecycle, or scratch paths. Mention a cooperative scope restriction only when it materially changes the user's choice. Refer to the codebase as "this project" or "the repository" unless the user supplied a recognizable name.
4. Dispatch, wait, reap, and collect
Prepare one complete canonical payload containing the framed question, subject shape, normalized read scope, repository-scope identity, mode, paths to subject material already in the workspace, and required conversational material that is not available there. Let peers inspect and ground against the shared working tree. Do not duplicate readable files or add a host-curated architecture summary merely to brief the peer.
For an initial independent round, exclude ce-pov's position and every other
voice's conclusion. The proposal, document, or approach set being judged is the
subject and remains fully available; independence means withholding prior
judgments about it, not withholding the artifact. The host's own argument —
candidate-risk enumerations, decisive premises stated as fact, advocacy framing,
and evaluative option labels — is reconcile-round material, not round-1 material;
the independent round carries only the framed question, the subject, the read
scope, and the evidence. Define round-1 evidence by provenance: source-located
facts and the user's decision-relevant need are round-1 material, while host
interpretations, risk rankings, and recommended consequences are not (for
example, "the file at PATH contains X" is round-1 evidence, while "X is the risky
option" waits for reconcile). Label inlined conversation-only material as such,
and carry the user's stated goal — including its intensity — when it bears on the
decision. State in the payload that rejecting every supplied option, or the
framing itself, is a valid position. When ce-pov authored the subject in-session,
present the options symmetrically in the payload's own words even though the full
subject document remains attached. When the subject is itself an already-formed
position (Section 1), the strip list above applies only to fresh host framing
generated in response to the summons: the position's own premises, labels, and
advocacy ship intact as the subject artifact, and only host meta-judgment formed
about it after the summons waits for reconcile — peers still return their own
independent verdict. For skeptic mode, include
ce-pov's position because critiquing it is the task. Reconciliation payloads
follow Section 5 and deliberately include already-formed positions.
Verify that the same complete payload fits every selected route; never truncate it per provider. A route that cannot accept it is unavailable under the ordinary partial-panel degradation rule.
Use scripts/cross-model-pov.sh from this skill's directory to run one resolved
fixed route per peer, and scripts/peer-job-runner.py for detached lifecycle
control. Fill in the start command below rather than reconstructing the worker's
arguments from its usage header. Pass the actual repository root separately from
any narrower read root, and pre-create the round output directory as private
scratch outside the repository. For named peers, start one job per exact target;
for a selected panel, start one job per selected peer. Start all jobs before
waiting.
At the defaults, the peer budget needs nothing from you. This skill's worker self-bounds at 600s and the runner supervisor derives a floor of 1230s, so the runner window already sits outside the worker's cap and reaps nothing healthy.
Raising CROSS_MODEL_HARD_SECS widens the runner window automatically. The
runner derives its supervisor hard cap from the ambient knob
(max(1230, knob + 30)). Do not set a numeric CE_PEER_HARD_SECS here — and
clear any ambient one on the start prefix (CE_PEER_HARD_SECS=) so a stale
export cannot undercut the derivation. Do not re-export a resolved
CROSS_MODEL_HARD_SECS onto the worker's command line: that converts a
fallback into an override and strips the worker of its route-aware default
(idle-guarded streaming routes share HARD_SECS; grok-cli alone keeps the
lower UNGUARDED_HARD_SECS bound because its --json-schema path cannot stream).
Each worker writes <run-dir>/pov-<target>.json, where <target> is the resolved
route target with grok-cli/grok-cursor collapsing to grok. Pass exactly that
path as --result-path to peer-job-runner.py start, so done is keyed to the
artifact and result <job-id> reads it without guessing the filename or the
host's provider key.
Interpreter. The commands below run a bundled Python script. Resolve the
interpreter in the same shell call as the command -- each tool call is a fresh
shell, so a $PY set in an earlier call does not persist. Do not hardcode
python3: on native Windows it resolves to a Microsoft Store stub that exits
without running Python, and that stub still satisfies command -v, so probe
execution rather than presence.
PY="$(for c in python3 python py; do command -v "$c" >/dev/null 2>&1 && "$c" -c '' >/dev/null 2>&1 && { echo "$c"; break; }; done)"; [ -n "$PY" ] || { echo "no working Python 3 interpreter on PATH" >&2; exit 1; };
Host command-sandbox boundary. The detached worker inherits the permission
context of the start call that launches it. Before executing that exact call,
treat CODEX_SANDBOX_NETWORK_DISABLED as a positive signal that the current
Codex command sandbox cannot reach the provider; unsetting it does not change
the sandbox policy. A DNS or authentication failure alone is not proof of that
condition. Use the narrowest host permission that restores the fixed route's
provider connection. When Codex exposes only full command escalation, attach
this request to the exact peer-job-runner.py start ... tool call after the
existing egress disclosure:
{
"sandbox_permissions": "require_escalated",
"justification": "Allow the disclosed read-only cross-model panel request to reach the fixed external provider."
}
Disclose that this is not launcher-only isolation: the detached worker inherits
that launch context for its lifetime, so the adapter's declared read-only/tool
restrictions — not the Codex command sandbox — bound the peer while the subject
egresses. If the grant is denied or unavailable, do not execute start; create
no peer job, drop that voice, and continue with the surviving panel. After
start returns a job id, any network, authentication, or provider failure is a
started-job outcome and follows the ordinary terminal/recovery rules; keep
status, wait, result, and reap sandboxed because they need no provider
connection.
Start one job per peer with the command below, filling every <...> slot. Set
SKILL_DIR to the absolute directory of this skill's SKILL.md; the Bash
tool's CWD is the user's project on every host, not the skill directory.
SKILL_DIR="<absolute path of the directory containing the SKILL.md you just read>";
PY="$(for c in python3 python py; do command -v "$c" >/dev/null 2>&1 && "$c" -c '' >/dev/null 2>&1 && { echo "$c"; break; }; done)"; [ -n "$PY" ] || { echo "no working Python 3 interpreter on PATH" >&2; exit 1; };
CE_PEER_HARD_SECS= "$PY" "$SKILL_DIR/scripts/peer-job-runner.py" start --skill ce-pov --run-id "<run-id>" --label "<target>" --result-path "<run-dir>/pov-<target>.json" -- env CROSS_MODEL_HOST_HARNESS="<host-harness>" CROSS_MODEL_REPO_ROOT="<repo-root>" CROSS_MODEL_READ_ROOT="<read-root>" CROSS_MODEL_SCRATCH_PARENT="<scratch-dir>" bash "$SKILL_DIR/scripts/cross-model-pov.sh" "<host-serving-family>" "<fixed-route>" "<payload-path>" "<run-dir>"
<host-serving-family>iscodex,claude,grok,composer, orunknown;<host-harness>iscodex,claude,grok,cursor, orunknown. Both are the Section 1 attestation, not a provider name.<fixed-route>is the sanctioned route token from Section 3's table;<target>is its resolved target, withgrok-cliandgrok-cursorcollapsing togrok.<payload-path>is this round's mode-600 payload and<run-dir>the pre-created round output directory;<scratch-dir>is the Phase 1 scratch root, and<run-id>its basename.<read-root>is Section 2's normalized workspace root and<repo-root>the actual repository root containing it.- Add
CROSS_MODEL_INCLUDE_PATHS/CROSS_MODEL_EXCLUDE_PATHSonly when Section 2 resolved patterns, andCROSS_MODEL_MODEL_OVERRIDE_TARGET/CROSS_MODEL_MODEL_OVERRIDEonly for a Section 3 same-family substitution.
Record every job id and the epoch after the final start. Poll all jobs in
bounded slices (resolve $PY again in each tool call — shells do not persist):
SKILL_DIR="<absolute path of the directory containing the SKILL.md you just read>";
PY="$(for c in python3 python py; do command -v "$c" >/dev/null 2>&1 && "$c" -c '' >/dev/null 2>&1 && { echo "$c"; break; }; done)"; [ -n "$PY" ] || { echo "no working Python 3 interpreter on PATH" >&2; exit 1; };
"$PY" "$SKILL_DIR/scripts/peer-job-runner.py" wait --max-secs 30 --json <job-ids...>
Job ids or job-directory paths are positional. --skill, --run-id, and
--label are start-only; never pass them to wait. Do not add a separate shell
sleep: wait itself provides the bounded polling delay. Use one aggregate
deadline of CROSS_MODEL_HARD_SECS + 10 seconds (610s by default, since this
skill's workers self-bound at 600s); never begin a wait that can cross it. Read
the knob rather than hardcoding the result -- a hardcoded deadline silently reaps
a healthy peer whenever a user raises the knob, wasting the peer's full spend.
Repeat the bounded slices above until every job is terminal or that deadline is
spent; a single slice shorter than the deadline is not a substitute. At the
deadline, reap each nonterminal job in a short call, then make one final wait:
SKILL_DIR="<absolute path of the directory containing the SKILL.md you just read>";
PY="$(for c in python3 python py; do command -v "$c" >/dev/null 2>&1 && "$c" -c '' >/dev/null 2>&1 && { echo "$c"; break; }; done)"; [ -n "$PY" ] || { echo "no working Python 3 interpreter on PATH" >&2; exit 1; };
"$PY" "$SKILL_DIR/scripts/peer-job-runner.py" wait --max-secs 10 --json <job-ids...>
Classify every started job from its terminal state; done alone does not
prove a usable artifact exists.
Read artifacts and logs only through the runner's ownership-checked result
interface. Accept only schema-shaped artifacts whose position is a settled
answer to the framed question, with non-empty reasoning, a valid movement,
and the route/model receipt tuple. Settledness is the peer's own declaration
through the schema's required final flag, never a reading of its prose: a
settled Blocked — … verdict marked final: true is a usable answer, while
any shaped artifact whose final is not true is a placeholder. The worker
retries a non-final artifact once on the same route with a final-answer
requirement, inside the same hard window, and if it recurs or no window
remains drops the voice with peer skip evidence: non-final position. Should
a non-final artifact still reach you, treat it as no usable artifact, not as a
peer voice. Initial responses require movement: initial; reconcile
responses require moved or held plus what changed or why the new evidence
was insufficient.
Attribute from the receipt, never expectation. Record target, actual
harness/intermediary route, requested model, served model, and
independence_verified separately. A served model of unverified remains
unverified. If a job yields no usable artifact, use bounded peer skip evidence
from its log to state an observed quota, authentication, or route failure; never
invent a cause. Attribute an account authentication failure only after
provider-capable dispatch is positively established by the launch context or
provider response; then report the observed failure and login or
credential-refresh remediation. Without that proof, authentication-shaped peer
text describes only the peer's execution context: a sandboxed host can produce
the same signal as a genuine logout, so never report it as the user's account
being logged out or prompt a login command.
5. Detect dissent, verify claims, and reconcile
Only mode: independent voices enter convergence. Material dissent means a
different adoption grade, a different selected approach, or document bottom
lines that imply different reader actions (proceed, revise-first, or
reject) or disagree on whether a risk is fatal. Wording, emphasis, confidence,
or supporting detail with the same decision is concurrence.
The default limit is the independent initial round plus at most two reconcile exchanges. A user-supplied pass or round limit overrides it: "one pass" or "one round" means no reconcile exchange, while a larger explicit limit replaces the default cap. Never reinterpret a smaller user limit as a suggestion.
For each reconcile exchange:
- Revalidate repository-scope identity. Restart or return incomplete on change.
- Have ce-pov reconsider every current position and its evidence.
- Identify only disputed project claims that could change the decision. Verify
them against the allowed scope and classify each as
verified,contradicted, orunverifiable, with source locations when available. - Build one common evidence delta. Send the identical complete delta to every surviving peer—never route-specific truncation—along with the full original subject and every surviving voice's current position and reasoning, capped at five succinct source-attributed evidence bullets per voice.
- Re-resolve every fixed route under Section 3, then dispatch a fresh stateless round. The same recipients need no question; an unexpected new recipient or intermediary does. A failed peer is dropped for later rounds; do not reuse its older position as if it participated.
After fold-in, stop on the first matching enum:
confident— ce-pov has a reasoned POV after weighing every survivor;no-movement— every surviving peer returnedheldand ce-pov is still not confident; orlimit-reached— the effective user-authorized finite limit completed after initial dissent and ce-pov is still not confident.
Convergence is ce-pov's reasoned confidence, not a vote. A three-way split still
ends in a confident decision or the stalemate disclosure. Route confident to
the Confident disclosure below. Route no-movement and limit-reached to
the Stalemate disclosure; those stops mean bounded reconciliation ended
without confident convergence, never that ce-pov should infer a settled result.
The cap stops automatic dispatch; it is a checkpoint, not proof that another round would be useless. At the checkpoint, decide whether a bounded extension is likely to change the result. Recommend a specific number of additional exchanges only when ce-pov can name the unresolved decision-relevant question, the new evidence or framing the extension would introduce, and why it could move a position. Otherwise recommend stopping. Further rounds require user approval unless the user supplied the larger limit in advance; each approval establishes a new finite cap, never an open-ended loop.
6. Decide and disclose
Lead with ce-pov's POV in the active subject shape, followed by a compact panel note:
- Confident: state whether voices aligned. Concurrence raises confidence but does not eliminate correlated-model blind spots. If ce-pov decided over dissent, name the disagreement and why its result prevailed.
- Stalemate: state ce-pov's current position, each surviving peer's position and movement, every dropped voice's last state, and whether the disagreement is an evidence gap or judgment difference. Recommend when there is a real basis; otherwise say "Either is viable" with the material tradeoffs. At a cap, add Further rounds: recommend a specific bounded extension with its new evidence path, or recommend stopping because no additional exchange is likely to change the result.
- Partial: name surviving and dropped targets and the observed failure state (for example quota, authentication, timeout, or a non-final placeholder position that survived the bounded retry).
- No survivor: deliver the solo POV with "cross-model check unavailable or incomplete." When a summons was present but the panel branch never entered (no reachable peers, or the branch never fired), still state that panel status — which peers were attempted, or that none ran and the observed reason — rather than shipping a bare solo verdict.
Retain target, route, requested model, served model, and independence receipts in the panel record, but keep the default chat note decision-relevant: name the peer, its position and movement, any observed failure, and an independence caveat when it affects credibility. Do not dump route or model diagnostics unless they materially change the conclusion or the user asks. Never attribute a position to a model that did not run.
The panel itself never mutates. After delivery, apply SKILL.md Phase 4's four-part conjunction: the original prompt explicitly authorized the named downstream action, the result is non-stalemated, the action stays in inherited scope, and it is non-destructive and otherwise authorized. All four must pass for handoff; otherwise offer one logical next step and wait.
7. Skeptic mode and degradation
When asked to challenge ce-pov rather than form an independent POV, set
mode: skeptic. Fold a valid attributed critique into ce-pov once, but do not
put that voice into convergence. Disclose whether it changed the POV. A failed
skeptic degrades like any unavailable peer.
A peer never blocks a POV. Mid-round failure drops only that voice; an oversized canonical payload drops routes that cannot accept the identical payload; no surviving peer yields the solo POV plus the availability note.
Distinguish a route-level failure from a dispatch-infrastructure failure. A route that runs and returns no usable artifact is dropped as above. But if the dispatch scripts themselves fail unexpectedly — a crash, a non-zero exit before any job starts, an unresolved script path — do not drop the leg on the first error. Attempt the same resolved route by hand, holding the selected target and model, the normalized read scope, and the round's independence rules fixed. Keep attempting only while each failure is a new, plausibly recoverable one and the panel's aggregate deadline has not passed; stop and fall to the solo POV once a failure repeats or the deadline is spent. A hand recovery may not substitute a different target, widen read scope, or include a withheld position — those make the recovered leg untrustworthy, not merely unavailable.
8. Cleanup
Remove every consumed job directory, round output directory, payload, raw log, and result beneath this run's private scratch root on success, failure, timeout, interruption, and reap. Never delete outside the current run root. Peer reasoning and project context must not outlive their use.
Participation, announcement, and disclosure (relocated from the body)
A summons is an affirmative request to consult or reconcile peers, detected by reasoning over the invocation context — the user's wording or a calling skill's args. Wording that declines consultation ("solo POV, do not cross-check") or merely recounts a past cross-check names the same terms without asking for one, and is not a summons: peers are not dispatched and no project context leaves the run. For an affirmative request, a caller's paraphrase in one channel never cancels a summons still present in another; only a summons erased from every readable channel upstream is unrecoverable here.
Invoking a named peer, an explicit cross-check, or oracle authorizes the panel protocol's normal read-only consultation against this project. Announce the selected peers before dispatch; ask only when a retry adds an unexpected recipient or intermediary, or an active instruction requires separate approval. Peers inspect the shared working tree directly and cannot edit it. The panel protocol preserves an unbiased initial round, bounds evidence-based reconciliation while honoring user-supplied pass limits, and attributes only receipt-supported independence.
Any POV delivered after a summons states which peers ran, or that none did and the observed reason; if no panel runs after a summons, keep the verdict content unchanged but add that panel-status line rather than shipping a bare solo verdict. A POV with no summons keeps the solo result unchanged with no panel note.
Keep the host's own frozen position out of an independent peer's initial context; expose it only when the requested task is to critique that position or when a later reconciliation round compares already-formed views.