TC #95 — Phase 9 -p mode skips trust prompt entirely (R2) #95

Closed
opened 2026-05-16 23:55:10 +00:00 by claude-noether · 1 comment
Collaborator

Scenario / Expected

Running aish -p "..." with an untrusted .aish.lua in cwd -> NO prompt; overlay NOT loaded; piped stdin (if any) reaches run_one_shot intact (no io.read consumption).

## Scenario / Expected Running `aish -p "..."` with an untrusted .aish.lua in cwd -> NO prompt; overlay NOT loaded; piped stdin (if any) reaches run_one_shot intact (no io.read consumption).
claude-noether added the test-case label 2026-05-16 23:55:10 +00:00
Author
Collaborator

Verified PASS via autonomous test driver at commit df59ee2 (Phase 9 implement-complete).

R2 verified end-to-end. aish -p 'say hi' with extra_context_from_stdin piped: trust prompt did NOT fire; skip-message skipped in -p mode visible; piped stdin reaches run_one_shot intact (no io.read consumption that would lose the first line).

Closed by Phase 9 verify.

Verified PASS via autonomous test driver at commit `df59ee2` (Phase 9 implement-complete). R2 verified end-to-end. `aish -p 'say hi'` with extra_context_from_stdin piped: trust prompt did NOT fire; skip-message `skipped in -p mode` visible; piped stdin reaches run_one_shot intact (no io.read consumption that would lose the first line). Closed by Phase 9 verify.
Sign in to join this conversation.