Commit Graph
13 Commits
Author SHA1 Message Date
Metal AgentandClaude Opus 5 b6dc70f9fa Give the elements that carry meaning something to say
The adapter is only worth having if the call sites exist, so this wires the
ten elements `UX_VERTICAL_SLICE.md` actually names and stops there. The
shell root is an application; the sidebar, its row list and the workspace
are named regions; every workspace panel is a pane carrying its label, its
execution target, its waiting state and whether it owns the keyboard; every
live terminal surface is a terminal; the command palette and the add-panel
chooser are dialogs; the footer's usage strip is a status. Seven elements
gained a stable GPUI id along the way, because an element worth naming to a
screen reader is an element worth keeping state on.

The other 137 divs are left alone deliberately. Fixed-width slots, meters,
chips, borders and painted terminal cell runs have no identity to hang a
node on, and publishing 80x24 nodes a frame would be a tree nobody can
navigate and a cost on every repaint.

No new strings were invented for the screen reader where the model already
had one. `describe()` labels each sidebar row -- that is its caller, so its
`#[allow(dead_code)]` is deleted rather than carried, as decision 0023
requires. The three words in a pane header's corner and the three words its
description leads with now come from one function. The two lines a pane
header prints about where it runs and what its process is doing moved out of
`pane_context` into `pane_header_lines`, because the pane's semantic node is
built one level up in `workspace_panel` and recomputing them there would
have meant two expressions that agree today and disagree after the first
edit. The add-panel chooser's heading and its accessible name are one
constant.

Four labels are new strings, because nothing on screen names these areas:
"Lumbridge", "Workspace", "Sidebar" and "Harness usage". Each is the name
the code and the docs already use for the thing it labels.

The scorecard's accessibility row now reads fail rather than a hedge. The
call sites are wired; the semantics are absent, because the adapter no-ops.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SPYebLiN2w4TqnHUYGdECq
2026-09-01 13:14:01 -07:00
Metal AgentandClaude Opus 5 ef52aa7ce2 Replace the footer's placeholder usage with a real observation ledger
The footer showed invented percentages. It now shows what two harnesses
actually report, or says it does not know.

lumbridge-core gains an append-only per-profile UsageLedger and a projection
that labels every derived value estimated, withholds a burn rate from a single
sample, withholds a window fraction with no reported ceiling, withholds an
exhaustion estimate that lands after the reset, and reports an expired window
as rolled over rather than freezing its last percentage. A missing fact renders
as missing, never as zero. (0012)

lumbridge-harness is the impure side: processes, clocks, and untrusted wire
text in, observations out. Three adapters:

- Codex's account/rateLimits/read over the app-server's JSON-RPC stdio. The
  client cannot express a request outside a two-variant enum and answers every
  server-to-client request with -32601, so a harness asking Lumbridge for a
  credential is refused by construction. (0013)
- Claude Code's session transcripts, as a byte-offset tail follower that
  reports nothing until the backlog is read to EOF — a partially-read backlog
  is indistinguishable from a burst of spend, and the first run against 20 MB
  reported forty-six billion tokens an hour. The parser models four counters,
  so the conversations in those files are not representable. (0014)
- Claude Code's five-hour and seven-day subscription windows, via a bridge
  installed as its statusLine command. 0014 had claimed no such surface
  existed; it does, and the record is corrected in place rather than quietly
  edited. Lumbridge does not read the OAuth credential to call the account
  usage endpoint, which is what comparable tools do — AGENTS.md forbids it,
  and 0015 says so rather than leaving the gap unexplained.

Also in here: a capability-check ordering fix in the workspace reducer, where
the applied-request replay table was consulted before the capability check and
so answered questions the caller had no right to ask; the GPUI spike wired to
the live probes with per-harness gauges and provenance chips; and a launcher
that matches its own window by PID, because GPUI sets WM_NAME but not
_NET_WM_NAME and a title match never succeeded.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-31 21:47:11 -07:00
karti 3409cabb80 feat: add persistent dynamic panels
CI / rust (push) Successful in 2m10s
2026-08-31 18:43:36 -07:00
karti 4ed7613b22 feat: index runtime sessions by pane
CI / rust (push) Successful in 4m19s
2026-08-31 18:29:28 -07:00
karti abcf664ab8 feat: add reversible workspace panels
CI / rust (push) Successful in 2m11s
2026-08-31 18:18:20 -07:00
karti 63c9cb6210 fix: make workspace panels self contained
CI / rust (push) Successful in 2m54s
2026-08-31 18:02:01 -07:00
karti 3f15b13312 feat: add responsive ultrawide work lanes
CI / rust (push) Successful in 2m3s
2026-08-31 17:46:18 -07:00
karti 1204689de0 feat: make terminal the primary workspace surface
CI / rust (push) Successful in 2m7s
2026-08-31 17:18:55 -07:00
karti b838d000db feat: add interactive VT and workspace command plane
CI / rust (push) Successful in 3m48s
2026-08-31 17:05:49 -07:00
karti 32d190c6c6 Add bounded runtime actor and live PTY pane
CI / rust (push) Successful in 3m26s
2026-08-31 16:32:50 -07:00
karti 27beb69ff8 Build interactive native workspace vertical slice
CI / rust (push) Successful in 1m43s
2026-08-31 16:15:32 -07:00
karti f75a3f0c78 Record Ubuntu native UI spike baseline
CI / rust (push) Successful in 1m41s
2026-08-31 15:47:13 -07:00
karti aaa1cb1fa9 Spike native shells and define local-first integrations
CI / rust (push) Successful in 1m40s
2026-08-31 15:42:26 -07:00