Files
avdlee__swift-testing-agent…/.claude-plugin/plugin.json
T
github-actions[bot] 798e9b1a2b Bump version to 1.2.0
2026-04-22 18:12:15 +00:00

31 lines
737 B
JSON

{
"name": "swift-testing-expert",
"version": "1.2.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"
},
"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"
],
"skills": [
"./swift-testing-expert"
]
}