Files
Antoine van der Lee b61877fca5 Adopt Agent Plugins 1.0.0 portable format
Add a root plugin.json manifest and move the skill to the canonical
skills/swift-testing-expert/ location per the Agent Plugins
specification (https://agent-plugins.org). A symlink at the old root
path keeps existing clones and scripts working until the next major
version.

Also completes client wrapper coverage: new Cursor plugin manifest with
logo, pi package.json, and Codex agents/openai.yaml with ChatGPT
desktop interface metadata. Release workflow now bumps every manifest.
2026-08-07 15:12:43 +02:00

31 lines
874 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "swift-testing-expert",
"version": "1.3.0",
"description": "Expert Swift Testing guidance for test structure, #expect/#require usage, traits and tags, parameterized tests, async waiting patterns, parallel execution, and XCTest migration.",
"author": {
"name": "Antoine van der Lee",
"email": "contact@avanderlee.com",
"url": "https://www.avanderlee.com"
},
"homepage": "https://github.com/AvdLee/Swift-Testing-Agent-Skill",
"repository": "https://github.com/AvdLee/Swift-Testing-Agent-Skill",
"license": "MIT",
"keywords": [
"swift",
"swift-testing",
"testing",
"xctest",
"unit-testing",
"parameterized-tests",
"traits",
"tags",
"parallel-testing",
"async-await",
"xcode",
"ios",
"macos",
"apple"
]
}