ai-front-base 0.2.1 → 0.2.2
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/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,15 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
### 🚨 AI开发强制流程
|
|
6
6
|
|
|
7
|
-
**MUST
|
|
7
|
+
**MUST 当用户首次与AI交互时(会话开始时,这是强制性的初始化步骤,无论用户的第一个问题是什么),AI必须立即执行以下步骤:**
|
|
8
|
+
**MUST 在开始任何开发工作前,AI必须按顺序完成以下步骤:禁止跳过任何一步,读完全部 4 个文档后才能开始开发。**
|
|
8
9
|
|
|
9
10
|
1. **MUST READ** [前端规范](dist/standards/README.md) - 命名、代码风格、Git规范
|
|
10
11
|
2. **MUST READ** [布局规则](dist/layouts/README.md) - 确定布局规则
|
|
11
12
|
3. **MUST READ** [样式主题](dist/styles/README.md) - 选择并配置主题
|
|
12
13
|
4. **MUST READ** [组件库](dist/components/README.md) - 了解可用组件
|
|
13
14
|
|
|
14
|
-
**禁止跳过任何一步,读完全部 4 个文档后才能开始开发。**
|
|
15
|
-
|
|
16
15
|
### AI开发流程
|
|
17
16
|
|
|
18
17
|
**重要:在开发新页面前,AI必须主动完成以下确认步骤**
|