auto-commit 2026-01-30: learnings, tools notes, daily memory

This commit is contained in:
James
2026-01-30 00:00:12 +01:00
parent 9449c53ebc
commit 64a6bb339e
3 changed files with 106 additions and 80 deletions

39
memory/2026-01-29.md Normal file
View File

@@ -0,0 +1,39 @@
## Clawdbot → Moltbot Migration (notiert)
- **Projekt wurde umbenannt:** Clawdbot → Moltbot
- **Grund:** Vermutlich Trademark-Nähe zu "Claude" (Anthropic)
- **"Clawd"** bleibt als Persona-Name (Space Lobster Assistant)
- **Docs:** docs.clawd.bot redirected bereits zu docs.molt.bot
- **GitHub Issues:** Es gibt bereits Probleme wegen der Namensänderung (moltbot/moltbot)
- **Status:** Abwarten, noch nicht migrieren
- **TODO:** Demnächst prüfen wie Migration ~/clawd → ~/molt, clawdbot CLI → moltbot CLI, etc. funktioniert
Bastian hat das vorgestern gelesen. Wir warten bis sich der Staub gelegt hat.
## Kanban Dashboard - v0.1 fertig! 🎉
**Projekt:** ~/projects/kanban
**Status:** Alle Features funktionieren, getestet via API + SSR
**Tech:**
- Nuxt 3 + Vue 3 + Tailwind CSS
- Filesystem-basiertes Backend (Markdown + JSON)
- TypeScript
**Gelöste Probleme:**
- Verschachtelte API-Routes funktionierten nicht in Nuxt → flache API-Struktur implementiert
- `POST /api/tasks` statt `/api/boards/[x]/lists/[y]/tasks`
- Alle Vue-Komponenten für neue API aktualisiert
**Features:**
- ✅ Boards / Listen / Tasks CRUD
- ✅ Drag & Drop zwischen Listen
- ✅ Labels, Due Dates, Assignees
- ✅ Markdown in Tasks
- ✅ Dark Mode (Obsidian-Style)
- ✅ Keyboard Shortcuts (j/k/h/l)
- ✅ Command Palette (⌘K)
**Server:** `pnpm dev --host 0.0.0.0` (Port 3000)