This is a template repository.
Get started by reading docs/setup.md. See docs/overview.md for an overview of the base module content.
Use this section as your project build prompt. Think about these four components and the messages they send between each other.
Before you write any code, use the coding agent in planning mode and focus on documentation first. Draft the docs that explain the feature, workflow, and configuration as part of the plan, then implement only after the docs are clear.
Describe the Agents (Humans, Animals, Vehicles) and the Surroundings (Weather, Time). Example: A citizen drops a pizza box into the smart-bin.
What Sensor picks up the information? Example: An infrared sensor inside the bin detects the height of the trash.
How does the city "think" about this information? Example: If the trash height is more than 80%, send a signal to the garbage department.
What is the Controller that changes the city? Example: A digital map in the garbage truck updates to show a "High Priority" pickup.