Add read-only web dashboard MVP
Adds a disabled-by-default loopback web dashboard MVP with read-only control-plane views, prompt preview redaction, Vite React UI, and validation coverage.
This commit is contained in:
@@ -243,7 +243,12 @@ describe('room registration state', () => {
|
||||
JSON.stringify({ last_timestamp: '1234' }),
|
||||
);
|
||||
|
||||
expect(detectRoomRegistrationState({ projectRoot: tempRoot })).toEqual({
|
||||
expect(
|
||||
detectRoomRegistrationState({
|
||||
projectRoot: tempRoot,
|
||||
dbPath: path.join(tempRoot, 'messages.db'),
|
||||
}),
|
||||
).toEqual({
|
||||
assignedRooms: 0,
|
||||
roomsByOwnerAgent: {},
|
||||
legacyRegisteredGroupRows: 0,
|
||||
|
||||
Reference in New Issue
Block a user