Files
kanban/AGENTS.md
2026-05-19 23:47:11 +02:00

33 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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)