Skip to content

plagueho/powershell-modernization

v1.1.1MIT

Modernize PowerShell test suites by migrating Pester v4 tests to Pester v5.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "powershell-modernization",
  "description": "Modernize PowerShell test suites by migrating Pester v4 tests to Pester v5.",
  "version": "1.1.1",
  "author": {
    "name": "Daniel Scott-Raynsford",
    "url": "https://github.com/PlagueHO"
  },
  "repository": "https://github.com/PlagueHO/plagueho.copilot",
  "license": "MIT",
  "keywords": [
    "powershell",
    "pester",
    "testing",
    "modernization",
    "migration"
  ],
  "extensions": {
    "com.github.plagueho": {
      "skills": [
        "./skills/upgrade-pester-v4-to-v5/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.plagueho