feat(ui): Sentinel view — Yerin global security chat

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-04 21:11:11 +10:00
parent 423cbd342a
commit eb33bd8604
4 changed files with 29 additions and 1 deletions

View File

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