Update repository-governance extension to v2.0.5#27
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6f953e016a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "id": "repository-governance", | ||
| "version": "2.0.2", | ||
| "description": "Generate or update the active Repository Governance Framework file with vertical SSOT routing and evidence", | ||
| "version": "2.0.5", |
There was a problem hiding this comment.
Add a download URL for the advertised update
When a project already has repository-governance v2.0.2 installed, this catalog bump makes specify extension update repository-governance detect 2.0.5 as an available update, but bundled catalog entries still have no download_url; the update path calls catalog.download_extension(...), which explicitly rejects bundled extensions without a download URL (src/specify_cli/extensions.py:2527-2533). Either include an installable 2.0.5 download URL in this catalog entry or avoid advertising a newer catalog version until bundled-extension updates can reinstall from the local package.
Useful? React with 👍 / 👎.
Summary
Source Release
Test Plan