TC #100 — Phase 9 AISH_TRUST_FILE env override works #100
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
Setting AISH_TRUST_FILE=/tmp/foo at startup -> trust records read from / written to /tmp/foo instead of ~/.aish/trusted-projects. Useful for CI / test isolation.
Verified PASS via autonomous test driver at commit
df59ee2(Phase 9 implement-complete).AISH_TRUST_FILE=/tmp/.../custom-trust.jsonl override: after accept, custom file exists with trust entry; default ~/.aish/trusted-projects NOT created. Useful for CI / test isolation as planned.
Closed by Phase 9 verify.