docs: align daemon naming with package rename
Agent-Logs-Url: https://github.com/Breadway/bread/sessions/1d380004-8d78-4a1f-9fbb-0c8a487b2e14 Co-authored-by: Breadway <108389940+Breadway@users.noreply.github.com>
This commit is contained in:
parent
60b2999ebf
commit
d158fe2186
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Bread is a reactive automation fabric for Linux desktops. The daemon (`breadd`) normalizes external signals into semantic events, maintains runtime state, and dispatches events to Lua modules that implement automation.
|
Bread is a reactive automation fabric for Linux desktops. The daemon (`bread`) normalizes external signals into semantic events, maintains runtime state, and dispatches events to Lua modules that implement automation.
|
||||||
|
|
||||||
- Daemon: long-running Rust process, source of truth for runtime state
|
- Daemon: long-running Rust process, source of truth for runtime state
|
||||||
- Lua runtime: dedicated thread inside the daemon; automation logic lives here
|
- Lua runtime: dedicated thread inside the daemon; automation logic lives here
|
||||||
|
|
@ -27,7 +27,7 @@ If you are new to Bread, start with the quick walkthrough below, then jump to th
|
||||||
|
|
||||||
### 1) Create a minimal config
|
### 1) Create a minimal config
|
||||||
|
|
||||||
- Daemon config: `~/.config/bread/breadd.toml`
|
- Daemon config: `~/.config/bread/bread.toml`
|
||||||
- Lua entry point: `~/.config/bread/init.lua`
|
- Lua entry point: `~/.config/bread/init.lua`
|
||||||
- Lua modules: `~/.config/bread/modules/`
|
- Lua modules: `~/.config/bread/modules/`
|
||||||
|
|
||||||
|
|
@ -465,7 +465,7 @@ Payload includes `online` and `interfaces`.
|
||||||
|
|
||||||
## Dictionary: IPC protocol
|
## Dictionary: IPC protocol
|
||||||
|
|
||||||
The daemon exposes a Unix socket at `$XDG_RUNTIME_DIR/bread/breadd.sock`. Messages are newline-delimited JSON.
|
The daemon exposes a Unix socket at `$XDG_RUNTIME_DIR/bread/bread.sock`. Messages are newline-delimited JSON.
|
||||||
|
|
||||||
Request:
|
Request:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue