Fix task comment CLI to support --author flag

t-624·WorkTask·
·
·
·Omni/Task.hs
Created2 months ago·Updated1 week ago·pipeline runs →

Description

Edit

The task comment CLI command hardcodes Human as the author (Omni/Task.hs:345). When pi agents shell out to 'task comment', their comments are incorrectly attributed to Human instead of Agent.

Fix: add an --author option to the task comment CLI (default: Human), e.g. 'task comment --author agent:engineer t-XXX msg'. Then update pi agent instructions to use the flag.

Git Commits

d2c1a19aAdd --author flag to task comment CLI
Coder Agent9 weeks ago1 files

Timeline (11)

🔄[human]Open → InProgress2 months ago
💬[engineer]2 months ago

Testing --author flag

💬[human]2 months ago

Testing default author

🔄[human]InProgress → Review2 months ago
💬[human]2 months ago

Added --author flag to task comment CLI. Defaults to human. Supports: human, system, agent:engineer, agent:reviewer, agent:designer, agent:productmgr. All 36 tests pass. Commit: d2c1a19a

💬[human]1 week ago

Ava verified: cited commit confirmed in live history; feature shipped. Moving to Verified.

🔄[human]Review → Verified1 week ago