[extension] Add Rollout extension to community catalog - #4634
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Add rollout extension submitted by @Huljo to:\n- extensions/catalog.community.json (alphabetical order)\n- docs/community/extensions.md community extensions table\n\nCloses #4528\n\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous)\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The release manifest has invalid repository URLs, the entry exceeds the tag limit, and the documentation row is misplaced.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds the Rollout community extension for discovery and installation.
Changes:
- Adds Rollout v0.1.2 metadata to the community catalog.
- Adds Rollout to the community extensions documentation.
File summaries
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds Rollout catalog metadata. |
docs/community/extensions.md |
Adds the Rollout documentation row. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+4663
to
+4664
| "repository": "https://github.com/Fyloss/spec-kit-rollout", | ||
| "homepage": "https://github.com/Fyloss/spec-kit-rollout", |
| | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | | ||
| | Red Team | Adversarial review of specs before /speckit.plan — parallel lens agents surface risks that clarify/analyze structurally can't (prompt injection, integrity gaps, cross-spec drift, silent failures). Produces a structured findings report; no auto-edits to specs. | `docs` | Read+Write | [spec-kit-red-team](https://github.com/ashbrener/spec-kit-red-team) | | ||
| | Research Harness | State-externalizing research harness: budgeted exploration, evidence curation, and claim verification for spec-driven development | `process` | Read+Write | [spec-kit-harness](https://github.com/formin/spec-kit-harness) | | ||
| | Rollout | Progressive-delivery capability for Spec-Driven Development: teaches agents to recognize feature-flag / canary delivery candidates and fold a concrete rollout strategy into specs, plans, tasks, and implementation. | `integration` | Read+Write | [spec-kit-rollout](https://github.com/Fyloss/spec-kit-rollout) | |
| "commands": 9, | ||
| "hooks": 7 | ||
| }, | ||
| "tags": [ |
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.
Summary
Add the Rollout community extension to the catalog and documentation table.
Validation
[Extension]:.rolloutmatches the lowercase-hyphen format.0.1.2matches semver.extension.yml,README.md, andLICENSE.v0.1.2, and the matching GitHub release exists.sha256was supplied; this is permitted.Closes #4528
cc
@HuljoAssisted by GitHub Copilot (model: gpt-5.2-codex, autonomous); PR description fully AI-drafted.