| name | meow-archive |
| description | Use when the user starts an interactive-mode request with `/meow-archive`; archive or delete the current MeowFlow thread and proposal. |
Archive the current MeowFlow thread and release its linked worktree.
Command Contract
- Syntax:
/meow-archive
- Delete variant:
/meow-archive delete
/mfl archive follows the normal archive path.
/mfl delete follows the delete variant.
Normal Archive
- Run
mfl agent update-self when inside a Paseo agent.
- Run
mfl status and identify the current thread.
- Run
mfl thread status <id> --no-color and 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.