microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/dependency-review-recursive-globs

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/coding-standards/.github/plugin/plugin.json

14lines · modecode

1{
2 "name": "coding-standards",
3 "description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
4 "version": "3.3.27",
5 "agents": [
6 "agents/coding-standards/"
7 ],
8 "commands": [
9 "commands/coding-standards/"
10 ],
11 "skills": [
12 "skills/coding-standards/"
13 ]
14}