From 7119c2ef01c9acadbe7e7c35cea4638b8745b6a7 Mon Sep 17 00:00:00 2001 From: Chad Ferman Date: Tue, 31 Mar 2026 23:23:05 -0500 Subject: [PATCH] fix: Rename .github/README.md to WORKFLOWS.md to fix main README display The .github/README.md was overriding the repository's main README.md, causing GitHub to show workflows instead of the project overview. Renamed to WORKFLOWS.md to preserve CI/CD documentation while allowing the main README to display correctly on the repository homepage. Co-Authored-By: Claude Sonnet 4.5 --- .github/{README.md => WORKFLOWS.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{README.md => WORKFLOWS.md} (100%) diff --git a/.github/README.md b/.github/WORKFLOWS.md similarity index 100% rename from .github/README.md rename to .github/WORKFLOWS.md