-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ai-config.json
More file actions
52 lines (52 loc) · 1.53 KB
/
.ai-config.json
File metadata and controls
52 lines (52 loc) · 1.53 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
{
"preferences": {
"emoticons": {
"type": "kaomoji",
"style": "backtick-emphasized",
"examples": [
"`(◕‿◕)`",
"`(⌐■_■)`",
"`(╯°□°)╯`",
"`ヽ(°〇°)ノ`",
"`(¬‿¬)`",
"`(◉◡◉)`",
"`ヽ(´▽`)/`",
"`(ノ◕ヮ◕)ノ*:・゚✧`"
]
},
"documentation": {
"tone": "friendly-professional",
"style": "developer-focused",
"emphasis": "backticks-for-kaomoji",
"structure": "logical-hierarchy"
},
"code": {
"style": "minimal-clean",
"comments": "concise-helpful",
"naming": "descriptive-clear"
}
},
"guidelines": {
"kaomoji_usage": [
"Use backticks around kaomojis for emphasis: `(◕‿◕)`",
"Match kaomoji emotion to content context",
"Prefer kaomojis over standard emojis",
"Use sparingly for maximum impact"
],
"documentation": [
"Start with clear value proposition",
"Use logical section ordering",
"Include practical examples",
"Maintain professional yet friendly tone"
],
"git_workflow": [
"Always create GitHub issues first for features/bugs",
"Use GitHub CLI (gh) for all Git interactions",
"Create feature branches and pull requests",
"Wait for CI/CD pipeline to succeed before merging",
"Bump version in package.json before publishing",
"Use 'npm publish' only after successful merge to main",
"Never push directly to main - always use PR workflow"
]
}
}