-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.37 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
54
55
56
57
{
"name": "fdeops",
"version": "3.9.11",
"description": "Field kit for engineers embedded in client work - a real CLI (recon, memory, portfolio), one @fde skill with field judgment on top, and hooks that make it automatic. Claude Code plugin and any agent that loads skills.",
"bin": {
"fdeops": "bin/install.js",
"fde": "bin/fde.js"
},
"scripts": {
"check": "node bin/check.js && npm test",
"test": "node --test test/*.test.js",
"test:skill-routing": "node evals/skill-routing/check.js && node evals/skill-routing/live-smoke.js",
"prepublishOnly": "node bin/check.js && npm test"
},
"files": [
"bin/",
"skills/",
"hooks/",
"templates/",
"adapters/",
"CLAUDE.md.template",
"AGENTS.md"
],
"keywords": [
"claude-code",
"claude-code-plugin",
"ai-agent",
"skills",
"plugin",
"fde",
"forward-deployed",
"forward-deployed-engineer",
"engineering",
"client-site",
"legacy-code",
"brownfield",
"cursor",
"windsurf",
"cline",
"codex",
"gemini-cli",
"copilot",
"agents-md",
"ollama",
"local-llm",
"lm-studio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/suboss87/fdeops.git"
},
"author": "Subash Natarajan <suboss87@gmail.com> (https://github.com/suboss87)",
"license": "MIT",
"engines": {
"node": ">=18"
}
}