ai-front-base 0.2.0 → 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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,14 +2,15 @@
2
2
 
3
3
  企业级PC端AI组件库
4
4
 
5
- ## 🤖 AI开发者必读
5
+ ### 🚨 AI开发强制流程
6
6
 
7
- ### 开发前必读文档(按顺序)
7
+ **MUST 当用户首次与AI交互时(会话开始时,这是强制性的初始化步骤,无论用户的第一个问题是什么),AI必须立即执行以下步骤:**
8
+ **MUST 在开始任何开发工作前,AI必须按顺序完成以下步骤:禁止跳过任何一步,读完全部 4 个文档后才能开始开发。**
8
9
 
9
- 1. **[前端规范](dist/standards/README.md)** - 必读,了解命名、代码风格、Git规范
10
- 2. **[布局规则](dist/layouts/README.md)** - 必读,确定业务系统遵守的布局规则
11
- 3. **[样式主题](dist/styles/README.md)** - 必读,选择并配置主题
12
- 4. **[组件库](dist/components/README.md)** - 查看组件列表,按需查看各组件的types.ts了解用法
10
+ 1. **MUST READ** [前端规范](dist/standards/README.md) - 命名、代码风格、Git规范
11
+ 2. **MUST READ** [布局规则](dist/layouts/README.md) - 确定布局规则
12
+ 3. **MUST READ** [样式主题](dist/styles/README.md) - 选择并配置主题
13
+ 4. **MUST READ** [组件库](dist/components/README.md) - 了解可用组件
13
14
 
14
15
  ### AI开发流程
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-front-base",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "企业级PC端AI组件库 - 基于Vue3和Element Plus",
5
5
  "license": "ISC",
6
6
  "type": "module",