chore(catalog): bump v-model extension to v0.6.0#2399
Merged
mnriem merged 1 commit intogithub:mainfrom Apr 28, 2026
Merged
Conversation
Update v-model extension entry in community catalog to reflect the v0.6.0 release: https://github.com/leocamello/spec-kit-v-model/releases/tag/v0.6.0 Highlights of v0.6.0: - Domain Overlay Architecture (9 overlay manifests; automotive, medical, aerospace, general) - ID Lifecycle Model (Proposed -> Active -> Deprecated -> Removed) - Standards enrichment across all 11 commands (IEEE 1012:2016, ISO 25010:2023, ISO 42030:2019, ISO 12207:2017, IEEE 1016, IEEE 29148, ISO 29119-4, ISO 14971, DO-178C, ARP4761A, INCOSE SE Handbook) - Aerospace DO-178C support: Flight Warning Computer DAL-A golden fixture - Test infrastructure: fixtures reorganized; +11 LLM-as-judge evals (42 -> 53) Command count remains 14 (no new commands added in this release). Stars updated to live count (21) from GitHub API.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the community extensions catalog entry for v-model to reference the upstream v0.6.0 release so users install the latest V-Model extension pack.
Changes:
- Bump
v-modelversionfrom 0.5.0 → 0.6.0 - Update
download_urlto the v0.6.0 tag archive - Refresh
updated_at(andstars) metadata for thev-modelentry
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
approved these changes
Apr 28, 2026
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.
Updates the
v-modelentry inextensions/catalog.community.jsonto point at the new v0.6.0 release.Follows the same pattern as the previous bumps:
Catalog changes
versiondownload_urlstarsupdated_atcommandscount stays at 14 — no new commands were added in this release; the work was domain overlays, lifecycle, and standards enrichment on the existing command set.What's new in v0.6.0
domain:field inconfig-template.ymlactivates the correct overlay (automotive,medical,aerospace,general), injecting domain-specific standards, terminology, and output conventions without changing core command logic. 9 overlay manifests ship out of the box.## Lifecycle Historysection, preserving the append-only audit trail required for regulatory submissions.### Step 3. Quality Criteria (IEEE 1012:2016 / ISO 25010:2023)). Standards applied: IEEE 1012:2016, ISO 25010:2023, ISO 42030:2019, ISO 12207:2017, INCOSE SE Handbook, IEEE 1016, IEEE 29148, ISO 29119-4, ISO 14971, DO-178C, ARP4761A.tests/fixtures/commands/namespace withinput/+expected/sub-directories; traceability LLM eval timeout fix; minimal interface contract fixture enriched with explicit types and protocol specs.Full details: CHANGELOG.md