Skip to content

chore(catalog): bump v-model extension to v0.6.0#2399

Merged
mnriem merged 1 commit intogithub:mainfrom
leocamello:chore/v-model-0.6.0
Apr 28, 2026
Merged

chore(catalog): bump v-model extension to v0.6.0#2399
mnriem merged 1 commit intogithub:mainfrom
leocamello:chore/v-model-0.6.0

Conversation

@leocamello
Copy link
Copy Markdown
Contributor

Updates the v-model entry in extensions/catalog.community.json to point at the new v0.6.0 release.

Follows the same pattern as the previous bumps:

Catalog changes

Field Before After
version 0.5.0 0.6.0
download_url …/v0.5.0.zip …/v0.6.0.zip
stars 0 21 (live count from GitHub API)
updated_at 2026-04-06 2026-04-25 (release date)

commands count 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 Overlay Architecture — All 11 V-Model commands are now domain-agnostic. A domain: field in config-template.yml activates 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.
  • ID Lifecycle Model — Every V-Model ID now has an explicit state machine: Proposed → Active → Deprecated → Removed. All templates and agent prompts include a mandatory ## Lifecycle History section, preserving the append-only audit trail required for regulatory submissions.
  • Standards Enrichment — All 11 commands declare their governing standards and map them to specific execution steps (e.g. ### 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.
  • Aerospace (DO-178C) Support — New Flight Warning Computer (FWC) golden fixture: a full DO-178C DAL-A benchmark with 10 artifact files covering a 5-function avionics system (overspeed, stall, altitude alerting, GPWS, attitude limit). Includes 11 new LLM-as-judge eval tests and a brownfield-evolution guide.
  • Test Infrastructure — Fixtures reorganised into tests/fixtures/commands/ namespace with input/ + expected/ sub-directories; traceability LLM eval timeout fix; minimal interface contract fixture enriched with explicit types and protocol specs.
Metric v0.5.0 v0.6.0
Commands 14 14
Domain overlays 0 9
LLM-as-judge evals 42 53
Dogfooded feature specs 5 7

Full details: CHANGELOG.md

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.
@leocamello leocamello requested a review from mnriem as a code owner April 28, 2026 22:02
Copilot AI review requested due to automatic review settings April 28, 2026 22:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-model version from 0.5.0 → 0.6.0
  • Update download_url to the v0.6.0 tag archive
  • Refresh updated_at (and stars) metadata for the v-model entry

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread extensions/catalog.community.json
@mnriem mnriem merged commit 9483e5c into github:main Apr 28, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants