Skip to content

docs(prime): fix Day field reference in servings jq examples#26

Merged
DTTerastar merged 1 commit into
mainfrom
claude/issue-25-20260426-0039
Apr 26, 2026
Merged

docs(prime): fix Day field reference in servings jq examples#26
DTTerastar merged 1 commit into
mainfrom
claude/issue-25-20260426-0039

Conversation

@DTTerastar
Copy link
Copy Markdown
Collaborator

The gocronometer ServingRecord struct exposes a Day field in JSON that is always null. This PR adds a GOTCHA note directing users to RecordedTime for date-based jq filtering, and adds a concrete date-filter recipe using RecordedTime | startswith(...).

Fixes #25

Generated with Claude Code

…for servings

The gocronometer ServingRecord struct exposes a Day field in JSON output
that is always null. Add a GOTCHA note directing users to RecordedTime
for date-based jq filtering, and add a concrete date-filter recipe using
RecordedTime | startswith(...) to match the biometrics sort_by pattern.

Fixes #25

Co-authored-by: Darrell <DTTerastar@users.noreply.github.com>
@DTTerastar DTTerastar merged commit dfe32bc into main Apr 26, 2026
1 check passed
@DTTerastar DTTerastar deleted the claude/issue-25-20260426-0039 branch April 26, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

prime servings jq examples reference 'Day' field; actual JSON field is 'RecordedTime'

1 participant