Skip to content

Commit 1a3f83c

Browse files
refactor: use shared MSX plugin marketplace
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 6aec0ec commit 1a3f83c

4 files changed

Lines changed: 17 additions & 32 deletions

File tree

.github/plugin/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# PSModule process marketplace
1+
# PSModule process plugin
22

3-
This repository is a GitHub Copilot CLI plugin marketplace. The marketplace
4-
and its `psmodule-process` plugin are versioned **1.0.0**.
3+
This repository hosts the canonical `psmodule-process` GitHub Copilot CLI
4+
plugin. The shared MSXOrg marketplace publishes this plugin alongside the
5+
other initiative plugins.
56

6-
## Install
7+
## Install directly
78

8-
Add the marketplace and install the plugin:
9+
Install the plugin directly from this repository:
910

1011
```console
11-
copilot plugin marketplace add PSModule/Process-PSModule
12-
copilot plugin install psmodule-process
12+
copilot plugin install PSModule/Process-PSModule:.github/plugin/plugins/psmodule-process
1313
```
1414

1515
The plugin provides the
@@ -22,6 +22,7 @@ copilot plugin list
2222
/skills list
2323
```
2424

25-
The marketplace manifest is
26-
[`marketplace.json`](./marketplace.json); plugin metadata is in
25+
The shared marketplace is maintained in
26+
[MSXOrg/docs](https://github.com/MSXOrg/docs/tree/main/.github/plugin).
27+
Plugin metadata is in
2728
[`plugin.json`](./plugins/psmodule-process/plugin.json).

.github/plugin/marketplace.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/content/guides/pester-migration.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ description: A repository-wide checklist for migrating PSModule test sets to Pes
55

66
# Migrating Pester tests
77

8-
Install the version 1.0.0 [`psmodule-process` marketplace
9-
plugin](https://github.com/PSModule/Process-PSModule/tree/main/.github/plugin/marketplace.json)
10-
and use its reusable `pester-migration` agent skill to migrate every Pester test
11-
set in a PSModule repository. It is
8+
Install the `psmodule-process` plugin from the shared
9+
[MSXOrg marketplace](https://github.com/MSXOrg/docs/tree/main/.github/plugin)
10+
and use its reusable `pester-migration` agent skill to migrate every Pester
11+
test set in a PSModule repository. For direct installation during development,
12+
use `copilot plugin install
13+
PSModule/Process-PSModule:.github/plugin/plugins/psmodule-process`. It is
1214
written for Pester **6.1.0** and distinguishes required compatibility changes
1315
from optional v6 modernization.
1416

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Task-oriented deep dives into the pipeline's functionality.
4141
| [Structuring your module](guides/structuring-your-module.md) | The repository and module source layout the workflow expects, and how to declare dependencies. |
4242
| [Writing module tests](guides/writing-module-tests.md) | Test discovery, setup and teardown phases, and shared test infrastructure. |
4343
| [Migrating Pester tests](guides/pester-migration.md) | A repository-wide checklist for migrating every test set to Pester 6.1.0. |
44-
| [PSModule process marketplace](https://github.com/PSModule/Process-PSModule/tree/main/.github/plugin) | Install the version 1.0.0 Copilot CLI plugin and its reusable skills. |
44+
| [PSModule process plugin](https://github.com/PSModule/Process-PSModule/tree/main/.github/plugin) | Install the plugin directly or through the shared MSXOrg marketplace. |
4545
| [Skipping framework tests](guides/skipping-framework-tests.md) | Skip individual framework tests on a per-file basis. |
4646
| [Versioning and releases](guides/versioning-and-releases.md) | Label-driven versioning, prereleases, and what a release produces. |
4747
| [Validating before review](guides/validating-before-review.md) | The PSModule validation pass before a draft pull request is marked ready. |

0 commit comments

Comments
 (0)