Add git trailer support to task CLI

t-565.2·WorkTask·
·
·
·Omni/Ide.hs
Parent:t-565·Created1 week ago·Updated1 week ago

Dependencies

Description

Edit

Add a 'task trailer t-123' subcommand that emits 'Task-Id: t-123' suitable for use as a git trailer. Also ensure 'task show --json' output includes the trailer string so agents can pipe it into commit messages. Convention: every commit associated with a task must have the Task-Id trailer.

Timeline (4)

🔄[human]Open → InProgress1 week ago
💬[human]1 week ago

Implemented git trailer support: added 'task trailer <id>' command that emits 'Task-Id: t-XXX'. Updated task show --json to include trailer/taskTrailer fields for easy piping. Also updated dev workflow docs to use task trailer.

🔄[human]InProgress → Done1 week ago