-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.ai-config.json
More file actions
48 lines (48 loc) · 1.16 KB
/
.ai-config.json
File metadata and controls
48 lines (48 loc) · 1.16 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
{
"ai_config": {
"style_guidelines": {
"no_emojis": true,
"text_only": true,
"professional_tone": true,
"technical_writing": true
},
"formatting": {
"markdown_style": "standard",
"warning_format": "> **WARNING**",
"note_format": "> **NOTE**",
"deprecated_format": "> **DEPRECATED**",
"bullet_points": "*",
"max_line_length": 100
},
"code_style": {
"comment_style": "technical",
"no_decorative_chars": true,
"descriptive_variables": true,
"logging_format": "standard"
},
"documentation": {
"api_format": "openapi",
"example_format": "curl_commands",
"error_descriptions": "detailed",
"include_troubleshooting": true
},
"project_context": {
"domain": "audio_dsp",
"audience": "technical_users",
"environment": "production",
"reliability_focus": true
},
"prohibited": [
"emojis",
"decorative_unicode",
"casual_language",
"marketing_speak"
],
"preferred": [
"plain_text_symbols",
"technical_precision",
"clear_instructions",
"professional_tone"
]
}
}