My Home Robot Project
Find a file
Russell Gilbert 500b26703e Enhances lifecycle communication with detailed receipts
Replaces simple string messages sent from the Brain with a structured `LifecycleReceipt` object.

This receipt provides comprehensive feedback, including the original command, a specific response status (e.g., `Ok`, `Refused`), and the resulting `LifeState`. This change improves the clarity, type safety, and debuggability of inter-thread communication between the main God thread and the Brain.
2026-03-03 08:47:30 +00:00
src Enhances lifecycle communication with detailed receipts 2026-03-03 08:47:30 +00:00
utils Renames RobotNode to Dixon and adds Rustylee core 2026-02-26 11:00:48 +00:00
.gitattributes chore: workstation setup (line-endings and ignore .idea) 2026-02-14 17:10:56 +00:00
.gitignore chore: workstation setup (line-endings and ignore .idea) 2026-02-14 17:10:56 +00:00
LICENSE Initial commit 2025-12-28 09:37:09 +00:00
README.md Initial commit 2025-12-28 09:37:09 +00:00

Dixon

My Home Robot Project