flare-chat-core 0.2.8 → 0.2.10
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 +8 -4
- package/dist/index.js +5236 -3465
- 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
|
-
|
|
26
|
+
1. `npm run build`
|
|
27
|
+
|
|
28
|
+
## 本地启动
|
|
27
29
|
|
|
28
30
|
1. `npm run dev`
|
|
29
31
|
2. `npm run dev:real`
|
|
30
|
-
|
|
31
|
-
|
|
32
|
+
|
|
33
|
+
## Public entry
|
|
34
|
+
|
|
35
|
+
`src/index.js` 只暴露稳定 App 入口,不重新导出 `state`、`orchestration`、`adapters`、`contracts` 内部层。
|
|
32
36
|
|
|
33
37
|
## 运行模式与调试开关(Core)
|
|
34
38
|
|