From 7815a88da2128d00bee2604fcafa43806e8bcbb3 Mon Sep 17 00:00:00 2001 From: Guillaume Flambard Date: Fri, 11 Sep 2026 06:54:03 +0200 Subject: [PATCH 1/2] docs(community): add openspec-guard A CLI and GitHub Action that reports which OpenSpec scenarios are covered by a Vitest or Jest test, without running the tests. Closes #1844. --- docs/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community.md b/docs/community.md index 58de2933db..4422335738 100644 --- a/docs/community.md +++ b/docs/community.md @@ -7,6 +7,7 @@ Listed projects are maintained independently. Inclusion does not imply official ## Projects and resources - **[OpenSpec UI](https://github.com/VeryComplexAndLongName/OpenSpec-UI)**: A standalone web dashboard and VS Code extension for browsing OpenSpec changes, archives, specs, and tasks. +- **[openspec-guard](https://github.com/guillaume-flambard/openspec-guard)**: CLI and GitHub Action that reports which OpenSpec scenarios are covered by a Vitest or Jest test, without running the tests. ## Add your project From c19c80a1485f379edf6c48469c268f32689e6052 Mon Sep 17 00:00:00 2001 From: Clay Good Date: Mon, 21 Sep 2026 13:38:58 -0500 Subject: [PATCH 2/2] docs(community): update spec-guard link --- docs/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community.md b/docs/community.md index 4422335738..1923128919 100644 --- a/docs/community.md +++ b/docs/community.md @@ -7,7 +7,7 @@ Listed projects are maintained independently. Inclusion does not imply official ## Projects and resources - **[OpenSpec UI](https://github.com/VeryComplexAndLongName/OpenSpec-UI)**: A standalone web dashboard and VS Code extension for browsing OpenSpec changes, archives, specs, and tasks. -- **[openspec-guard](https://github.com/guillaume-flambard/openspec-guard)**: CLI and GitHub Action that reports which OpenSpec scenarios are covered by a Vitest or Jest test, without running the tests. +- **[openspec-guard](https://github.com/guillaume-flambard/spec-guard)**: CLI and GitHub Action that reports which OpenSpec scenarios are covered by a Vitest or Jest test, without running the tests. ## Add your project