A component called "wellbeing" is registered and asks for settings, notifications and a clock, but does nothing.
A wellbeing component is registered with dependencies declared but an empty implementation in this build.
What's wrong with this entry?
A new internal component named wellbeing is registered and declares that it needs settings, notifications and a clock, but it does nothing at all in this build.
- Its setup body declares locals that are never used, its two inner functions return false and nothing, and the effect it returns is empty.
- Only its teardown does anything, and it stops a timer that is never started.
- Nothing about it is observable to anyone using Claude Code. It did not exist in v2.1.233.
id: "wellbeing"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.