# #1371 §1 — the control corpus: rows the filter MUST still discard.
#
# Without this half, "rescue everything" passes the must-survive corpus
# perfectly. Same format: blank lines and `#` comments ignored.

# --- bare acknowledgements ----------------------------------------------
Yes.
No.
Standing by.
Ready.
Nothing.
Polling.
Yes
No

# --- punctuated but contentless acks (the closed allowlist) -------------
# All eight members of `_TRANSCRIPT_ACK_PHRASES`, and the whole list, because
# the allowlist is the one place the prose rule is overridden by name. Four of
# these were unpinned: deleting them from the frozenset left the suite green,
# so the "closed set that only grows by someone naming a phrase" framing was
# not enforced by anything.
Ready when you are.
Nothing to report.
No changes needed.
Polling for results.
Nothing further.
No problem.
Standing by for your direction.
# Measured, not constructed: the one sentence the #1371 §1 rescue admitted
# that is a pure acknowledgement. It ends in prose punctuation, so the prose
# test rescues it and only the allowlist can stop it. The second row is the
# form the transcript actually carries (U+2019) and it pins the apostrophe
# fold — without the fold the allowlist misses the sentence as typed.
Yes that's what I want you to do.
Yes that’s what I want you to do.

# --- unpunctuated chat acks ---------------------------------------------
Yes keep working
Yes proceed
Yes do it all please

# --- single-word progress emits -----------------------------------------
Running.
Waiting.

# --- genuinely pasted shell commands ------------------------------------
# `git add .` is the one that makes the prose test non-trivial: it ends in
# a full stop, but the stop follows a space, so it is an argument.
git add .
git status
git commit -S -m "fix: thing"
gh pr view 1371 --repo robotrocketscience/aelfrice --json state
uv run pytest -q
pytest -q -p no:randomly
python -m json.tool
cd /tmp/worktree

# --- harness scaffolding -------------------------------------------------
<task-notification>
<system-reminder>
<command-name>clear</command-name>
</result>
