chore: archive SDD-003 + AI-019 post-merge, delete orphan run_pssa.ps1#61
Merged
Conversation
Post PR #60 housekeeping. Two distinct micro-actions bundled because they all stem from the same merge: * git mv specs/SDD-003-ci-spec-gate/ -> specs/archive/SDD-003-ci-spec-gate/ (proposal.md frontmatter status: archived; PR link recorded) * git mv specs/AI-019-model-tier-policy/ -> specs/archive/AI-019-model-tier-policy/ (same treatment) * rm run_pssa.ps1: 9-line orphan PowerShell helper, redundant with .github/workflows/ci.yml lint-powershell job which already covers scripts/knowledge-crystallize.ps1 inline. Identified by AUDIT-001 as the only true orphan at repo root. No code surface changes. No test changes. Spec-gate self-skips because specs/archive/* is on the exclusion list and the only added active file count is zero.
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
Post PR #60 housekeeping:
specs/SDD-003-ci-spec-gate/→specs/archive/specs/AI-019-model-tier-policy/→specs/archive/run_pssa.ps1(9-line orphan; redundant withlint-powershellCI job per AUDIT-001 finding)SDD checklist
SDD skip rationale
Test plan
bats tests/*.bats→ unchanged (no test files modified)shellcheckunaffectedlint-powershelljob will continue to coverknowledge-crystallize.ps1(it does so directly in the workflow, not viarun_pssa.ps1)