File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ copilot plugin install psmodule-process
1313```
1414
1515The 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 )
1717skill for migrating every Pester test set in a PSModule repository to Pester
18186.1.0. Verify the installation with:
1919
@@ -24,4 +24,4 @@ copilot plugin list
2424
2525The 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 ) .
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : [
File renamed without changes.
You can’t perform that action at this time.
0 commit comments