[extension] Add EARS Requirements Syntax extension to community catalog#3407
Open
github-actions[bot] wants to merge 2 commits into
Open
[extension] Add EARS Requirements Syntax extension to community catalog#3407github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
Add ears extension submitted by @v-dhruv to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3395 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 tasks
Collaborator
|
@copilot resolve the merge conflicts in this pull request |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds the EARS Requirements Syntax community extension to the Spec Kit community catalog (per issue #3395).
Changes:
- Added new
earsextension entry toextensions/catalog.community.jsonand bumpedupdated_at - Added the corresponding row to
docs/community/extensions.md
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the ears extension metadata entry and updates catalog timestamp. |
| docs/community/extensions.md | Documents the new community extension in the published catalog table. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Low
Comment on lines
+1189
to
+1193
| "download_url": "https://github.com/dhruv-15-03/spec-kit-ears/archive/refs/tags/v1.0.0.zip", | ||
| "repository": "https://github.com/dhruv-15-03/spec-kit-ears", | ||
| "homepage": "https://github.com/dhruv-15-03/spec-kit-ears", | ||
| "documentation": "https://github.com/dhruv-15-03/spec-kit-ears/blob/main/README.md", | ||
| "changelog": "https://github.com/dhruv-15-03/spec-kit-ears/blob/main/CHANGELOG.md", |
| | Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) | | ||
| | Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) | | ||
| | DocGuard — CDD Enforcement | The only doc-integrity engine with an MCP server, SARIF output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) | | ||
| | EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) | |
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the EARS Requirements Syntax community extension to the catalog, submitted via issue #3395.
What changed
extensions/catalog.community.json— newearsentry inserted in alphabetical order (betweendoctorandextensify); top-levelupdated_atbumped to2026-07-08docs/community/extensions.md— new row inserted in alphabetical order (before Extensify)Validation results
All checks passed ✅
^[a-z][a-z0-9-]*$)earsX.Y.Z)1.0.0extension.ymlpresentREADME.mdpresentLICENSEpresentarchive/refs/tags/v1.0.0.zip[X][X]python3 -c "import json; json.load(...)"Closes #3395
cc
@v-dhruvPosted on behalf of
@v-dhruvby GitHub Copilot (model: claude-sonnet-4.6, autonomous)