chore: move appdata folder to .claudeDo

This commit is contained in:
Mika Kuns
2026-08-26 14:26:19 +02:00
parent 7fe8729603
commit c4928b4def
24 changed files with 99 additions and 56 deletions
+4 -4
View File
@@ -29,10 +29,10 @@ have none; this file plus the code is all there is for them.
## Key Paths
- DB: `~/.todo-app/todo.db`
- UI config: `~/.todo-app/ui.config.json`
- Worker config: `~/.todo-app/worker.config.json`
- Logs: `~/.todo-app/logs/`
- DB: `~/.claudeDo/todo.db`
- UI config: `~/.claudeDo/ui.config.json`
- Worker config: `~/.claudeDo/worker.config.json`
- Logs: `~/.claudeDo/logs/`
- Worktrees: configured per worker (sibling or central strategy)
## Conventions