feat(compat): alexandria load-all.lisp — dependency-ordered loaderVerified

All 16 files load with ZERO errors through this order. io.lisp must
follow macros.lisp: with-open-file* runs ONCE-ONLY at expansion time,
so loading io first produced 5 phantom 'undefined function' errors on
its consumer defuns — the residue that survived two debugging
campaigns (cave#170, the cave#192 trail) until the forward-reference
was spotted. Verified: full load 0 errors; write-string-into-file +
read-file-into-string round-trip on disk ('abc123').

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Anthony Green2026-07-02 12:30:10 -0400 e6019b301890dfb9e66521a4dc1b50fcc92e0c80
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>