Complete a workspace task.
Marks a workspace task as complete by recording what was delivered and linking to the current git commit. Use this when you've finished implementing a task and want to archive it with a summary of changes.
/plugin marketplace add enzokro/crinzo-plugins/plugin install ftl@crinzo-pluginsFind active file:
ls .ftl/workspace/*$ARGUMENTS*_active* 2>/dev/null
Read file. Fill Delivered section with what was implemented.
Link to git:
echo "Commit: $(git rev-parse --short HEAD 2>/dev/null || echo 'none')" >> .ftl/workspace/NNN_slug_complete.md
Rename:
mv .ftl/workspace/NNN_slug_active.md .ftl/workspace/NNN_slug_complete.md
# or _blocked if stuck
Report: summary of delivered, final file location.