Expand description
Library entrypoint for fuzz testing and external consumers.
The main binary has its own module tree; this surface re-exports only
what fuzz harnesses need (config, input, keybindings,
signal).
Modulesยง
- config
- TOML configuration at the platform-specific user config dir.
- fs_
migrate - Filesystem path migration helper used by the
signal-tui->siggyrename (#350). - input
- Slash-command parsing.
- keybindings
- Configurable key bindings.
- signal
- signal-cli integration: child process bridge (
client), JSON-RPC frame parsers (parse), and wire types (types).