log_today
Log today's line to keep the streak alive. Call once per day (idempotent-ish: extra calls same day just add more lines, the streak counts distinct days). Requires the api_token from start_streak. Returns the updated streak and public url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | One honest line about today (max 240 chars). | |
| link | No | Optional URL to attach (commit/PR/deploy/page). | |
| api_token | Yes | The secret token returned by start_streak. |