-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.ai-factory.json
More file actions
40 lines (40 loc) · 829 Bytes
/
.ai-factory.json
File metadata and controls
40 lines (40 loc) · 829 Bytes
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
{
"version": "2.3.0",
"agents": [
{
"id": "claude",
"skillsDir": ".claude/skills",
"installedSkills": [
"aif",
"aif-architecture",
"aif-best-practices",
"aif-build-automation",
"aif-ci",
"aif-commit",
"aif-docs",
"aif-evolve",
"aif-explore",
"aif-fix",
"aif-grounded",
"aif-implement",
"aif-improve",
"aif-loop",
"aif-plan",
"aif-review",
"aif-roadmap",
"aif-rules",
"aif-security-checklist",
"aif-skill-generator",
"aif-verify"
],
"mcp": {
"github": false,
"filesystem": false,
"postgres": false,
"chromeDevtools": false,
"playwright": false
}
}
],
"extensions": []
}