Fix missing agents from dotnet plugin

This commit is contained in:
Viktor Hofer
2026-02-27 19:18:39 +01:00
parent 5005d751ac
commit 86cd604ee6
+2 -1
View File
@@ -2,5 +2,6 @@
"name": "dotnet",
"version": "1.0.0",
"description": "Collection of core .NET skills for handling common .NET coding tasks.",
"skills": "./skills/"
"skills": "./skills/",
"agents": "./agents/"
}