From 6464ed8d4325fa540370c6199ebb89d8f46cd572 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 18 Jan 2026 01:43:10 +0000 Subject: [PATCH] Fix remaining script references in documentation Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- docs/WORKFLOW_GUIDE.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/WORKFLOW_GUIDE.md b/docs/WORKFLOW_GUIDE.md index ab690a8..f538784 100644 --- a/docs/WORKFLOW_GUIDE.md +++ b/docs/WORKFLOW_GUIDE.md @@ -219,7 +219,7 @@ dev/X.Y.Z → rc/X.Y.Z → version/X.Y.Z → main **How to run:** 1. Go to Actions → Repo Health 2. Click "Run workflow" -3. Select profile (all/release/scripts/repo) +3. Select profile (all/release/repo) 4. Click "Run workflow" **Profiles:** @@ -302,11 +302,8 @@ make validate-required #### Manifest Validation Failed ```bash -# Validate manifest XML -./scripts/validate/manifest.sh - -# Check XML well-formedness -./scripts/validate/xml_wellformed.sh +# Validate manifest and XML files +make validate-required ``` #### Version Alignment Issues