Skip to content

docs(community): add openspec-guard - #1845

Merged
clay-good merged 4 commits into
Fission-AI:mainfrom
guillaume-flambard:docs/community-openspec-guard
Sep 22, 2026
Merged

clay-good merged 4 commits into
Fission-AI:mainfrom
guillaume-flambard:docs/community-openspec-guard

Conversation

@guillaume-flambard

@guillaume-flambard guillaume-flambard commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Motivation

docs/community.md invites projects built with or for OpenSpec to add themselves
through a pull request. openspec-guard reads openspec/specs and reports which
scenarios have a test in front of them, which is squarely "supporting its use".

What it does

  • Adds one entry under "Projects and resources", in the existing format.

Proof it works

  • The entry follows the file's rules: a direct link, a description of what people
    can use, no promotional claim, no referral or tracking link. MIT, no paid
    features and no account required, so there is nothing to disclose on that front.
  • Rendered docs/community.md through GitHub's Markdown API and checked the link
    resolves and the list renders as one item per project.
  • git diff --check passed.
  • No changeset: this changes documentation only and does not affect users of the
    package.

Closes #1844.

Disclosure

Written with Claude Opus 5 in Claude Code, reviewed and verified by me before
opening. CONTRIBUTING asks contributors to say so.

Summary by CodeRabbit

  • Documentation
    • Added openspec-guard to the community showcase’s projects and resources list.
    • Documented its ability to report which OpenSpec scenarios are covered by Vitest or Jest tests without executing those tests.
    • Included a link to the project repository for additional details and access.
    • Expanded the community resource directory with another tool for reviewing test coverage.

A CLI and GitHub Action that reports which OpenSpec scenarios are covered by a
Vitest or Jest test, without running the tests.

Closes Fission-AI#1844.
@guillaume-flambard
guillaume-flambard requested a review from a team as a code owner September 11, 2026 04:54
@guillaume-flambard
guillaume-flambard requested review from clay-good and removed request for a team September 11, 2026 04:54
@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: Fission-AI/OpenSpec/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 706fcbab-4446-4e23-9981-1efd5ece61f9

📥 Commits

Reviewing files that changed from the base of the PR and between c19c80a and 109cf06.

📒 Files selected for processing (1)
  • docs/community.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/community.md

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The community showcase now lists openspec-guard, a CLI and GitHub Action that reports OpenSpec scenario coverage from Vitest or Jest tests without running them.

Changes

Community showcase

Layer / File(s) Summary
Add openspec-guard entry
docs/community.md
Adds a linked openspec-guard entry to the “Projects and resources” list.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: tabishb

Merge Risk: ⚪ Minimal · up to 109cf

The documentation update is mergeable with no identified production or repository risk.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning Issue #1844 requires a direct link to https://github.com/guillaume-flambard/openspec-guard. docs/community.md links to https://github.com/guillaume-flambard/spec-guard instead. The entry covers … Change the link to https://github.com/guillaume-flambard/openspec-guard. Update the one-line description to include the required openspec/specs input, statically extracted Vitest or Jest titles, and no-LLM behavior.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the documentation change: adding the openspec-guard project to the community section.
Out of Scope Changes check ✅ Passed The whole-pull-request change adds one entry to docs/community.md under Projects and resources. The change directly implements issue #1844. No unrelated change is shown.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Full details: Linked Issues check

Explanation

Issue #1844 requires a direct link to https://github.com/guillaume-flambard/openspec-guard. docs/community.md links to https://github.com/guillaume-flambard/spec-guard instead. The entry covers the CLI, GitHub Action, Vitest or Jest coverage, and no test execution. It does not state that the tool reads openspec/specs, uses statically extracted test titles, or never calls an LLM.

  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

clay-good
clay-good previously approved these changes Sep 21, 2026

@clay-good clay-good left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Verified against the current upstream repository: GitHub now identifies the renamed repository as guillaume-flambard/spec-guard, while package.json still names the package openspec-guard. The repository is public and MIT-licensed, and its README confirms that it reads OpenSpec scenarios, supports Vitest and Jest, and does not run tests. The canonical-link update is correct; the old URL in issue #1844 is stale after the rename. The showcase only requires disclosure when paid features or an account are required, so no absence statement is needed in the entry. git diff --check passes, and the PR remains a one-line docs-only change.

Keep the OpenSpec Workbench rename from Fission-AI#1934 and the openspec-guard entry.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@clay-good
clay-good dismissed stale reviews from alfred-openspec and themself via 109cf06 September 22, 2026 18:28

@alfred-openspec alfred-openspec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the current head. The one-line community entry accurately describes the linked public MIT project, the canonical URL resolves, and all checks pass.

@clay-good
clay-good added this pull request to the merge queue Sep 22, 2026
Merged via the queue into Fission-AI:main with commit 1515edb Sep 22, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(community): add openspec-guard to the community showcase

3 participants