flare-chat-core 0.2.8 → 0.2.9

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 (3) hide show
  1. package/README.md +8 -4
  2. package/dist/index.js +5151 -3463
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -21,14 +21,18 @@ Chat 核心能力包。
21
21
  3. `docs/CHAT-CORE-BOUNDARY.md`(引用型)
22
22
  4. `docs/CAPABILITY-INVENTORY.md`
23
23
 
24
- ## 开发运行
24
+ ## 构建
25
25
 
26
- 已移除 `playground/`,统一使用根入口:
26
+ 1. `npm run build`
27
+
28
+ ## 本地启动
27
29
 
28
30
  1. `npm run dev`
29
31
  2. `npm run dev:real`
30
- 3. `npm run build`
31
- 4. `npm run preview`
32
+
33
+ ## Public entry
34
+
35
+ `src/index.js` 只暴露稳定 App 入口,不重新导出 `state`、`orchestration`、`adapters`、`contracts` 内部层。
32
36
 
33
37
  ## 运行模式与调试开关(Core)
34
38