- Add ProjectContext and DewConfig models to core - Add Ticket model with YAML frontmatter serialisation - Add TicketStore with auto-incrementing 4-digit IDs - Implement create/get/update/delete subcommands under KanbanCommand - Expand tests: ProjectContext, Ticket roundtrip, TicketStore CRUD (19 total) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 lines
69 B
Dart
4 lines
69 B
Dart
library;
|
|
|
|
export 'src/config.dart';
|
|
export 'src/dew_core_base.dart';
|