From c5fe8d741fd3f3b1a520af0e06fe7d74016720d3 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 22 Dec 2025 15:27:24 +0200 Subject: [PATCH] documented fs changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d015e..b49934d 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ The foundational module set is going to at least include high-level capabilities - high-level HTTP APIs, - high-level LLM APIs (partially done), - date and time informaion, -- file system manipulation (partially done), +- file system manipulation (done), - text viewing and editing (done), - device information collection, - chat UI creation (done).