From 16c0dfef4caf90876863a60ed48065c9ad613f5a Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 11 Mar 2026 23:51:35 +0900 Subject: [PATCH] Remove the grandiloquence from the note written in work in progress. --- src/apps/cli/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/apps/cli/README.md b/src/apps/cli/README.md index b6dec8c..890eb7f 100644 --- a/src/apps/cli/README.md +++ b/src/apps/cli/README.md @@ -32,16 +32,11 @@ CLI Main - Platform-agnostic file operations using Node.js `fs/promises` - Implements same interface as Obsidian's file system -2. **CLI Storage Event Manager** (`managers/`) - - File-based snapshot persistence (JSON) - - Console-based status updates - - Optional file watching (can be extended with chokidar) - -3. **Service Modules** (`serviceModules/`) +2. **Service Modules** (`serviceModules/`) - Direct port from `main.ts` `initialiseServiceModules` - All core sync functionality preserved -4. **Main Entry Point** (`main.ts`) +3. **Main Entry Point** (`main.ts`) - Command-line interface - Settings management (JSON file) - Graceful shutdown handling