refactor: migration Clean Architecture — module commands avec render et watch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 14:13:30 +02:00
parent 9eae97f1d8
commit 6ae7a434c4
8 changed files with 183 additions and 202 deletions
@@ -1,7 +1,6 @@
use crate::infrastructure::file_repository;
use std::path::Path;
#[allow(dead_code)]
pub fn list_markdown_files(dir: &str) -> Result<Vec<String>, String> {
let path = Path::new(dir);
if !path.is_dir() {