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