Fix MD029 ordered list numbering in SDLC.md and SDLC-example.md

Restart numbering at 1 for each sub-section's ordered list to satisfy
markdownlint MD029 (ol-prefix) rule.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Test User
2026-04-21 20:09:28 +00:00
parent 24a55c7c28
commit 8b92318116
2 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -63,15 +63,15 @@ Prod stage: CEO merges uat→main PR → [auto deploy Production]
### UAT Stage
4. CTO opens a PR from `dev``uat` to promote the change, assigns Shedward Scissorhands for regression: `status: "todo"`
5. Shedward runs UAT. Pass → reports to CTO. Fail → reports to CTO (CTO cascades to engineer).
6. CTO assigns Barkley Trimsworth for security review: `status: "todo"`
7. Barkley reviews. Pass → CTO assigns to CEO. Fail → CTO cascades to engineer.
1. CTO opens a PR from `dev``uat` to promote the change, assigns Shedward Scissorhands for regression: `status: "todo"`
2. Shedward runs UAT. Pass → reports to CTO. Fail → reports to CTO (CTO cascades to engineer).
3. CTO assigns Barkley Trimsworth for security review: `status: "todo"`
4. Barkley reviews. Pass → CTO assigns to CEO. Fail → CTO cascades to engineer.
### Prod Stage
8. CEO reviews and merges the `uat``main` PR → auto-deploy to Production.
9. CEO rejects → returns to CTO → engineer.
1. CEO reviews and merges the `uat``main` PR → auto-deploy to Production.
2. CEO rejects → returns to CTO → engineer.
### Hierarchy Rules