From 49a0a0893f4514d00cd015828b9ac9d5c6e9af2a Mon Sep 17 00:00:00 2001 From: Michael Assraf Date: Thu, 17 Sep 2026 22:51:09 -0400 Subject: [PATCH] chore(cli): document the fs utilities module [preview:none] --- codewiki/cli/utils/fs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codewiki/cli/utils/fs.py b/codewiki/cli/utils/fs.py index 88f4cb31..7f8a7675 100644 --- a/codewiki/cli/utils/fs.py +++ b/codewiki/cli/utils/fs.py @@ -1,5 +1,7 @@ """ File system utilities for CLI operations. + +Shared by the generate and config commands; nothing here calls the network. """ import os