From 4e8d49f1e5e3e79a4275d5c8a8382feacfa79929 Mon Sep 17 00:00:00 2001 From: "Earl Tankard, Jr., Ph.D" <45021016+primetimetank21@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:59:12 -0400 Subject: [PATCH] docs: add YAML front-matter and normalize headers in docs/plans/ Implements WI-2: add YAML front-matter per docs/plans/README.md schema; normalize H1 titles; remove redundant inline metadata (Author, Date, Revised, Issue, Branch, Status). Statuses: 441=implemented, 451=ready, 468=ready. No changelog/body/squad-cli changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/plans/441-profile-path.md | 16 ++++++++-------- docs/plans/451-pwsh-parity-gaps.md | 16 ++++++++-------- docs/plans/468-customizable-install.md | 15 ++++++++------- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/docs/plans/441-profile-path.md b/docs/plans/441-profile-path.md index 5402bc4..9ac9783 100644 --- a/docs/plans/441-profile-path.md +++ b/docs/plans/441-profile-path.md @@ -1,12 +1,12 @@ -# Fix Plan: #441 -- profile.ps1 writes to wrong path on OneDrive/KFM systems - -**Author:** Contributor -**Date:** 2026-05-27 -**Issue:** https://github.com/primetimetank21/dev-setup/issues/441 -**Branch:** fix/441-profile-path -**Status:** v5.2 - --- +issue: 441 +title: "Profile path fix on OneDrive/KFM systems" +status: implemented +created: 2026-05-27 +updated: 2026-06-13 +--- + +# Plan: #441 -- Profile path fix on OneDrive/KFM systems ## v5 Changes (revision 5) diff --git a/docs/plans/451-pwsh-parity-gaps.md b/docs/plans/451-pwsh-parity-gaps.md index 4863fa3..1530a7a 100644 --- a/docs/plans/451-pwsh-parity-gaps.md +++ b/docs/plans/451-pwsh-parity-gaps.md @@ -1,12 +1,12 @@ -# Plan: #451 Vertical Slice -- PowerShell Parity Gaps - -**Date:** 2026-05-28T02:56:01-04:00 -**Revised:** 2026-05-27T23:47:00-04:00 -**Author:** Contributor -**Issue:** #451 -**Status:** v3 - --- +issue: 451 +title: "PowerShell parity gaps (vertical slice)" +status: ready +created: 2026-05-28 +updated: 2026-06-13 +--- + +# Plan: #451 -- PowerShell parity gaps (vertical slice) ## Summary diff --git a/docs/plans/468-customizable-install.md b/docs/plans/468-customizable-install.md index 4718638..f41e5c0 100644 --- a/docs/plans/468-customizable-install.md +++ b/docs/plans/468-customizable-install.md @@ -1,11 +1,12 @@ -# Plan: #468 Customizable Install (Pick-and-Choose Tools) - -**Date:** 2026-05-30 -**Author:** Contributor (v14) -**Issue:** #468 -**Status:** Ready for review - --- +issue: 468 +title: "Customizable install (pick-and-choose tools)" +status: ready +created: 2026-05-30 +updated: 2026-06-13 +--- + +# Plan: #468 -- Customizable install (pick-and-choose tools) ## v14 Changelog (revision 14, 2026-05-30)