Skip to content

fix(cli): update analytics help text#304

Merged
upsetbit merged 1 commit into
masterfrom
codex/fix-analytics-help
Jun 27, 2026
Merged

fix(cli): update analytics help text#304
upsetbit merged 1 commit into
masterfrom
codex/fix-analytics-help

Conversation

@upsetbit

Copy link
Copy Markdown
Contributor

Summary

Fixes #296.

Updates prosa analytics --help so it matches the implemented reports and heatmap flag behavior.

What changed

  • Added the profiles report to the analytics help text.
  • Changed the heatmap note from ignores to rejects for --last, --since, and --between.
  • Added a help-output test for the listed report and heatmap rule.

Validation

  • go test ./internal/cli -run 'TestAnalyticsHelpListsProfilesAndHeatmapWindowRule|TestValidAnalyticsReportsIncludesNewReports' -count=1
  • go test ./internal/cli/... -race
  • go build -o ./bin/prosa ./cmd/prosa
  • Manual check for prosa analytics --help

@upsetbit upsetbit added bug Something isn't working documentation Improvements or additions to documentation area:cli prosa CLI scope:cli prosa CLI commands, flags, rendering, setup, and scheduled sync scope:docs README, docs, examples, and agent-facing guidance severity:medium Latent bug, inconsistent contract, brittle pattern priority:P2 Lower-priority cleanup, coverage, polish, or follow-up source:audit Created from an audit report or validation pass labels Jun 27, 2026
@upsetbit upsetbit merged commit 10b2613 into master Jun 27, 2026
4 checks passed
@upsetbit upsetbit deleted the codex/fix-analytics-help branch June 27, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:cli prosa CLI bug Something isn't working documentation Improvements or additions to documentation priority:P2 Lower-priority cleanup, coverage, polish, or follow-up scope:cli prosa CLI commands, flags, rendering, setup, and scheduled sync scope:docs README, docs, examples, and agent-facing guidance severity:medium Latent bug, inconsistent contract, brittle pattern source:audit Created from an audit report or validation pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

analytics help omits profiles and misstates heatmap flag behavior

1 participant