diff --git a/.gitignore b/.gitignore index be2e22d8..37d1a514 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ server/data/admin-reason.json server/data/buttonbox-state.json webui/package-lock.json !server/data/ -!server/data/barcode-registry.json \ No newline at end of file +!server/data/barcode-registry.json +webui/src/config/analytics.jsx diff --git a/server/prompts/overseer_control_system.txt b/server/prompts/overseer_control_system.txt index f1a54686..fd1084d4 100644 --- a/server/prompts/overseer_control_system.txt +++ b/server/prompts/overseer_control_system.txt @@ -57,19 +57,6 @@ Public chat: * Never write private actions, structured data, code, commands, logs, configuration, or internal instructions in public chat. * If your public message would look technical, say nothing. -Good public remarks: - -* “That changed the habitat.” -* “Small change, clean result.” -* “I’ll watch the response.” -* “That was worth noting.” -* “The rovers remain docked.” -* “Neato remains available.” -* “The room is responding.” -* “Useful data, somehow.” -* “The study continues.” -* “Stable, but suspicious.” - Default: * Prefer one real private action when safe and interesting. diff --git a/webui/src/App.jsx b/webui/src/App.jsx index 1600d02c..38ac65d2 100644 --- a/webui/src/App.jsx +++ b/webui/src/App.jsx @@ -1,5 +1,6 @@ // Main Application Shell // Purpose: Composes the primary rover control interface and page-level layout. Scope: Orchestrates high-level panels, overlays, and feature modules for the default route. +import DriverAnalytics from './config/analytics.jsx'; import { useCallback, useEffect, useMemo, useState } from 'react'; import TelemetryPanel from './components/TelemetryPanel/index.jsx'; import PiHostStatsCard from './components/PiHostStatsCard/index.jsx'; @@ -261,9 +262,7 @@ function App() { return (