feat: /todo command, breitere Sidebar, TODO.md gitignored

- Neuer Claude-Code Slash-Command /todo zur Pflege einer lokalen TODO-Liste
- TODO.md in .gitignore aufgenommen (bleibt lokal)
- TUI-Sidebar breiter: width 28→40 (min 22→30, max 40→55)
This commit is contained in:
2026-03-13 14:24:53 +01:00
parent d7887ae0c9
commit 73619fbc9c
3 changed files with 34 additions and 3 deletions

3
.gitignore vendored
View File

@@ -36,3 +36,6 @@ logs/
# OS
.DS_Store
Thumbs.db
# Todo-Liste (lokal, nicht im Repo)
TODO.md