[bundle] Add SpecAssay bundle to community catalog - #4125
Merged
KSchlobohm merged 1 commit intoAug 14, 2026
Conversation
Adds specassay v0.3.4 to bundles/catalog.community.json and docs/community/bundles.md. Validation results: - Bundle ID matches ^[a-z0-9](?:[a-z0-9._-]*[a-z0-9])?$: pass - Version 0.3.4 is valid semver X.Y.Z: pass - Repository https://github.com/rdryfoos/specassay is a public GitHub repo containing bundle.yml, README.md, and LICENSE: pass - bundle.yml fields match submission (id, name, version, role, author, license, speckit_version, provides 1 extension + 1 preset): pass - README documents role, components, required catalogs, and install steps: pass - Download URL is a valid HTTPS GitHub release asset under the submitted repo: pass - Release v0.3.4 exists and specassay-0.3.4.zip is attached: pass - Catalog entry fields match submission and manifest; verified=false: pass - Tags are 2-5 lowercase strings: pass (5 tags) - Required catalogs documented (extensions + presets); README includes catalog add commands and testing details confirm catalog registration: pass - All checklist items checked: pass Closes #4059 cc @rdryfoos Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
13 tasks
KSchlobohm
marked this pull request as ready for review
August 14, 2026 16:17
Contributor
There was a problem hiding this comment.
Pull request overview
Adds SpecAssay v0.3.4 to the community bundle catalog and documentation.
Changes:
- Registers SpecAssay with matching release metadata and component counts.
- Adds SpecAssay to the community bundle listing.
Show a summary per file
| File | Description |
|---|---|
bundles/catalog.community.json |
Adds the SpecAssay catalog entry and updates the timestamp. |
docs/community/bundles.md |
Documents SpecAssay in the bundle table. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
KSchlobohm
approved these changes
Aug 14, 2026
KSchlobohm
deleted the
community/4059-add-specassay-bundle-ab07b9d25e6424a5
branch
August 14, 2026 16:44
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 SpecAssay bundle (
specassayv0.3.4) to the community catalog.Changes
bundles/catalog.community.json: newspecassayentry inserted alphabetically (aftersicario-spec);updated_atbumped to 2026-08-14.docs/community/bundles.md: new table row for SpecAssay inserted alphabetically by bundle name.Validation summary
All checks passed:
specassaymatches^[a-z0-9](?:[a-z0-9._-]*[a-z0-9])?$0.3.4is validX.Y.Zbundle.yml,README.md,LICENSEpresentbundle.ymlfield consistencyv0.3.4exists;specassay-0.3.4.zipis attachedverified: falsecatalog addcommands; testing confirms catalog registration in clean projectCloses #4059
cc
@rdryfoos