[preset] Update Architecture Governance to v0.5.2 - #4043
Closed
chelsealong wants to merge 1 commit into
Closed
chelsealong wants to merge 1 commit into
chelsealong wants to merge 1 commit into
Conversation
Update architecture-governance preset submitted by @hindermath to: - presets/catalog.community.json (version, download_url, description, documentation, provides, tags, updated_at) - docs/community/presets.md community presets table Closes github#4042
Collaborator
|
@chelsealong Thank you for this PR. We are closing this as preset submission flow through our agentic workflow validation. This sidesteps that and as such cannot be accepted |
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.
Summary
Update the
architecture-governancecommunity preset entry to v0.5.2, per the submission in #4042.presets/catalog.community.json:version,download_url,description,documentation,provides.templates(13 → 14),tags, andupdated_atfor thearchitecture-governanceentry, matching the fields submitted in the issue.created_atis preserved.docs/community/presets.md: updated the Architecture Governance row (description and template count) in the Community Presets table.Closes #4042
Validation performed (per
.github/workflows/add-community-preset.md)architecture-governancematches^[a-z][a-z0-9-]*$.0.5.2is valid semver.preset.ymlandLICENSEat tagv0.5.2(HTTP 200 for both raw files).README.md, which contains a matching install command:specify preset add --from https://github.com/hindermath/spec-kit-preset-architecture-governance/archive/refs/tags/v0.5.2.zip --priority 20.archive/refs/tags/v<version>.zippattern and a GitHub releasev0.5.2exists for the repo (published 2026-08-08).preset.ymlatv0.5.2lists 14templateentries and 3commandentries, matching the issue's "Templates Provided" (14) and "Commands Provided" (3) counts.Test plan
python3 -c "import json; json.load(open('presets/catalog.community.json')); print('Valid JSON')"→Valid JSON.venv/bin/python -m pytest tests/test_presets.py tests/contract/test_catalog_schema.py tests/unit/test_bundler_adapters.py tests/test_github_workflows.py -q→
1 failed, 669 passed, 2 warnings. The one failure (TestInstalledPresetRichMarkup::test_resolve_accepts_dotted_command_name) reproduces identically on unmodifiedmain(verified viagit stash) — it's a pre-existing, terminal-width-dependent Rich-output wrapping issue unrelated to this catalog data change.This is a data-only catalog update (no source code changed), consistent with prior preset-update PRs (e.g. #3686, #4040) which also ship without new unit tests, since there is no new logic to cover — correctness here is the JSON-validity check plus the catalog/README/release validation above.
AI assistance disclosure
This PR was prepared autonomously by an AI coding agent (Claude, via Claude Code), which read the issue, re-verified the submission against the repository's own
add-community-presetvalidation workflow, edited the two catalog files, and ran the test suite. A human has not yet reviewed this diff.