Files
gh-lucaspimentel-claude-cod…/.claude-plugin/plugin.json
2025-11-30 08:38:14 +08:00

22 lines
592 B
JSON

{
"name": "dd-trace-dotnet",
"description": "Datadog .NET APM Tracer development plugin with commands and context for the dd-trace-dotnet repository",
"version": "1.0.0",
"author": {
"name": "Lucas Pimentel",
"github": "lucaspimentel"
},
"commands": [
"./commands/build-tracer.md",
"./commands/check-logs.md",
"./commands/check-pr.md",
"./commands/create-integration.md",
"./commands/find-integration.md",
"./commands/review-and-comment.md",
"./commands/run-tests.md",
"./commands/troubleshoot-ci.md"
],
"mcp": [
"./.mcp.json"
]
}