PDA-friendly response formatting #28

Closed
opened 2026-01-28 19:05:58 +00:00 by jason.woltje · 1 comment
Owner

Implement PDA-friendly formatting for API responses.

Formatting rules:

  • NO: OVERDUE, URGENT, MUST DO, CRITICAL
  • YES: Target passed, approaching target, scheduled for
  • Visual indicators: 🟢🔵⏸️💤
  • Date headers (Today, Tomorrow, This Week)
  • Single-line columnar format

Response formats:

  • Briefing: Organized by date, status indicators
  • Task list: Columnar, grouped by date
  • Events: Timeline format
  • Actions: Confirmation messages

Implementation:

  • ResponseFormatter service
  • Template-based formatting
  • Configurable per-user preferences

Reference: jarvis-brain/docs/DESIGN-PRINCIPLES.md

Implement PDA-friendly formatting for API responses. **Formatting rules:** - NO: OVERDUE, URGENT, MUST DO, CRITICAL - YES: Target passed, approaching target, scheduled for - Visual indicators: 🟢🔵⏸️💤 - Date headers (Today, Tomorrow, This Week) - Single-line columnar format **Response formats:** - Briefing: Organized by date, status indicators - Task list: Columnar, grouped by date - Events: Timeline format - Actions: Confirmation messages **Implementation:** - ResponseFormatter service - Template-based formatting - Configurable per-user preferences **Reference:** jarvis-brain/docs/DESIGN-PRINCIPLES.md
jason.woltje added this to the M4-LLM (0.0.4) milestone 2026-01-28 19:05:58 +00:00
jason.woltje added the p0api labels 2026-01-28 19:05:58 +00:00
Author
Owner

Subsumed by Personality Module (#82).

PDA-friendly response formatting becomes one dimension of the configurable personality system.

Subsumed by **Personality Module** (#82). PDA-friendly response formatting becomes one dimension of the configurable personality system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#28