Skip to content

Commit f6f755e

Browse files
chore: migrate to mq-rest-admin-project org and vergil tooling (#130)
- 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 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 92232a6 commit f6f755e

16 files changed

Lines changed: 60 additions & 59 deletions

File tree

.claude/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"extraKnownMarketplaces": {
3-
"standard-tooling-marketplace": {
3+
"vergil-marketplace": {
44
"source": {
55
"source": "github",
6-
"repo": "wphillipmoore/standard-tooling-plugin"
6+
"repo": "vergil-project/vergil-plugin"
77
}
88
}
99
},
1010
"enabledPlugins": {
11-
"standard-tooling@standard-tooling-marketplace": true
11+
"vergil@vergil-marketplace": true
1212
}
1313
}

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source: wphillipmoore/standard-tooling/.github/ISSUE_TEMPLATE/config.yml
1+
# Source: vergil-project/vergil-tooling/.github/ISSUE_TEMPLATE/config.yml
22
# Do not modify repo-local copies — update the source and re-sync.
33
#
44
blank_issues_enabled: false

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> **Do not create PRs manually.**
2-
> Use [`st-submit-pr`](https://wphillipmoore.github.io/standard-tooling/reference/dev/submit-pr/).
2+
> Use [`vrg-submit-pr`](https://vergil-project.github.io/vergil-tooling/reference/dev/submit-pr/).

.github/workflows/cd.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/wphillipmoore/standard-actions/blob/develop/.github/workflows/README.md
1+
# https://github.com/vergil-project/vergil-actions/blob/develop/.github/workflows/README.md
22
name: CD
33

44
on:
@@ -14,16 +14,18 @@ permissions:
1414

1515
jobs:
1616
docs:
17-
uses: wphillipmoore/standard-actions/.github/workflows/cd-docs.yml@v1.5
17+
uses: vergil-project/vergil-actions/.github/workflows/cd-docs.yml@v2.0
1818
with:
1919
pre-deploy-command: >-
2020
git clone --depth 1 --branch develop
21-
https://github.com/wphillipmoore/mq-rest-admin-common.git
21+
https://github.com/mq-rest-admin-project/mq-rest-admin-common.git
2222
.mq-rest-admin-common
2323
permissions:
2424
contents: write
2525

2626
release:
2727
if: github.ref == 'refs/heads/main'
28-
uses: wphillipmoore/standard-actions/.github/workflows/cd-release.yml@v1.5
29-
secrets: inherit
28+
uses: vergil-project/vergil-actions/.github/workflows/cd-release.yml@v2.0
29+
secrets:
30+
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
31+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/wphillipmoore/standard-actions/blob/develop/.github/workflows/README.md
1+
# https://github.com/vergil-project/vergil-actions/blob/develop/.github/workflows/README.md
22
name: CI
33

44
on:
@@ -21,14 +21,14 @@ concurrency:
2121

2222
jobs:
2323
quality:
24-
uses: wphillipmoore/standard-actions/.github/workflows/ci-quality.yml@v1.5
24+
uses: vergil-project/vergil-actions/.github/workflows/ci-quality.yml@v2.0
2525
with:
2626
language: shell
2727
versions: '["latest"]'
2828
container-suffix: base
2929

3030
security:
31-
uses: wphillipmoore/standard-actions/.github/workflows/ci-security.yml@v1.5
31+
uses: vergil-project/vergil-actions/.github/workflows/ci-security.yml@v2.0
3232
with:
3333
language: shell
3434
run-standards: ${{ inputs.run-release != 'false' }}
@@ -39,7 +39,7 @@ jobs:
3939
security-events: write
4040

4141
version:
42-
uses: wphillipmoore/standard-actions/.github/workflows/ci-version-bump.yml@v1.5
42+
uses: vergil-project/vergil-actions/.github/workflows/ci-version-bump.yml@v2.0
4343
with:
4444
language: shell
4545
run-release: ${{ inputs.run-release != 'false' }}

AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Agent Instructions
22

3-
**Standards reference**: <https://github.com/wphillipmoore/standards-and-conventions>
4-
— active standards documentation lives in the standard-tooling repository under `docs/`.
5-
Repository profile: `standard-tooling.toml`.
3+
**Standards reference**: <https://github.com/vergil-project/vergil-tooling>
4+
— active standards documentation lives in the vergil-tooling repository under `docs/`.
5+
Repository profile: `vergil.toml`.
66

77
## User Overrides (Optional)
88

@@ -13,15 +13,15 @@ briefly and continue.
1313
## Canonical Standards
1414

1515
This repository follows the canonical standards and conventions in the
16-
`standards-and-conventions` repository.
16+
`vergil-tooling` repository.
1717

1818
Resolve the local path (preferred):
1919

20-
- `../standards-and-conventions`
20+
- `../vergil-tooling`
2121

2222
If the local path is unavailable, use the canonical web source:
2323

24-
- <https://github.com/wphillipmoore/standards-and-conventions>
24+
- <https://github.com/vergil-project/vergil-tooling>
2525

2626
If the canonical standards cannot be retrieved, treat it as a fatal
2727
exception and stop.

CLAUDE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This file provides guidance to Claude Code (claude.ai/code) when
44
working with code in this repository.
55

6-
**Standards reference**: <https://github.com/wphillipmoore/standards-and-conventions>
7-
— active standards documentation lives in the standard-tooling repository under `docs/`.
8-
Repository profile: `standard-tooling.toml`.
6+
**Standards reference**: <https://github.com/vergil-project/vergil-tooling>
7+
— active standards documentation lives in the vergil-tooling repository under `docs/`.
8+
Repository profile: `vergil.toml`.
99

1010
## Memory management
1111

@@ -16,9 +16,9 @@ plugin/skill issue) before writing. See that file for the full
1616
workflow.
1717

1818
Available skills:
19-
- `/standard-tooling:memory-init` — set up or update the policy header
19+
- `/vergil:memory-init` — set up or update the policy header
2020
in a project's `MEMORY.md`.
21-
- `/standard-tooling:memory-audit` — structured collaborative review
21+
- `/vergil:memory-audit` — structured collaborative review
2222
of memory files.
2323

2424
## Parallel AI agent development
@@ -29,9 +29,9 @@ while preserving shared project memory (which Claude Code derives from the
2929
session's starting CWD).
3030

3131
**Canonical spec:**
32-
[`standard-tooling/docs/specs/worktree-convention.md`](https://github.com/wphillipmoore/standard-tooling/blob/develop/docs/specs/worktree-convention.md)
32+
[`vergil-tooling/docs/specs/worktree-convention.md`](https://github.com/vergil-project/vergil-tooling/blob/develop/docs/specs/worktree-convention.md)
3333
— full rationale, trust model, failure modes, and memory-path implications.
34-
The canonical text lives in `standard-tooling`; this section is the local
34+
The canonical text lives in `vergil-tooling`; this section is the local
3535
on-ramp.
3636

3737
### Structure
@@ -109,9 +109,9 @@ a real MQ queue manager.
109109
### Standard Tooling
110110

111111
```bash
112-
cd ../standard-tooling && uv sync # Install standard-tooling
113-
export PATH="../standard-tooling/.venv/bin:../standard-tooling/scripts/bin:$PATH" # Put tools on PATH
114-
git config core.hooksPath ../standard-tooling/scripts/lib/git-hooks # Enable git hooks
112+
cd ../vergil-tooling && uv sync # Install vergil-tooling
113+
export PATH="../vergil-tooling/.venv/bin:../vergil-tooling/scripts/bin:$PATH" # Put tools on PATH
114+
git config core.hooksPath ../vergil-tooling/scripts/lib/git-hooks # Enable git hooks
115115
```
116116

117117
### Environment Setup
@@ -169,7 +169,7 @@ Consuming repositories depend on these stable details:
169169

170170
- **Local development**: Consuming repos reference this repo as a
171171
sibling directory (`../mq-rest-admin-dev-environment`) — same pattern as
172-
`../standards-and-conventions`
172+
`../vergil-tooling`
173173
- **CI**: Reusable GitHub Actions workflow (or composite action) that
174174
starts the MQ containers, seeds them, and makes them available to
175175
the calling workflow's test jobs
@@ -192,7 +192,7 @@ seed/
192192
docs/
193193
plans/ # Decision documents
194194
repository-standards.md
195-
standards-and-conventions.md
195+
vergil-tooling.md
196196
```
197197

198198
## Key References

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ against a real MQ queue manager.
2121

2222
## Consuming repositories
2323

24-
- [pymqrest](https://github.com/wphillipmoore/pymqrest) — Python
24+
- [pymqrest](https://github.com/mq-rest-admin-project/pymqrest) — Python
2525
wrapper for the MQ administrative REST API
26-
- [mq-rest-admin](https://github.com/wphillipmoore/mq-rest-admin)
26+
- [mq-rest-admin](https://github.com/mq-rest-admin-project/mq-rest-admin)
2727
Java port of pymqrest
2828
- pymqpcf — Python wrapper for the MQ PCF API (planned)
2929

@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Setup MQ
126126
id: mq
127-
uses: wphillipmoore/mq-rest-admin-dev-environment/.github/actions/setup-mq@main
127+
uses: mq-rest-admin-project/mq-rest-admin-dev-environment/.github/actions/setup-mq@main
128128
with:
129129
verify: 'true' # default; set 'false' to skip verification
130130

@@ -192,7 +192,7 @@ config/
192192
docs/
193193
plans/ # Decision documents
194194
repository-standards.md
195-
standards-and-conventions.md
195+
vergil-tooling.md
196196
scripts/
197197
git-hooks/ # Git hook scripts
198198
mq_start.sh # Start containers + wait for readiness

docs/repository-standards.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ submission. Do not construct commit messages or PR bodies manually.
5151
### Committing
5252

5353
```bash
54-
st-commit \
54+
vrg-commit \
5555
--type TYPE --message MESSAGE --agent AGENT \
5656
[--scope SCOPE] [--body BODY]
5757
```
@@ -64,12 +64,12 @@ st-commit \
6464
- `--body` (optional): detailed commit body
6565

6666
The script resolves the correct `Co-Authored-By` identity from
67-
`standard-tooling.toml` and the git hooks validate the result.
67+
`vergil.toml` and the git hooks validate the result.
6868

6969
### Submitting PRs
7070

7171
```bash
72-
st-submit-pr \
72+
vrg-submit-pr \
7373
--issue NUMBER --summary TEXT \
7474
[--linkage KEYWORD] [--title TEXT] \
7575
[--notes TEXT] [--docs-only] [--dry-run]

docs/site/docs/architecture/environment-contract.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ See [CI Integration](../ci-integration.md) for usage details.
4444
This environment is used by the language-specific libraries in the
4545
mq-rest-admin project:
4646

47-
- [mq-rest-admin-python](https://github.com/wphillipmoore/mq-rest-admin-python)
48-
- [mq-rest-admin-java](https://github.com/wphillipmoore/mq-rest-admin-java)
49-
- [mq-rest-admin-go](https://github.com/wphillipmoore/mq-rest-admin-go)
50-
- [mq-rest-admin-ruby](https://github.com/wphillipmoore/mq-rest-admin-ruby)
51-
- [mq-rest-admin-rust](https://github.com/wphillipmoore/mq-rest-admin-rust)
47+
- [mq-rest-admin-python](https://github.com/mq-rest-admin-project/mq-rest-admin-python)
48+
- [mq-rest-admin-java](https://github.com/mq-rest-admin-project/mq-rest-admin-java)
49+
- [mq-rest-admin-go](https://github.com/mq-rest-admin-project/mq-rest-admin-go)
50+
- [mq-rest-admin-ruby](https://github.com/mq-rest-admin-project/mq-rest-admin-ruby)
51+
- [mq-rest-admin-rust](https://github.com/mq-rest-admin-project/mq-rest-admin-rust)

0 commit comments

Comments
 (0)