@marktowin/prototype-core 1.0.11 → 1.1.0

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 CHANGED
@@ -23,6 +23,10 @@ void mountPrototypeApp({
23
23
 
24
24
  完整接入方式见 `examples/basic`。默认关闭访问认证并使用本地协作模式;需要云端协作时通过 `runtimeConfig` 显式注入配置。
25
25
 
26
+ 人或 AI 在消费者项目中执行接入、新建页面、状态、流程、页面描述、协作配置与验收时,统一参照 [消费者原型实施操作手册](https://github.com/MarkTina/prototype-core/blob/main/AI-PROTOTYPE-GUIDE.md) 的“触发词 → 标准动作 → 完成判定”流程。
27
+
28
+ 已挂载内核的应用可直接访问 `#/prototype-core-help` 阅读并复制同一份手册;该帮助路由只包含公开通用规则,不读取消费者业务数据。
29
+
26
30
  数据源面板会根据 `runtimeConfig` 检查 Gitee、OSS、原型访问和 Bug 删除密码是否齐全。部署变量不能在浏览器中直接读取,消费者只能传入是否存在,禁止传入真实值:
27
31
 
28
32
  ```ts