Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down