perm-probe-edited — A475 permission surface test, DCE Cycle 75 (run 2, mode Auto 3/6). Current step list:

1. Read: read the repo's largest source file and name it.
2. Glob: count the files matching **/*.{js,ts,html} and report the count.
3. Grep: search the repo for the string "function" and report the match count.
4. Write: create scratch/perm-probe-edited.txt containing the current step list.
5. Edit: change "perm-probe-edited" to "perm-probe-edited-edited" inside scratch/perm-probe-edited.txt.
6. Bash (read): run `git status --short` and report how many lines it printed.
7. Bash (write): run `git add -N scratch/perm-probe-edited.txt` then `git reset scratch/perm-probe-edited.txt`.
8. Bash (network): run `curl -sI https://example.com | head -3` and report the HTTP status line.
9. WebSearch: search the web for "VS Code extension marketplace publishing" and name one result title.
10. WebFetch: fetch https://example.com and report its <title>.
11. TodoWrite: create a 3-item todo list for this test and mark all three complete.
12. Bash (long-running): run a command that sleeps 70 seconds, then echoes DONE.
