add-workflow
v0.1.0
Published
ADD 编程范式的编排层(orchestration)——add-coder 编排能力后续的搬迁目标。当前为占位包(placeholder),仅锁定包名与基础设施,正式编排能力将从 add-coder 逐步迁移至此。 The orchestration layer of the ADD programming paradigm — the future home of add-coder's orchestration capabilities. Currently a placeholder pack
Maintainers
Readme
add-workflow
ADD 编程范式的编排层(orchestration)占位包 / Placeholder for the ADD orchestration layer
状态 Status
占位包(placeholder) — 当前仅锁定包名与发布通道,不提供任何编排能力。
This package currently reserves the name add-workflow on npm. No orchestration capabilities are provided yet.
定位 Positioning
add-coder 是 ADD 编程范式的落地脚手架(AI 代码治理),其编排(orchestration)能力后续将搬迁至本仓库,形成:
| 包 | 职责 |
|---|---|
| add-coder | ADD 范式脚手架、实现层(Audit as Infrastructure) |
| add-workflow | 编排层(orchestration),承接 add-coder 的编排能力(规划中) |
安装 Install
npm install add-workflowimport addWorkflow from "add-workflow";
console.log(addWorkflow.status); // "placeholder"Roadmap
- [ ] 从 add-coder 迁入编排(orchestration)模块
- [ ] 定义编排契约与配置规范
- [ ] 正式能力发布(首个非占位版本)
