chore: migrate to mq-rest-admin-project org and vergil tooling#494
Merged
Conversation
- Rename standard-tooling.toml to vergil.toml (vergil v2.0) - Update CI/CD workflows to vergil-project/vergil-actions@v2.0 - Replace secrets: inherit with explicit secrets block in cd.yml - Update all repo/docs URLs to mq-rest-admin-project org - Consolidate co-author entries to single wphillipmoore-agent - Migrate Claude Code plugin config to vergil-marketplace - Update CLI references from st-* to vrg-* commands - Update pyproject.toml project URLs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The custom python/setup composite action was removed during the vergil-actions migration. Integration tests run on bare ubuntu-latest (for Docker access) and need Python + uv installed explicitly, unlike reusable workflow jobs that run inside vergil container images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
These pip-format exports are unnecessary with uv managing dependencies via uv.lock. They were causing Trivy false positives by pinning outdated transitive dependency versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Migrates mq-rest-admin-python from
wphillipmoorepersonal account tomq-rest-admin-projectorganization and adopts vergil tooling.standard-tooling.tomltovergil.tomlwith vergil v2.0 dependencyvergil-project/vergil-actions@v2.0with explicit secretswphillipmoore-agentidentityst-*tovrg-*commandsTest plan
vergil-project/vergil-actions@v2.0correctlyvergil.tomlis valid and recognized by vergil toolingwphillipmooreorstandard-toolingin active filesRef #195
🤖 Generated with Claude Code