wip
Mark task WIP and add as parent of @
<objective>
Mark tasks as WIP and add them as parents of @. Multiple WIP tasks create a merge.
Part of mega-merge workflow - see /jjtask for full context.
</objective>
Pending tasks:
!jjtask find todo 2>/dev/null | head -10
</context>
- No args: marks @ as WIP (if it's a task)
- With tasks: marks those tasks as WIP
- Multiple:
jjtask wip a b c
Tasks are added as parents of @ (preserves @ content). </process>