bmux_snapshot_plugin_api 0.0.1-alpha.1

Typed public API of the bmux snapshot plugin (config + wire enums + offline_snapshot utility)
1
2
3
4
5
6
7
8
9
10
11
# bmux_snapshot_plugin_api

Typed public API of the `bmux.snapshot` plugin.

BPDL-backed contract plus non-transport utilities:

- `SnapshotPluginConfig` — CLI-registered configuration (snapshot file path + debounce window).
- Generated `snapshot-types`, `snapshot-state`, and `snapshot-commands`
  modules from `bpdl/snapshot-plugin.bpdl`.
- `offline_snapshot` module — the `offline_kill_sessions` utility
  CLI subcommands call when the server is down.