Commit graph

6 commits

Author SHA1 Message Date
Claude
a1f5f581fe research: dashboard improvement plan from 10 comparable systems
Cycle 0 research complete. Analyzed Erlang Observer, observer_cli,
wobserver, Phoenix LiveDashboard, Akka Insights, Ray Dashboard,
Orleans Dashboard, tokio-console, RabbitMQ Management, and
Consul/Nomad UIs. Identified 8 implementation stages prioritized
P0-P2: time-series history, actor detail drill-down, search/filter,
worker viz, warning detection, topology, logging, and msg-type
breakdown.

Full research notes in CLAUDE/notes/ (gitignored, session-local).

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:20:23 +07:00
b4312676a6 feat: skeleton for in browser swactor engine (#35)
Skeleton up for a web browser swactor engine that is capable of connecting with a cluster.
2026-02-13 13:27:34 +00:00
a7124cb3d4 distribution realization (#33)
Write tests for docker integration, as docker is how we will initially handle distribution on heterogeneous hardware.
2026-02-13 07:55:12 +00:00
78cbd80803 skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
f4f26c9f41 major feature update
Improve the runtime, increase test coverage, add new actor types for monitoring and supervision to an `std` crate.
2026-02-13 07:11:24 +00:00
d817ad952f feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`
2026-02-12 09:13:50 +00:00