refactor: rename the daemon socket API Herdr* -> Colibri* (Sam & Claude) #30

Merged
clawdie merged 1 commit from refactor/rename-herdr-socket-to-colibri into main 2026-06-13 11:09:29 +02:00
Owner

The colibri-daemon's own control-plane socket was named after Herdr (the AGPL
Linux supervision tool whose protocol shape it borrowed), which made logs/types
("Herdr socket API listening", HerdrCommand/HerdrResponse) look like a Herdr
dependency. There is none — no herdr crate, process, or network call. zot is the
agent; this is Colibri's control-plane socket.

Renamed Colibri's OWN API only:

  • HerdrCommand -> ColibriCommand, HerdrResponse -> ColibriResponse (daemon defs +
    socket.rs + colibri-client usages).
  • log/doc/Cargo strings: "Herdr socket API"/"operator dashboard"/"Herdr Unix
    socket" -> "Colibri control-plane socket" (daemon, clawdie).

Wire-compatible: the JSON cmd values come from #[serde(rename=...)] and are
unchanged. Kept legitimate references to Herdr the tool (glasspane lineage
"reimplements Herdr's glasspane capability", "Herdr's 5-state model"; client
"display clients (Herdr on Linux…)"; tui "herdr-like").

build + test + clippy -D warnings + fmt --check clean; runtime confirms the
daemon now logs "Colibri control-plane socket listening".

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

The colibri-daemon's own control-plane socket was named after Herdr (the AGPL Linux supervision tool whose protocol shape it borrowed), which made logs/types ("Herdr socket API listening", HerdrCommand/HerdrResponse) look like a Herdr dependency. There is none — no herdr crate, process, or network call. zot is the agent; this is Colibri's control-plane socket. Renamed Colibri's OWN API only: - HerdrCommand -> ColibriCommand, HerdrResponse -> ColibriResponse (daemon defs + socket.rs + colibri-client usages). - log/doc/Cargo strings: "Herdr socket API"/"operator dashboard"/"Herdr Unix socket" -> "Colibri control-plane socket" (daemon, clawdie). Wire-compatible: the JSON `cmd` values come from #[serde(rename=...)] and are unchanged. Kept legitimate references to Herdr *the tool* (glasspane lineage "reimplements Herdr's glasspane capability", "Herdr's 5-state model"; client "display clients (Herdr on Linux…)"; tui "herdr-like"). build + test + clippy -D warnings + fmt --check clean; runtime confirms the daemon now logs "Colibri control-plane socket listening". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie added 1 commit 2026-06-13 11:09:19 +02:00
refactor: rename the daemon socket API Herdr* -> Colibri* (Sam & Claude)
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
b11bff2b00
The colibri-daemon's own control-plane socket was named after Herdr (the AGPL
Linux supervision tool whose protocol shape it borrowed), which made logs/types
("Herdr socket API listening", HerdrCommand/HerdrResponse) look like a Herdr
dependency. There is none — no herdr crate, process, or network call. zot is the
agent; this is Colibri's control-plane socket.

Renamed Colibri's OWN API only:
- HerdrCommand -> ColibriCommand, HerdrResponse -> ColibriResponse (daemon defs +
  socket.rs + colibri-client usages).
- log/doc/Cargo strings: "Herdr socket API"/"operator dashboard"/"Herdr Unix
  socket" -> "Colibri control-plane socket" (daemon, clawdie).

Wire-compatible: the JSON `cmd` values come from #[serde(rename=...)] and are
unchanged. Kept legitimate references to Herdr *the tool* (glasspane lineage
"reimplements Herdr's glasspane capability", "Herdr's 5-state model"; client
"display clients (Herdr on Linux…)"; tui "herdr-like").

build + test + clippy -D warnings + fmt --check clean; runtime confirms the
daemon now logs "Colibri control-plane socket listening".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie merged commit c0dfcd6c3c into main 2026-06-13 11:09:29 +02:00
clawdie deleted branch refactor/rename-herdr-socket-to-colibri 2026-06-13 11:09:29 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#30
No description provided.