The /sdd-archive command finalizes a completed change by merging delta specs into the main specs (source of truth) and moving the change folder to the archive. This closes the SDD cycle.
Only run this command after successful verification. The change should be code-complete and tested.
✓ Moved successfully---## Archive Summary**Change**: add-dark-mode**Completed**: 2024-03-04**Specs Merged**: 3 files (2 added, 1 modified)**Files Affected**: 5 implementation files### Source of Truth UpdatedMain specs now reflect the current system state including dark mode support.### Audit TrailFull change history preserved in:`openspec/changes/archive/2024-03-04-add-dark-mode/`Includes:- proposal.md - Original intent and scope- exploration.md - Codebase analysis- specs/ - Delta specifications- design.md - Technical approach- tasks.md - Implementation checklist- verification-report.md - Quality validation---✅ Archive complete. Change closed successfully.The specs directory is now the source of truth for the current system.
## Archiving change: refactor-auth### Pre-Archive Validation✓ Verification report exists⚠️ Status: PASS WITH WARNINGS✓ No CRITICAL issues⚠️ 1 WARNING: TODO comment in auth-service.ts✓ All MUST/SHALL requirements met---⚠️ Warning FoundThe verification report contains 1 WARNING:- TODO comment: "Add rate limiting to login endpoint"This doesn't block archiving, but consider:1. Creating a follow-up issue/change for this TODO2. Or removing the TODO if not plannedProceed with archive? (yes/no)
User types: yes
---## Merging Delta Specs### REMOVED Specs⚠️ Destructive changes detected!The following specs will be REMOVED:- specs/auth/session-cookies.md (replaced by JWT approach)This will DELETE 237 lines including:- 5 requirements- 12 scenariosConfirm deletion? (yes/no)
User types: yes
✓ Removed specs/auth/session-cookies.md### ADDED Specs✓ specs/auth/jwt-tokens.md - 6 requirements added - 14 scenarios added---## Moving to Archive✓ Moved to openspec/changes/archive/2024-03-04-refactor-auth/---✅ Archive complete with warnings addressed.
## MODIFIED Requirements### Requirement: Data ExportThe system SHALL support multiple export formats.(Previously: The system SHALL support JSON export.)
Main spec after merge:
### Requirement: Data ExportThe system SHALL support multiple export formats.