Skip to content

Commit b9e8d1a

Browse files
committed
docs: 📚 更新依赖版本要求并添加AI翻译团队配置说明
1 parent f549712 commit b9e8d1a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CLAUDE.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the Chinese translation of the CodeIgniter 4 User Guide, built using Sph
1010

1111
### Building Documentation
1212
```bash
13-
# Install dependencies (requires Python 3.5+)
13+
# Install dependencies (requires Python 3.7+)
1414
pip install -r requirements.txt
1515

1616
# Build HTML documentation
@@ -88,4 +88,12 @@ GitHub Actions automatically:
8888
- Configuration: `source/conf.py`
8989
- Static assets: `source/_static/**/*`
9090
- Templates: `source/_templates/**/*`
91-
- Build output: `build/**/*` (git-ignored)
91+
- Build output: `build/**/*` (git-ignored)
92+
93+
## AI Team Configuration
94+
95+
For CodeIgniter documentation translation tasks, use the **codeigniter-translator** agent which specializes in:
96+
- Translating CodeIgniter 4 documentation from English to Chinese
97+
- Preserving ReStructuredText formatting and Sphinx directives
98+
- Maintaining technical terminology consistency
99+
- Following Chinese copywriting standards

0 commit comments

Comments
 (0)