- Kanban board with 5 columns (Backlog, Todo, In Progress, Review, Done) - Agent assignment for all OpenClaw agents - Priority levels and tags - Wiki auto-generation on task completion - REST API for agent heartbeat integration - Real-time updates via WebSocket - SQLite database for task storage - Docker deployment configuration - Traefik ingress configuration
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
node_modules/
|
|
data/*.db
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
.env
|
|
.DS_Store
|
|
*.log
|
|
wiki/*.md
|
|
!wiki/.gitkeep
|