Archive the current MeowFlow thread and release its linked worktree.
Command Contract
- Syntax:
/meow-archive - Delete variant:
/meow-archive delete /mfl archivefollows the normal archive path./mfl deletefollows the delete variant.
Normal Archive
- Run
mfl agent update-selfwhen inside a Paseo agent. - Run
mfl statusand identify the current thread. - Run
mfl thread status <id> --no-colorand use the thread name as the OpenSpec change name when it exists. - If OpenSpec is present and the change exists, archive it through the repository OpenSpec archive workflow.
- Run
mfl thread archive. - Report the archived thread id and any OpenSpec archive result.
Delete Variant
For /meow-archive delete or /mfl delete:
- Resolve the current thread the same way as normal archive.
- If OpenSpec is present and an open proposal directory matches the thread name, remove that open proposal directory.
- Do not revert code changes, unstaged changes, commits, or worktree files.
- Run
mfl thread archive. - Report that proposal artifacts were deleted, or that no OpenSpec proposal was found.
Use the delete variant only when explicitly requested.