Node detail
panel layout
Owns panel composition, variants, and shell mounts.
The architecture stack below is interactive. Click a layer to inspect its runtime boundary, owned nodes, responsibilities, state boundary, and security boundary.
Scroll-driven walkthrough
This section reacts to scroll and click. Move down the story and the visual panel updates to match the current operating stage.
feed pressure
Intake pressure rises as fresh sources land in the current snapshot.
System topology
This view compresses the stack into interface, analytics, graph, replay, and storage. Clicking a layer now exposes owned nodes, storage boundaries, and security boundaries.
Browser / desktop shell
The operator surface renders maps, panels, hover states, replay controls, and focus-preserving navigation. It should stay responsive while exposing high-density signals.
Responsibilities
Owned nodes
Node detail
Owns panel composition, variants, and shell mounts.
Main flows
State and storage boundary
Security and ops boundary
Related docs
event-dashboard.htmlThe current runtime split is workload-driven:
This keeps product surfaces in TypeScript while moving heavy batch compute to the toolchain that fits it.
The important design change is that raw rows are no longer treated as final signal objects, and heavy compute is no longer forced through handwritten Node loops.
Reports are compiled from stored evidence, metrics, market reactions, caveats, and figure specs. The client memo is the readable analyst layer; provenance and raw ledgers stay in the audit appendix.
The report pipeline is:
DB/API/cache data
-> evidence bundle
-> deep research packs
-> signal cards
-> analyst synthesis
-> semantic narrative blueprint
-> long-form client memo
-> validator and quality gates
-> source-query/backfill tasksQuality is intentionally split. A report can be a strong research-prioritization memo while still not being investment-ready. Direct transcript coverage, controlled market validation, and independently supported causal mechanisms are hard gates for stronger claims.
This site documents architecture decisions and major flows while omitting private operations, secrets, and sensitive deployment details.