Update repository-governance bundled extension#58
Conversation
Assisted-by: Codex (model: GPT-5, autonomous)
|
Posted on behalf of @bigsmartben by Codex (model: GPT-5). Review round update:
Commit: 943503a Validation:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 943503a288
ℹ️ 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".
| if name.startswith(".") and "/" not in name and path_text != name: | ||
| continue |
There was a problem hiding this comment.
Keep nested dotfiles in evidence scans
In monorepos or nested projects, runtime/style dotfiles such as packages/app/.env.example or packages/app/.editorconfig are now skipped because this filter only allows dotted filenames at the repository root. Those files are part of the newly indexed engineering-runtime inputs, so the generated projection can report engineering-runtime as missing and fall back even though a bounded-depth matching config exists; keep the previous bounded-depth name match for these dotfiles or restrict only names that truly must be top-level.
Useful? React with 👍 / 👎.
Summary
extensions/repository-governance/with the latest source changes frombigsmartben/spec-kit-agent-governance.poc/exploration routing and validation-record requirements.extensions/catalog.community.jsonforrepository-governancev3.0.2 and extend manifest/catalog parity coverage.Validation
uv run python -m py_compile extensions/repository-governance/scripts/generate_repository_governance.pyuv run python -m json.tool extensions/catalog.community.json > $nulluv run python -m json.tool extensions/catalog.json > $nulluv run python -m pytest -q tests/test_extensions.py::TestExtensionManifest::test_bundled_default_catalogs_match_manifestuv run python -m pytest -q tests/integrations/test_cli.py::TestGitExtensionDefaultInstall::test_community_extensions_and_workflow_preset_auto_installed tests/integrations/test_cli.py::TestGitExtensionDefaultInstall::test_git_default_keeps_community_defaultsuv run python -m pytest -q tests/test_presets.py -k workflow_preset_integration_release_payload_contractuv run python -m pytest -q tests/test_arch_templates.pyNotes
bigsmartben/spec-kitintegration fork only; it does not open or push anything togithub/spec-kit.sdd 实践was left untouched.