Skip to content

Commit b8e7787

Browse files
refactor: flatten plugin marketplace layout
Co-authored-by: Copilot App <[email protected]>
1 parent ab2a135 commit b8e7787

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ copilot plugin install psmodule-process
1818
Install the plugin directly from this repository:
1919

2020
```console
21-
copilot plugin install PSModule/Process-PSModule:.github/plugin/plugins/psmodule-process
21+
copilot plugin install PSModule/Process-PSModule:.github/plugin/psmodule-process
2222
```
2323

2424
The plugin provides the
25-
[`pester-migration`](./plugins/psmodule-process/skills/pester-migration/SKILL.md)
25+
[`pester-migration`](./psmodule-process/skills/pester-migration/SKILL.md)
2626
skill for migrating every Pester test set in a PSModule repository to Pester
2727
6.1.0. Verify the installation with:
2828

@@ -33,4 +33,4 @@ copilot plugin list
3333

3434
The marketplace catalog is in [`marketplace.json`](./marketplace.json), and
3535
plugin metadata is in
36-
[`plugin.json`](./plugins/psmodule-process/plugin.json).
36+
[`plugin.json`](./psmodule-process/plugin.json).

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "psmodule-process",
1414
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
1515
"version": "1.0.0",
16-
"source": "plugins/psmodule-process"
16+
"source": "psmodule-process"
1717
}
1818
]
1919
}
File renamed without changes.

.github/plugin/plugins/psmodule-process/skills/pester-migration/SKILL.md renamed to .github/plugin/psmodule-process/skills/pester-migration/SKILL.md

File renamed without changes.

docs/content/guides/pester-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ copilot plugin install psmodule-process
1616
Then use its reusable `pester-migration` agent skill to migrate every Pester
1717
test set in a PSModule repository. For direct installation during development,
1818
use `copilot plugin install
19-
PSModule/Process-PSModule:.github/plugin/plugins/psmodule-process`. It is
19+
PSModule/Process-PSModule:.github/plugin/psmodule-process`. It is
2020
written for Pester **6.1.0** and distinguishes required compatibility changes
2121
from optional v6 modernization.
2222

0 commit comments

Comments
 (0)