chore: session checkpoint 2026-05-19 — AGENTS.md + CLAUDE-Symlink

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Robin Choice
2026-05-19 23:47:11 +02:00
parent 02ac470eff
commit 9e3ce14d81
6 changed files with 192 additions and 0 deletions

32
AGENTS.md Normal file
View File

@@ -0,0 +1,32 @@
# Kanban
Self-contained HTML-Kanban als operative Single Source of Truth für alle laufenden Projekte. Visualisiert Robins Ringsystem (Ring 03) über 4 Gruppen × 16 Boards.
**Stack:** Vanilla HTML/CSS/JS, localStorage, kein Build, kein Backend
**Server:** `./server.sh` (Python http.server auf Port 8765, started aus `~/`)
**URL:** `http://localhost:8765/dev/kanban/index.html`
**Spec:** `SPEC.md` (Architektur + Test-Checkliste)
## Aktueller Stand
<!-- Zuletzt aktualisiert: 2026-05-19 via /save -->
**Sprint / Phase:** Initial-Release — produktionsreif für tägliche Nutzung, vor Tester-Agent-Validierung
**Zuletzt implementiert:**
- Migration `~/.kanban → ~/dev/kanban` + Backwards-Compat-Symlink, Git-Repo initialisiert
- 3 Views (Overview/Board/Analytics), Overview komplett editierbar inkl. Drag-Reorder von Gruppen/Boards
- Auto-Aging + Throughput-History (echter Throughput aus Done-Cards der letzten 14 Tage)
- WIP-Limit/Throughput/SLE per Pill editierbar pro Board
- Tool-Agnostik: globale CLAUDE.md → AGENTS.md, kanban-mcp aus MCP-Config entfernt
- Local-Server-Setup für MD-Viewer (löst file://-CORS-Sackgasse)
**Als nächstes:**
- Tester-Agent auf SPEC.md + index.html ansetzen
- Overview-Daten für die 13 restlichen Boards füllen (Pilot war Döner-App)
- AGENTS.md `## Aktueller Stand` in den Code-Repos auf Kurz-Snapshot schrumpfen
**Offene Punkte:**
- PWA-Manifest für iPad-Home-Screen (geplant, Stufe 1)
- CFD (Cumulative Flow Diagram) — Throughput-History wird dafür bereits gesammelt
- Sync-Layer für Multi-Device (Stufe 3, später)