feat(ui): Little Blue view — caretaker chat + actions panel

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-04 21:44:35 +10:00
parent b064f7f1a9
commit 8dfb56d2ac
4 changed files with 80 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const VIEWS = {
inbox: () => import('./views/inbox.js'),
'sacred-valley': () => import('./views/sacred_valley.js'),
sentinel: () => import('./views/sentinel.js'),
'little-blue': () => import('./views/little_blue.js'),
jobs: () => import('./views/jobs.js')
};