Skip to content

Commit 52e4b08

Browse files
author
Douglas Jones
committed
sessions: add filesystem primitives to open items
1 parent effaf3f commit 52e4b08

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sessions/2026-05-12.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,10 @@ v2-A is done:
310310
wire format. The Rust binary is now self-contained and fast;
311311
that's the foundation the protocol work needs.
312312

313+
314+
---
315+
316+
## Addendum — open item added at session close
317+
318+
**Filesystem primitives for Codifide**`fs.list(path)`, `fs.read(path)` as effectful primitives with an `fs.read` effect label. Would let Codifide programs operate on the repo itself — including rewriting `dispatch-check` in Codifide rather than Python. The dispatch-check logic (rule-based classification, cost dispatch, intent annotations) is a natural fit for the language. The missing piece is the filesystem primitive layer. Candidate for v2-B or v3. Needs a proposal.
319+

0 commit comments

Comments
 (0)