From acf732156d8d95e70432008068d6a2381c80e89a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:17:04 +0000 Subject: [PATCH] docs: fix two stale counts left over after PR #8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md repository layout: catalog.md comment still said "stub until scope-lock"; updated to "(7 entries)" to match reality after PR #7 populated the catalog. - CONTRIBUTING.md Workflow files section said "six dogfooded workflows"; the repo has always had seven (repo-assist, daily-plan, update-docs, q, markdown-linter, pr-nitpick-reviewer, weekly-research) — corrected to "seven", consistent with README line 14. Co-Authored-By: Claude Sonnet 4.6 --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1d074e..f3d9b58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,7 @@ Never test by committing untested changes to `main`. The installed workflows run ## Workflow files -The `.github/workflows/` directory contains six dogfooded workflows. These are managed by `gh aw` — do not edit `.lock.yml` files by hand except to apply the OAuth tweak described in [skills/install/auth.md](skills/install/auth.md). +The `.github/workflows/` directory contains seven dogfooded workflows. These are managed by `gh aw` — do not edit `.lock.yml` files by hand except to apply the OAuth tweak described in [skills/install/auth.md](skills/install/auth.md). If a workflow `.md` source needs changing: diff --git a/README.md b/README.md index fbd357d..3dc1bad 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Full details — including the two-pass tweak rationale, verification grep count skills/ discover/ SKILL.md # /sidekick:discover logic and hard rules - catalog.md # curated workflow catalog (stub until scope-lock) + catalog.md # curated workflow catalog (7 entries) install/ SKILL.md # /sidekick:install logic and hard rules auth.md # OAuth vs. API-key decision tree