From fd30f4a17b50c0b31982869532ef9ad2ea927681 Mon Sep 17 00:00:00 2001 From: agra Date: Fri, 12 Jun 2026 19:36:34 +0300 Subject: [PATCH] PLAN: record the std.fs directory-listing gap (cleanup.sx shims readdir) --- PLAN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLAN.md b/PLAN.md index 4c1ce0e..337dd81 100644 --- a/PLAN.md +++ b/PLAN.md @@ -183,6 +183,8 @@ subplan or has an explicit local workaround: (byte length, scalar values, grapheme clusters, and display width are distinct; invalid UTF-8 must not silently become a `String`). - Bytes and a full path module (only `path_join`/`basename`/`dirname` today). +- `std.fs` directory listing (`src/store/cleanup.sx` shims + opendir/readdir/closedir via FFI meanwhile). - Time/clock (publish shims `time(2)` via FFI), random, encodings (base64url, percent). - HTTP server/client and TLS boundary — blocks subplan 04 and remote publish