Skip to content

feat: v0.3.0 — Core UX principles & query commands#1

Merged
moose-lab merged 1 commit into
mainfrom
feat/v0.3.0-ux-query-commands
Mar 5, 2026
Merged

feat: v0.3.0 — Core UX principles & query commands#1
moose-lab merged 1 commit into
mainfrom
feat/v0.3.0-ux-query-commands

Conversation

@moose-lab

Copy link
Copy Markdown
Owner

Summary

  • Enforce 5 core UX principles across all commands: natural language, next-step hints, fuzzy matching, first-run orientation, contextual numbers
  • Add 4 new query commands: today, search, stats, cost
  • Add --summary flag to show command for narrative view
  • Add shared formatting helpers and costByModel tracking in parser

Test plan

  • npx tsup builds without errors
  • devlog — dashboard shows context on all numbers
  • devlog today — today's sessions with narrative
  • devlog sessions — context-aware formatting
  • devlog show 1 — human tool names, grouped tools, next-step footer
  • devlog show 1 --summary — narrative summary
  • devlog search "devlog" — finds matching sessions
  • devlog stats — aggregated stats with context
  • devlog cost — cost breakdown by project/model
  • devlog --json today — valid JSON
  • devlog sesions — "Did you mean: sessions?"
  • devlog show nonexistent — shows suggestions, exit 1

🤖 Generated with Claude Code

Enforce 5 UX principles across all commands and add new query commands:
- Add shared formatting helpers (humanizeToolName, costWithContext, etc.)
- Replace emoji tool display with human-readable descriptions
- Add contextual number formatting ("$0.04 — pocket change")
- Add "did you mean?" fuzzy matching for unknown commands
- New commands: today, search, stats, cost
- Add --summary flag to show command for narrative view
- Track costByModel in session parser
- Version bump to 0.3.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@moose-lab moose-lab merged commit 16431e3 into main Mar 5, 2026
moose-lab added a commit that referenced this pull request May 16, 2026
feat: v0.3.0 — Core UX principles & query commands
moose-lab added a commit that referenced this pull request May 16, 2026
feat: v0.3.0 — Core UX principles & query commands
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.

2 participants