Archive multiple completed changes at once. Use when the user wants to clean up several completed changes.
Archive multiple completed changes at once.
When to Use
Steps
List all active changes
python .agents/openspec_kit.py list
Identify completable changes
For each change, check:
python .agents/openspec_kit.py status "<name>"
Filter for:
isComplete: true ORPresent selection to user
Show:
Confirm and archive each
For each selected change:
python .agents/openspec_kit.py archive "<name>"
Show summary
List all archived changes with their new locations.
Guardrails