auto-commit 2026-02-01: identity/tools/user updates, memory notes, new avatars/projects/scripts dirs

This commit is contained in:
James
2026-02-01 00:00:15 +01:00
parent f3e24acb57
commit a44e992a96
20 changed files with 1150 additions and 25 deletions

63
projects/werk-bot.md Normal file
View File

@@ -0,0 +1,63 @@
# werk.bot — LLM-optimiertes Task & Projekt Management
**Status:** Konzeptphase 🚧
**Domain:** werk.bot ✅ (Namecheap, gekauft 2026-01-31)
**GitHub Org:** werkreset (geplant)
---
## Vision
Ein CLI-Tool für Task- und Projektmanagement, speziell optimiert für LLMs und AI Coding Agents.
**Kernproblem:** Bestehende Tools (Trello, Linear, GitHub Issues) sind für Menschen designed — zu viel UI-Noise, verschachtelte APIs, nicht context-freundlich für Agents.
## Geplante Features
- **CLI-first** — kein Daemon, keine GUI nötig
- **Markdown/YAML Storage** — git-native, lesbar für Mensch UND Maschine
- **Context Injection** — `werk context proj-x` generiert Kontext-Block für LLM-Prompts
- **Multi-Projekt** — Workspace → Projekte → Tasks → Subtasks
- **Smarte Queries:**
```bash
werk next # Was als nächstes?
werk blocked # Was hängt?
werk context foo # Kontext für Projekt foo
```
## Wettbewerb / Recherche
| Projekt | Stars | Notiz |
|---------|-------|-------|
| Gobby | 6 ⭐ | Am ähnlichsten, aber komplex (Daemon + MCP) |
| Task Trellis MCP | 5 ⭐ | "Jira für Agents" |
| pew-pew-cli | 6 ⭐ | Leichtgewichtig, Markdown |
**Fazit:** Markt unreif, niemand hat's geknackt. Raum für schlanke, opinionated Lösung.
## Namensgebung
- **werk.bot** — Domain, CLI-Tool Name
- **werkreset** — GitHub Org / Firmenname
- "Werk" = deutsch, industrial vibe
- "Reset" = persönliche Bedeutung (Ausstieg aus dem Hamsterrad)
## Assets
| Asset | Status | Wo |
|-------|--------|-----|
| werk.bot | ✅ Gekauft | Namecheap |
| werkreset (GitHub) | 🟡 Frei, nicht registriert | — |
---
## Nächste Schritte
- [ ] GitHub Org "werkreset" registrieren
- [ ] Repo `werkreset/werk` oder `werkreset/werk.bot` anlegen
- [ ] MVP definieren (was ist v0.1?)
- [ ] Tech-Stack entscheiden (Rust? Go? TypeScript?)
---
*Erstellt: 2026-01-31*