verstak-desktop/internal/core
mirivlad 03175aa46d feat: Notes core service + Notes API + router auto-detect notes context
- Add internal/core/notes/ service (Service, Layout, Normalize, tests)
- Register verstak/core/notes/v1 capability
- Inject NotesService into App, expose 8 Notes API endpoints
  (CreateNote, RenameNote, ReadNote, SaveNote, EnsureOverview,
   ListNotes, SearchNotes, NormalizeNoteTitle)
- Router: auto-detect Notes context via path (IsInsideNotes)
- PluginCard: show workspaceItems contribution count
- Regenerate Wails bindings (App.d.ts, App.js, models.ts with notes.NoteInfo)
- Fix .gitignore pattern for e2e-results/
2026-06-21 23:22:36 +08:00
..
appsettings feat: add sync backend methods 2026-06-20 02:25:25 +08:00
capability fix: register core capabilities + plugin lifecycle before discovery 2026-06-16 17:12:46 +08:00
contribution feat: milestones 6b-fix through 6e — default-editor, files plugin, workspace host, workspaceItems contribution 2026-06-19 16:42:01 +08:00
events feat: plugin discovery, capability/contribution/permission registries, Plugin Manager UI 2026-06-16 12:00:43 +08:00
files Implement milestone 6b workbench routing skeleton 2026-06-19 07:51:57 +08:00
notes feat: Notes core service + Notes API + router auto-detect notes context 2026-06-21 23:22:36 +08:00
permissions Implement milestone 6b workbench routing skeleton 2026-06-19 07:51:57 +08:00
plugin feat: milestones 6b-fix through 6e — default-editor, files plugin, workspace host, workspaceItems contribution 2026-06-19 16:42:01 +08:00
pluginstate feat: add app settings, vault plugin state, and first-run vault selection 2026-06-17 03:37:15 +08:00
storage feat: add plugin UI host (sidebar, view container, settings panel) + storage API 2026-06-17 03:01:37 +08:00
sync fix: sanitize sync error messages, detect non-sync servers, add health check in TestAuth 2026-06-20 03:20:25 +08:00
vault core: Milestone 7b — Files explorer and Default Editor improvements 2026-06-20 19:20:13 +08:00
workbench feat: Notes core service + Notes API + router auto-detect notes context 2026-06-21 23:22:36 +08:00
workspace core: Milestone 7b — Files explorer and Default Editor improvements 2026-06-20 19:20:13 +08:00