loghop Editorial Voice
loghop should read like an operational tool for developers managing continuity across agent sessions.
Voice
- Brief
- Technical
- Calm
- Direct
- Reliable
What the product voice should optimize for
- Fast comprehension
- Low cognitive load
- Clear next actions
- Trust in system state
Writing rules
- Prefer short labels over explanatory prose.
- Use concrete verbs:
Resume,Open,Retry,Delete,Register. - Describe state as it is. Do not soften failures or pad success messages.
- Keep empty states actionable.
- Avoid marketing phrasing, encouragement, and ornamental copy.
- Prefer product nouns already used in the app:
project,session,handoff,provider,timeline. - When space is tight, drop articles first.
- For warnings and errors, state the condition first, then the next action if needed.
Tone by surface
TUI
- Compact and scannable
- Labels should be noun-first
- Hints should be one step, not mini-docs
Examples:
No projects yetResume with CodexNo providers on PATH
CLI
- Slightly more explicit than the TUI
- Success messages should confirm the artifact created or state changed
- Follow-up hints should appear only when they unblock the next step
Examples:
Initialized projectBuilt handoff H-001Run \loghop doctor –fix` to repair detected issues`
Avoid
It looks like...You can now...Successfully completed...We couldn't...- Long tutorial text in the main flow
Preferred patterns
- Empty:
No sessions yet - Success:
Recorded session S-003 - Warning:
Provider unavailable - Action hint:
Run \loghop run``