Files
github-actions[bot] 45fa49e4e0 Bump version to 2.3.0
2026-08-12 12:40:13 +00:00

32 lines
906 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "swift-concurrency",
"version": "2.3.0",
"description": "Expert guidance on Swift Concurrency best practices, patterns, and implementation. Covers async/await, actors, tasks, Sendable conformance, data race prevention, and Swift 6 migration strategies.",
"author": {
"name": "Antoine van der Lee",
"email": "contact@avanderlee.com",
"url": "https://www.avanderlee.com"
},
"homepage": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
"repository": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill",
"license": "MIT",
"keywords": [
"swift",
"concurrency",
"async-await",
"actors",
"sendable",
"swift6",
"data-races",
"threading",
"task-groups",
"main-actor",
"core-data",
"migration",
"ios",
"macos",
"apple"
]
}