Files
LWLT-AI/archive/handoff/2026-07-12/legacy-erp-handoff/docs/erp-skill-packages/package-manifest.md
2026-07-13 19:57:46 +08:00

26 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Skill + Script 交接包内容清单
## 包含内容
- skills/8 个 Codex Skill 包及其 references、fixture、Skill 元数据。
- scripts/:任务校验、统一 runner、创建/更新/导出薄封装。
- tools/:现有 ERP dispatcher、adapter、executor、browser/API、审计、registry、session 和测试代码。
- config/erp-deployment.example.json可移植示例配置不包含真实授权。
- docs/erp-skill-packages/:整体说明、完整交接、业务文档、模板和本清单。
- docs/superpowers/:本次打包设计规范与实现计划。
- package.json、package-lock.json、README.md、docs/README.md项目入口和依赖说明。
## 明确排除
- node_modules/:依赖体积过大,按 package-lock.json 安装。
- runtime/、tmp/、output/、diagnostics/:浏览器 profile、audit、日志、生成物和运行时状态。
- .project-docs/ 全量历史记忆:其中可能包含历史订单编号和内部运行证据;必要证据已写入完整交接文档。
- 真实 config、密码、cookie、白名单和 ERP 登录状态。
## 使用起点
1. 先读 docs/erp-skill-packages/overall-overview.md。
2. 再读 docs/erp-skill-packages/complete-handoff.md 和对应 business 文档。
3. 默认执行 validate_erp_task.js 和 run_erp_task.js --mode dry-run。
4. 真实 ERP 执行必须重新检查本地配置、登录、授权、重复保护和 ERP 回查。