Update architecture-governance preset to v0.4.0#2929
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the community preset catalog and documentation to reflect a new release of the “Architecture Governance” preset.
Changes:
- Bumped
architecture-governancepreset metadata to v0.3.0 (description, download URL, template count, tags, timestamps). - Updated catalog-level
updated_attimestamp. - Refreshed the community presets documentation entry to match the new preset capabilities and counts.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| presets/catalog.community.json | Updates the Architecture Governance preset metadata (v0.3.0) and catalog timestamps. |
| docs/community/presets.md | Updates the Architecture Governance row to match the new version’s description and template count. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Copilot's findings
Comments suppressed due to low confidence (1)
docs/community/presets.md:1
- This row appears to have an extra leading
13before the table delimiter, which will break the Markdown table formatting (other rows start with|| ...). Remove the stray13so the row starts consistently with|| Architecture Governance | ....
# Community Presets
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
| "version": "0.4.0", | ||
| "description": "Adds secure architecture governance, STRIDE/CAPEC threat modeling, S-ADRs, Zero Trust, OWASP SAMM, BSI C3A cloud autonomy, and BSI C5 cloud compliance assurance.", | ||
| "author": "Thorsten Hindermann", | ||
| "repository": "https://github.com/hindermath/spec-kit-preset-architecture-governance", | ||
| "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.2.0.zip", | ||
| "download_url": "https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.4.0.zip", |
|
@mnriem quick follow-up: I updated the PR description as requested by the Copilot review. It now explicitly states that the visible community catalog diff updates This should address the auditability/traceability point raised by Copilot. Thank you for taking another look. |
Summary
architecture-governancefrom v0.2.0 directly to v0.4.0 because the earlier v0.3.0 catalog update is still pending in this same PR branchValidation
jq empty presets/catalog.community.jsongit diff --checkhttps://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.4.0.zipspecify preset add --from https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.4.0.zip --priority 20specify preset info architecture-governancespecify preset resolve cloud-compliance-assurance-templateNote for reviewers
The previous description said v0.3.0 -> v0.4.0. The actual catalog diff is v0.2.0 -> v0.4.0 because the v0.3.0 catalog update was not merged upstream before the v0.4.0 follow-up was prepared.