← all documents · raw markdown · 5 KB

Oracle Lattice OS (oracle.html) — fix & feature backlog

> Codex v9.10.64 · Track 5 · Codex §Comprehensive Plans

> AI / low-credit: One bug or feature per session; surgical oracle.html only; on stop log Last worked / Next.

Owner-reported, June 25. For Claude Code. Rules: oracle.html is served statically (hard-refresh to apply); NEVER whole-file-rewrite it — surgical edits only; verify against the real file (mount can lie). Knock out the BUGS first (quick, high-value), then the FEATURES. Log each batch in the Codex.

A. BUGS (do these first)

1. Resize splitter is dead. The drag-divider that splits panels (click-hold drag up/down to resize) no longer moves. It worked before — something broke it. Find the divider drag handler (likely .rc-divider/.rc-split or a resize handle) and restore the pointer drag-to-resize.

2. Logs / Issues section is broken/incomplete.

3. Memory Lattice shows only ~3 of 6 numbers (half the metrics blank/missing). Find why half the lattice metrics don't render and show the full, updated set.

4. Login / profile session bug. Clicking your own name (while logged in) should open YOUR profile. When Taz was logged in, his name showed but it routed to the owner's profile. The "click name → profile" must use the *logged-in* user's identity, not a hardcoded/owner one. Also: on login, the Humans/Guests list should actually load (it sits on "Loading identities…").

5. Leo's config window overflows the screen — it expands past the viewport and isn't scalable like the other config modals. Make the config panel fit + scroll within bounds (max-height + overflow), responsive like the rest.

6. Radar: remove Providers + leaderboard items. The System Radar shouldn't list Providers (or the leaderboard-type axes) — trim those axes; keep the meaningful ones.

7. KAI provider mislabel. KAI's settings say he uses Ollama, but KAI is RSHL (the lattice), not Ollama. Ollama is only present to optionally enable the BitNet *transformer* path — and selecting/enabling that should restart KAI (config write + restart, like other AIs). Relabel KAI's "provider" so it's honest (e.g. "RSHL lattice (native)", with the Ollama/BitNet transformer as a clearly-labeled optional toggle that restarts on change).

8. Config area should be on-demand, not always-on. The large center "config" area should only appear when the user clicks something that needs a settings/large-config page — right now it duplicates what's already in the right panel. Gate it behind an explicit "open settings" action.

9. URL routing. The app always shows localhost:3001/ regardless of view/tab/popup — no / or # reflecting the current view. Add hash-based (or path) routing so views/popups have real URLs (deep-linkable, indexable, back/forward works).

B. FEATURES

10. Auth / session like Windows.

11. Training view → animated classroom (replace the useless text feed). Today the Training Activity panel is just "TRAINING + timestamp" lines — wasted space. Replace it with a fixed-camera, back-of-classroom 8-bit scene (reference image: top-middle view of a lecture hall) that role-plays the training pipeline in real time:

Suggested order

A1 (splitter) → A2/A3 (logs + lattice metrics) → A4 (profile/session) → A5 (Leo config overflow) → A6 (radar trim) → A7 (KAI provider label) → A8 (config on-demand) → A9 (URL routing) → B10 (auth/lock/switch) → B11 (classroom — biggest, do last; needs the pipeline signal tweak).