From a1680271d389a19f8cafab16570414a4c8b9290c Mon Sep 17 00:00:00 2001 From: Harsh Jain Date: Wed, 15 Jul 2026 20:49:20 +0530 Subject: [PATCH] docs: add missing pairing family row to adoption table The pairing family (pairing-self-review, pairing-multi-agent-review) ships under skills/ and has its own docs/pairing/README.md, but was never added to the adoption table in docs/index.md. Adopters browsing the table wouldn't discover it. Fixes #872 --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 4405d681..c4a85e3e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -60,6 +60,7 @@ adapter/config layer, but they carry ASF assumptions the generic families do not | Setting up agents safely — sandbox, clean environment, privacy routing | [setup](setup/README.md) | Any project | | Security reports that need careful, audited handling | [security](security/README.md) | Any project | | A pull-request queue that's out of control | [pr-management](pr-management/README.md) | Any project | +| Catching implementation-detail nits before you open a PR | [pairing](pairing/README.md) | Any project | | An issue backlog full of duplicates and stale reports | [issue-management](issue-management/README.md) | Any project | | Repo hygiene slipping — CI runners, dependencies, licenses, flaky tests | [repo-health](repo-health/README.md) | Any project | | Releases that are a manual, error-prone slog | [release-management](release-management/README.md) | 🪶 ASF-specific |