Task Vault 0.3.0
What's new
- Projects panel — all-project stats cards (open / overdue / done-this-week / running agents); status-grouped project detail view.
- Agenda & calendar — today's schedule timeline + month-grid calendar view (status-colored chips, overdue highlighting). Task-driven, replaces daily-note calendars.
- Built-in local HTTP API —
POST /tasks,GET/PATCH /tasks/:id,POST /tasks/:id/logon 127.0.0.1; per-agent Bearer tokens; every write routed through the state machine and the review gate. Off by default. - Six commands with default hotkeys —
Cmd/Ctrl+Shift+L/D/C/K/S/A(rebindable). - Status color rails — one color per state (cancelled = diagonal stripe) + row tooltips.
- Bilingual README & UI localization — English / 简体中文.
- Agent skill shipped in-repo —
skills/task-vault-agent/SKILL.md. - Release hygiene — a dozen scorecard warnings fixed; assets attested.
Full notes: README