microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
plugins/coding-standards/.github/plugin/plugin.json
15lines · modeblame
e6cee852Allen Greaves4 months ago | 1 | { |
| 2 | "name": "coding-standards", | |
8027e7b1Bill Berry4 months ago | 3 | "description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects", |
0d4452b3hve-core-release-please[bot]2 months ago | 4 | "version": "3.3.101", |
51c37819Katrien De Graeve3 months ago | 5 | "agents": [ |
3b1d4082Katrien De Graeve3 months ago | 6 | "agents/coding-standards/" |
51c37819Katrien De Graeve3 months ago | 7 | ], |
| 8 | "commands": [ | |
3b1d4082Katrien De Graeve3 months ago | 9 | "commands/coding-standards/" |
39597662Erik Schlegel3 months ago | 10 | ], |
| 11 | "skills": [ | |
8319d101Erik Schlegel2 months ago | 12 | "skills/coding-standards/", |
| 13 | "skills/shared/" | |
51c37819Katrien De Graeve3 months ago | 14 | ] |
e6cee852Allen Greaves4 months ago | 15 | } |