Update security-governance preset to v0.3.0#2676
Open
hindermath wants to merge 1 commit into
Open
Conversation
Contributor
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.
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.
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.