@moon791017/neo-skills 1.1.20 → 1.1.21

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.
@@ -114,6 +114,12 @@ Run all build, test, deploy, and formatting commands with minimal output flags (
114
114
  - **Build**: \`dotnet build -v q --nologo\`, \`cargo build --quiet\`, \`go build\`
115
115
  - **Lint & Format**: \`eslint --quiet\`, \`prettier --check --loglevel warn\`
116
116
  - **Deploy & Infra**: \`docker build -q .\`, \`terraform plan -no-color\`
117
+
118
+ ### Documentation & Comment Language Rules
119
+ 1. **Single Language per Statement**: Every title, section, paragraph, list item, table cell, or code comment must use ONLY ONE natural language (Chinese OR English). Never mix side-by-side bilingual translations in a single statement.
120
+ - Allowed: \`## 變更架構流程\`, \`## Architectural Flow\`, \`// 取得使用者資料\`, \`// Fetch user data\`
121
+ - Forbidden: \`## 變更架構流程 (Architectural Flow)\`, \`// 取得使用者資料 (Fetch user data)\`
122
+ 2. **Original Code & Terms Exempted**: File names, paths, APIs, code symbols, commands, and essential technical terms may remain in their original language.
117
123
  `;
118
124
 
119
125
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moon791017/neo-skills",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "type": "module",
5
5
  "description": "Neo Skills: A Universal AI Agent Skills Extension",
6
6
  "homepage": "https://neo-blog-iota.vercel.app/",