TC #93 — Phase 9 trust prompt accepted persists, cached on next startup #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scenario / Expected
User answers
y; ~/.aish/trusted-projects (or $AISH_TRUST_FILE) gains a JSONL line with {path, sha256, ts}; next startup loads overlay silently (no prompt).Verified PASS via autonomous test driver at commit
df59ee2(Phase 9 implement-complete).User answers
y-> trust file created with sha256 entry. Second startup with same cwd: NO prompt fires (cached), butproject config: overlaid onstatus DOES appear (overlay loaded from cache). R4 single-sha-call + sha-pinned persistence confirmed.Closed by Phase 9 verify.