-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.33 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
47
48
49
50
51
52
53
{
"name": "@agentpilotlab/agent-lean-safe-coding",
"version": "0.1.0",
"description": "Windows-safe lean coding skill and plugin package for Codex, Claude Code, and AI agents.",
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "AgentPilotLab",
"url": "https://github.com/AgentPilotLab"
},
"homepage": "https://github.com/AgentPilotLab/agent-lean-safe-coding",
"repository": {
"type": "git",
"url": "git+https://github.com/AgentPilotLab/agent-lean-safe-coding.git"
},
"bugs": {
"url": "https://github.com/AgentPilotLab/agent-lean-safe-coding/issues"
},
"keywords": [
"codex",
"claude-code",
"ai-agent",
"agent-skills",
"lean-coding",
"windows-safe",
"yagni",
"powerShell",
"utf-8"
],
"files": [
"SKILL.md",
"skills/",
"agents/",
".codex-plugin/",
".claude-plugin/",
"hooks/",
"references/",
"docs/",
"benchmarks/",
"scripts/",
"AGENTS.md",
"llms.txt",
"LICENSE",
"README.md",
"README.zh-CN.md"
],
"scripts": {
"benchmark": "node scripts/benchmark.js",
"check:copies": "node scripts/check-skill-copies.js",
"privacy": "node scripts/privacy-scan.js",
"validate": "node scripts/validate-repo.js",
"test": "npm run benchmark && npm run check:copies && npm run privacy && npm run validate"
}
}