chore(specs): archive SDD-001 + SDD-002 post-merge#52
Merged
Conversation
Per `pattern-spec-driven-development.md` archive policy ("On merge: mv
specs/<feature-id>/ specs/archive/<feature-id>/ + update status: archived
in proposal.md frontmatter"). Both SDD-001 (PR #49) and SDD-002 (PR #51)
shipped earlier this session; archiving was the housekeeping debt.
- git mv preserves history for both folders
- proposal.md frontmatter: status draft -> archived, archived date set, merged_pr field added
- No content changes -- pure housekeeping
This PR meets SDD skip criteria (documentation-only changes per pattern
line 80) so no nested vault entry + init-spec scaffold needed.
Vault updates separate (auto-synced):
- 10_projects/dotfiles/11-tasks.md: SDD-002 marked done with PR link
- 10_projects/dotfiles/90-lessons.md: 2 lessons promoted from SDD-001/002
verification.md flagged "YES for vault promotion"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Housekeeping. Per
pattern-spec-driven-development.mdarchive policy:Both SDD-001 (#49) and SDD-002 (#51) shipped earlier this session; archiving was the pending housekeeping debt. This PR closes it.
Changes
git mv specs/SDD-001-discipline-gate specs/archive/SDD-001-discipline-gate(3 files)git mv specs/SDD-002-settings-portability specs/archive/SDD-002-settings-portability(3 files)proposal.mdfrontmatter in both:status: draft→archived+ addedarchived: 2026-05-18+merged_prfieldNo content changes beyond the frontmatter status. Pure housekeeping.
Why this PR doesn't need an SDD scaffold
Per the SDD Discipline Gate (added in PR #49 via AGENTS.md):
Documented in commit body.
Cross-references
00_meta/patterns/pattern-spec-driven-development.mdarchive policy section