Intent-Code Divergence
Low
- Confidence
- 98% confidence
- Finding
- The CLI help declares `--notes` as an optional daily note for the `complete` command, implying that notes will be stored when provided. However, `cmd_complete` inserts only `date`, `tracking_quality`, and `completed` into `day_notes`, so any supplied notes are silently discarded and an existing row may be replaced without preserving `notes`.
