-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 753 Bytes
/
plugin.json
File metadata and controls
23 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "version-sentinel",
"version": "0.2.1",
"description": "Hard-blocks dependency additions, bumps, and downgrades until a fresh, source-cited version check is recorded. Supports npm, pip, Poetry/uv, Cargo, and NuGet.",
"author": {
"name": "Daniel Kiska",
"url": "https://github.com/KSEGIT"
},
"homepage": "https://github.com/KSEGIT/Version-Sentinel#readme",
"repository": "https://github.com/KSEGIT/Version-Sentinel",
"license": "MIT",
"keywords": [
"dependencies",
"packages",
"versions",
"guardrails",
"hooks",
"supply-chain-security"
],
"skills": "./skills/",
"agents": ["./agents/version-reviewer.agent.md"],
"commands": ["./commands/vs-record.md", "./commands/check-versions.md"]
}