按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。
OPSX: Archive
This skill is a thin wrapper around the opsx archive command. Refer to that file for the complete workflow.
Archive a completed change in the experimental workflow.
Input: Optionally specify a change name after /opsx:archive (e.g., /opsx:archive add-auth).
Quick Reference
- Select change — prompt if ambiguous
- Check completion —
openspec status --change "<name>" --json - Check tasks — read tasks.md for incomplete items
- Delta spec sync — offer to sync before archiving if delta specs exist
- CodeGraph snapshot —
codegraph explore "<key terms>" - Archive —
mv "<changeRoot>" "<changesDir>/archive/YYYY-MM-DD-<name>" - Show summary
See commands/opsx/archive.md for full details.

