ai-ops-cli 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/rules/communication.yaml +3 -2
- package/dist/bin/index.js +182 -236
- package/dist/bin/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,5 +7,6 @@ priority: 85
|
|
|
7
7
|
content:
|
|
8
8
|
constraints:
|
|
9
9
|
- "DO NOT use filler phrases like 'Certainly,' 'Of course,' 'Here is the code,' 'I understand,' 'Great question.' Just output the solution."
|
|
10
|
-
|
|
11
|
-
- '
|
|
10
|
+
- 'Only source code and inline code comments may be written in English.'
|
|
11
|
+
- 'All non-code outputs MUST be in Korean unless the user explicitly requests English.'
|
|
12
|
+
guidelines: []
|