From b10e9656747ee7d24762278516a668ebdb88d71a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:54:56 +0000 Subject: [PATCH 1/2] Initial plan From 45ef1b4c8eeeea14cf78a7114fe6faab96655a22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 07:56:46 +0000 Subject: [PATCH 2/2] Fix --fix_dates to --fix-dates in README.md Co-authored-by: ezw2000 <113451662+ezw2000@users.noreply.github.com> --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index eab699c..5ad422c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -220,9 +220,9 @@ bash scripts/enable-pre-commit-hook.sh If you need to update dates in frontmatter for changed files: ```bash -# Use the --fix_dates flag to updates dates +# Use the --fix-dates flag to updates dates cd scripts -python markdown-naming-check.py --fix_dates +python markdown-naming-check.py --fix-dates ``` This will: