Update repository-governance extension to v3.0.0#31
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c07e40dd02
ℹ️ 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".
| - name: "speckit.repository-governance.refresh" | ||
| file: "commands/speckit.repository-governance.refresh.md" | ||
| description: "Generate or update the active repository governance file" | ||
| - name: "speckit.repository-governance.generate" |
There was a problem hiding this comment.
Update smoke checks for the renamed governance skill
Renaming the provided command here changes skill-based registrations from speckit-repository-governance-refresh to speckit-repository-governance-generate, but the community smoke workflow still asserts the old skill path at .github/workflows/community-smoke.yml:122 and again after reinstall at lines 200-201. In the Claude/default community smoke path this manifest will create the new directory, so those test -f .claude/skills/speckit-repository-governance-refresh/SKILL.md checks fail unless the workflow/tests are updated or a compatibility alias is kept.
Useful? React with 👍 / 👎.
Summary
Test Plan