Skip to content

Commit 69cc0e3

Browse files
fix: align marketplace with MSX plugin layout
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 75fdefe commit 69cc0e3

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copilot plugin install psmodule-process
1313
```
1414

1515
The plugin provides the
16-
[`pester-migration`](./plugins/psmodule-process/skills/pester-migration/SKILL.md)
16+
[`pester-migration`](../../plugins/psmodule-process/skills/pester-migration/SKILL.md)
1717
skill for migrating every Pester test set in a PSModule repository to Pester
1818
6.1.0. Verify the installation with:
1919

@@ -24,4 +24,4 @@ copilot plugin list
2424

2525
The marketplace manifest is
2626
[`marketplace.json`](./marketplace.json); plugin metadata is in
27-
[`plugin.json`](./plugins/psmodule-process/plugin.json).
27+
[`plugin.json`](../../plugins/psmodule-process/plugin.json).

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "psmodule-process",
1313
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
1414
"version": "1.0.0",
15-
"source": "./plugins/psmodule-process"
15+
"source": "plugins/psmodule-process"
1616
}
1717
]
1818
}

.github/plugin/plugins/psmodule-process/plugin.json renamed to plugins/psmodule-process/plugin.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
23
"name": "psmodule-process",
34
"description": "PSModule process guidance and reusable skills for PowerShell module repositories.",
45
"version": "1.0.0",
56
"author": {
67
"name": "PSModule",
78
"url": "https://github.com/PSModule"
89
},
10+
"homepage": "https://psmodule.io/docs/",
911
"repository": "https://github.com/PSModule/Process-PSModule",
1012
"license": "MIT",
1113
"keywords": [

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

File renamed without changes.

0 commit comments

Comments
 (0)