colibri/docs/guide
Sam & Claude 968534d528
Some checks are pending
CI / agent-jail-pkgs (pull_request) Waiting to run
CI / rust (pull_request) Waiting to run
CI / markdown (pull_request) Waiting to run
CI / port (pull_request) Waiting to run
refactor: kill→stop across API surface, CLI, TUI, and docs
Clean sweep — no kill on the Colibri wire protocol, CLI surface,
TUI keybinding, or documentation. Backward-compat aliases removed;
daemon and client deploy together so no transitional period needed.

  Wire: KillAgent→StopAgent, "kill-agent"→"stop-agent" (no alias)
  CLI:  colibri kill→stop, Command::KillAgent→StopAgent
  Lib:  client.kill_agent()→stop_agent()
  TUI:  kill_selected()→stop_selected(), "kill"→"stop" label
  Docs: spawn/kill→spawn/stop, kill-agent→stop-agent (40+ instances)

  Retained kill only where it belongs:
  - child.kill() / handle.kill() (OS SIGKILL)
  - Unix kill(1) in sigterm tests
  - OOM kill, process-group kill comments (kernel mechanism)
2026-06-26 14:40:10 +02:00
..
architecture refactor: kill→stop across API surface, CLI, TUI, and docs 2026-06-26 14:40:10 +02:00
install docs(guide): trim install Scope paragraph to one-liner 2026-06-26 14:15:47 +02:00
localization docs(sl): add glossary of abbreviations + link from all pages 2026-06-26 10:34:47 +02:00
operate chore: prettier format 2026-06-26 09:39:15 +02:00
reference docs(guide): rewrite colibri.md for v0.12 + final language polish 2026-06-26 09:38:49 +02:00
roadmap
sl refactor: kill→stop across API surface, CLI, TUI, and docs 2026-06-26 14:40:10 +02:00
index.md