Update security-governance preset to v0.3.0#2676
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 catalog entry for the Security Governance preset to reflect its new release metadata and expanded scope, and aligns the community presets documentation accordingly.
Changes:
- Bumped
security-governancepreset version to0.3.0and updated its download URL. - Expanded the preset description/tags and refreshed
updated_attimestamps in the catalog. - Updated the docs table entry to match the preset’s updated capabilities.
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 security-governance version/URL/description/tags and timestamps in the community preset catalog. |
| docs/community/presets.md | Updates the Security Governance row description in the community presets list. |
Comments suppressed due to low confidence (1)
docs/community/presets.md:1
- This row appears to include a stray leading
26before the table row (|| Security Governance). That will break the markdown table formatting/rendering. Remove the extra26so the row begins consistently with||like the surrounding entries.
# Community Presets
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hi @mnriem, this is a small follow-up to the already merged The standalone preset has been updated and released as https://github.com/hindermath/spec-kit-preset-security-governance/releases/tag/v0.3.0 This PR updates the existing Spec Kit community catalog entry from Main update:
The PR is ready from my side and waiting for maintainer review/approval when you have time. |
Preset Update
Preset Name: Security Governance
Preset ID: security-governance
Version: 0.3.0
Repository: https://github.com/hindermath/spec-kit-preset-security-governance
This updates the existing community catalog entry from v0.2.0 to v0.3.0. It is a follow-up to #2386.
Summary
security-governanceto the v0.3.0 tag archive.Checklist
preset.ymlmanifest in the standalone preset repov0.3.0presets/catalog.community.jsondocs/community/presets.mdVerification
python3 -m json.tool presets/catalog.community.jsoncurl -fsSL -I https://github.com/hindermath/spec-kit-preset-security-governance/archive/refs/tags/v0.3.0.zipreturned the GitHub redirect and final200from codeload.gh release view v0.3.0 --repo hindermath/spec-kit-preset-security-governance --json tagName,name,isDraft,isPrerelease,urlverified the release is not draft and not prerelease.uv run --with pytest pytest tests/test_presets.py -k catalogpassed: 46 passed, 200 deselected.