Step 4 of 5 80% complete

Better development logging

Optionally, we want to get AI to routinely add log messages as our program-in-development runs. This helps with debugging later.

As a development practice, I want you to output brief/terse log messages at important points. Such as when a user taps a button, something logic loop is happening. This will make it easier to debug. Note this in @CLAUDE.md.

You do not necessarily need this, but I like to do it for certain development workflows when working on iOS apps, for example.