Files
makemd/docs/05_AI/00_AI_Index.md
wurenzhi 427becbc8f refactor(types): 重构类型系统,统一共享类型定义
feat(types): 新增共享类型中心,包含用户、产品、订单等核心领域类型
fix(types): 修复类型定义错误,统一各模块类型引用
style(types): 优化类型文件格式和注释
docs(types): 更新类型文档和变更日志
test(types): 添加类型测试用例
build(types): 配置类型共享路径
chore(types): 清理重复类型定义文件
2026-03-20 17:53:46 +08:00

57 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AI文档索引
> **模块**: 05_AI - AI策略与规则
> **更新日期**: 2026-03-20
---
## 核心文档
| 文档 | 描述 | 状态 |
|------|------|------|
| [01_Strategy](01_Strategy.md) | AI策略设计 | ✅ |
| [02_Rules](02_Rules.md) | AI协作规则 | ✅ |
| [03_Implementation_Strategy](03_Implementation_Strategy.md) | AI实施策略 | ✅ |
| [04_Quick_Reference_Card](04_Quick_Reference_Card.md) | **AI开发快速参考卡片** | ✅ |
| [05_Development_Checklist](05_Development_Checklist.md) | **AI开发检查清单** | ✅ |
| [06_Wrong_vs_Right_Examples](06_Wrong_vs_Right_Examples.md) | **错误示例与正确示例对比** | ✅ |
| [07_TypeScript_Error_Fix_Guide](07_TypeScript_Error_Fix_Guide.md) | **TypeScript错误修复方案** | ✅ |
| [09_TypeScript_Error_Tasks](09_TypeScript_Error_Tasks.md) | **TypeScript错误任务列表** | 🔴 待领取 |
---
## AI 开发必读文档
### 开发前必读
1. **[快速参考卡片](04_Quick_Reference_Card.md)** - 硬性约束和代码模板
2. **[AI 开发规则](02_Rules.md)** - 逻辑集中化和禁止行为
3. **[项目硬性约束](../../.trae/rules/project-specific-rules.md)** - 自动加载的约束文件
### 开发中参考
1. **[TypeScript 编译规约](../01_Architecture/13_TypeScript_Standards.md)** - 类型安全规范
2. **[Schema 驱动开发](../01_Architecture/15_Schema_Driven_Development.md)** - 类型推导方法
3. **[统一类型管理](../01_Architecture/16_Unified_Type_Management.md)** - 类型中心架构
### 提交前检查
1. **[开发检查清单](05_Development_Checklist.md)** - 各阶段强制检查项
2. **[错误示例对比](06_Wrong_vs_Right_Examples.md)** - 避免常见错误
3. **[TypeScript 错误修复方案](07_TypeScript_Error_Fix_Guide.md)** - 解决 613 个编译错误
4. **[TypeScript 错误任务列表](09_TypeScript_Error_Tasks.md)** - AI 领取修复任务
---
## 关联模块
- [架构模块](../01_Architecture/00_Architecture_Index.md)
- [业务模块](../00_Business/Business_Blueprint.md)
---
## 最近更新
- 2026-03-20: 新增快速参考卡片、开发检查清单、错误示例对比、TypeScript错误修复方案文档
- 2026-03-19: 重构AI文档结构统一命名规范