[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
ira-at-work
added a commit
to ira-at-work/spec-kit
that referenced
this pull request
Aug 17, 2026
* main: (27 commits) Add SpecAssay bundle to community catalog (github#4125) chore: release 0.16.4, begin 0.16.5.dev0 development (github#4124) Add SpecAssay preset to community catalog (github#4123) Update Intake Authoring Governance preset to v0.3.1 (github#4121) Update Superspec extension to v1.0.2 (github#4120) fix(taskstoissues): widen task-ID regex to match IDs longer than 3 digits (github#4101) Add Architecture Governance extension to community catalog (github#4122) fix(workflows): validate non-string step types (github#4111) Harden community submission workflow output allowlists (github#4103) chore(deps): bump github/codeql-action (init + analyze) from 4.37.5 to 4.37.6 (github#4114) Add SpecAssay Check extension to community catalog (github#4113) fix(integrations): dispatch goose commands via `goose run` (github#2416) (github#3781) fix(powershell): stop Out-Null swallowing the AVAILABLE_DOCS status lines (github#3891) fix: remove TOCTOU race in RunState.load (github#3839) fix: decode the zipped manifest as UTF-8 before parsing (github#3958) Update Agent Parity Governance preset to v0.4.2 (github#4110) fix: log progress tracker refresh errors instead of silently swallowing (github#3975) [extension] Add SpecJudge extension to community catalog (github#4079) fix(bundler): read the authoritative `default_integration` field, not only its legacy aliases (github#3880) fix(auth): treat exact host patterns literally (github#4108) ...
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