Files
clawd/dashboard/tasks.json
Echo 719cd5f743 feat: habit tracker with gamification + KB updates
Merge feature/habit-tracker into master (squashed):

 Habit Tracker Features:
- Bead chain visualization (30-day history)
- Weekly lives recovery system (+1 life/week)
- Lucide icons (zap, shield) replacing emoji
- Responsive layout (mobile-optimized)
- Navigation links added to all dashboard pages

📚 Knowledge Base:
- 40+ trading basics articles with metadata
- Daily notes (2026-02-10, 2026-02-11)
- Health & insights content
- KB index restructuring

🧪 Tests:
- Comprehensive test suite (4 test files)
- Integration tests for lives recovery
- 28/29 tests passing

Commits squashed:
- feat(habits): bead chain visualization + weekly lives recovery + nav integration
- docs(memory): update KB content + daily notes
- chore(data): update habits and status data

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 11:03:54 +00:00

43 lines
978 B
JSON

{
"lastUpdated": "2026-02-11T03:00:04.800665",
"columns": [
{
"id": "backlog",
"name": "Backlog",
"tasks": [
{
"id": "task-006",
"title": "Email digest dimineața",
"description": "Sumar email-uri importante la 8 AM",
"created": "2025-01-30",
"priority": "medium"
},
{
"id": "task-007",
"title": "Calendar sync",
"description": "Alertă înainte de întâlniri Google Calendar",
"created": "2025-01-30",
"priority": "low"
}
]
},
{
"id": "in-progress",
"name": "In Progress",
"tasks": []
},
{
"id": "done",
"name": "Done",
"tasks": [
{
"id": "task-041",
"title": "Raport dimineață trimis pe email",
"description": "",
"created": "2026-02-04T06:31:05Z",
"priority": "medium"
}
]
}
]
}