-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.agentsgen.json
More file actions
59 lines (59 loc) · 1.11 KB
/
.agentsgen.json
File metadata and controls
59 lines (59 loc) · 1.11 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
58
59
{
"version": 1,
"mode": "safe",
"on_missing_markers": "write_generated",
"generated_suffix": ".generated",
"markers": {
"start": "<!-- AGENTSGEN:START section={section} -->",
"end": "<!-- AGENTSGEN:END section={section} -->"
},
"sections": [
"guardrails",
"workflow",
"style",
"verification",
"stack",
"repo_context"
],
"presets": {},
"defaults": {},
"project": {
"name": "ABVX Lab",
"primary_stack": "static",
"repo_root": "."
},
"paths": {
"docs": [
"README.md",
"docs/index.html",
"docs/tools/"
],
"scripts": "(none)",
"source_dirs": [
"docs"
],
"config_locations": [
"docs/robots.txt",
"docs/sitemap.xml"
]
},
"commands": {
"install": "(not needed)",
"dev": "python3 -m http.server 8000 --directory docs",
"build": "(not needed)",
"test": "(not needed)",
"lint": "(not needed)"
},
"evidence": {
"python": [],
"node": [],
"make": [],
"ci": []
},
"pack": {
"enabled": true,
"llms_format": "txt",
"output_dir": "docs/ai",
"files": []
}
}