Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.44 KB

File metadata and controls

49 lines (38 loc) · 1.44 KB

Roadmap / 发展路线图

v0.1.0-alpha (当前) / Current

  • ✅ specs/ 四个 JSON Schema
  • ✅ core/skill-mapping.json
  • ✅ core/runtime-contracts.md
  • ✅ docs/architecture.md
  • ✅ docs/overview.md
  • ✅ docs/capability-groups.md
  • ✅ runtimes/python/ MVP
  • ✅ runtimes/nodejs/ skeleton
  • ✅ CHANGELOG.md
  • ✅ scripts/validate-all.py

v1.0.0-core (计划) / Planned

Stage 0 (完成) ✅

  • specs/ 四个 schema 完成并可校验
  • docs/architecture.md 完成
  • core/skill-mapping.json 完成
  • README.md 完成

Stage 1 (进行中) 🔄

  • Python orchestrator 可跑 workflow demo
  • Node.js CLI 至少 3 个命令可用
  • examples/ 至少 2 条链路可演示
  • scripts/validate-all.py 可做基础校验

Stage 2 (计划) 📅

  • Rust validator 可校验 manifest/workflow/permission
  • clex-check 和 clex-scan 能输出可读错误信息

Stage 3 (计划) 📅

  • Go worker 可执行最小 worker pool 模型
  • 能与 Python orchestrator 通过 JSON/HTTP 对接

Release Plan / 发布计划

Version Status Description
v0.1.0-alpha 🚧 In progress Specs + Python MVP + Node.js skeleton
v1.0.0-core 📅 Planned Full Core Edition (all stages 0-3)
v1.1.0-extended 📅 Planned Extended Edition
v2.0.0-local 📅 Planned Local/Private Edition

Feedback & Contributing / 反馈与贡献

欢迎提 Issue 和 PR!