yoi/crates/daemon
2026-06-01 20:59:32 +09:00
..
src cargo fmt 2026-04-14 03:13:36 +09:00
Cargo.toml chore: 依存パッケージの集約 2026-05-01 23:35:46 +09:00
README.md docs: reorganize developer documentation 2026-06-01 20:59:32 +09:00

daemon

Role

daemon is reserved for future long-lived Pod lifecycle management.

Boundaries

Owns:

  • daemon-specific lifecycle coordination when that design is implemented

Does not own today:

  • current Pod socket serving (pod)
  • normal CLI/TUI startup (yoi, tui)
  • live registry mechanics already handled elsewhere (pod-registry)

Design notes

This crate exists as a placeholder. Do not route current runtime authority through it until there is a concrete daemon design and work item.

See also