Skip to content

Commit 89132fe

Browse files
committed
🛠 [fix][ai-config] makefile
1 parent c0ef052 commit 89132fe

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

makefiles/macos.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ macos-cli-useful: macos-brew
3636
# Apps #
3737
###############################################################################
3838

39-
macos-ai-config:
40-
run "pkg/ai-config/ai-config.sh"
41-
4239
macos-alfred: macos-brew
4340
run "pkg/macos-alfred/macos-alfred.sh"
4441

@@ -141,6 +138,9 @@ macos-perl: macos-stow
141138
# Misc #
142139
###############################################################################
143140

141+
macos-ai-config:
142+
run "pkg/ai-config/ai-config.sh"
143+
144144
macos-file-handler: macos-duti
145145
run "pkg/macos-file-handler/macos-file-handler.sh"
146146

makefiles/ubuntu.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ ubuntu-javascript: ubuntu-stow
6666
# Misc #
6767
###############################################################################
6868

69+
ubuntu-ai-config:
70+
run "pkg/ai-config/ai-config.sh"
71+
6972
ubuntu-locale-zhtw:
7073
run "pkg/locale-zhtw/debian-locale-zhtw.sh"
7174

pkg/ai-config/AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@
55
- Never prefix git commands with `cd /path/to/root &&`
66
- Instead use `git -C /path/to/root <subcommand>` if a specific cwd is needed
77
- Prefer repo-root-relative paths explicitly over cd'ing
8+
9+
## Prose conventions
10+
11+
- Do not use em dashes (``), double em dashes (`——`), or semicolons (`;`) in user-facing prose (chat replies, commit messages, PR descriptions, READMEs, code comments)
12+
- Avoid other stereotypically AI-ish punctuation patterns
13+
- Rewrite with commas, periods, or parentheses instead
14+
- Applies to prose only. Keep punctuation inside code, config, or copied quotes untouched
15+
16+
## Language conventions
17+
18+
- If the prompt is in Chinese, respond with Traditional Chinese characters, and think/research as a Taiwanese

0 commit comments

Comments
 (0)