-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
46 lines (46 loc) · 1.31 KB
/
Copy pathskill.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "agent-guardrails",
"version": "1.1.0",
"description": "Mechanical enforcement tools to prevent AI agents from bypassing project standards. Prevents reimplementation, secret leaks, deployment gaps, and skill update gaps.",
"author": "jzOcb",
"license": "MIT",
"repository": "https://github.com/jzOcb/agent-guardrails",
"homepage": "https://github.com/jzOcb/agent-guardrails#readme",
"bugs": "https://github.com/jzOcb/agent-guardrails/issues",
"tags": [
"enforcement",
"guardrails",
"quality",
"git-hooks",
"automation",
"meta-enforcement",
"deployment",
"security",
"ai-agents"
],
"category": "development-tools",
"requirements": {
"bash": ">=4.0",
"git": ">=2.0"
},
"keywords": [
"AI agents",
"code quality",
"mechanical enforcement",
"git hooks",
"deployment verification",
"secret detection",
"skill updates",
"agent reliability",
"automated checks"
],
"scripts": {
"install": "bash scripts/install.sh",
"install-deployment": "bash scripts/create-deployment-check.sh",
"install-feedback": "bash scripts/install-skill-feedback-loop.sh"
},
"installation": {
"command": "bash scripts/install.sh /path/to/project",
"postInstall": "Review .git/hooks/pre-commit and customize patterns as needed"
}
}