處理 AI review findings 並改寫 Node.js entrypoint #1

Merged
jiantw83 merged 58 commits from ai-review-resolve/20260624102518 into develop 2026-06-24 14:09:27 +00:00
Showing only changes of commit 6f917c2fe1 - Show all commits
+1 -1
View File
2
@@ -185,7 +185,7 @@ test_missing_codex_command_output() {
assert_status "$status" 1 assert_status "$status" 1
grep -q "status=failed" "$tmpdir/github-output" || die "missing codex command failed status output" grep -q "status=failed" "$tmpdir/github-output" || die "missing codex command failed status output"
grep -q "spawn codex ENOENT" "$tmpdir/github-output" || die "missing codex command error output" grep -q "Unable to find codex command" "$tmpdir/github-output" || die "missing codex command error output"
[[ ! -e "$tmpdir/codex-home/auth.json" ]] || die "auth.json was not cleaned up after missing codex" [[ ! -e "$tmpdir/codex-home/auth.json" ]] || die "auth.json was not cleaned up after missing codex"
rm -rf "$tmpdir" rm -rf "$tmpdir"
} }