🚀 feat: 拆分 Flow2Spec Core 与 CLI workspace - #34
Merged
Conversation
- 提取共享 Core API、资源和 native-host 初始化模式\n- 保持 CLI 兼容并补齐 workspace 测试与双包发布流程\n- 为后续 DeepSeek Harness 原生插件提供稳定依赖边界
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
@double-coding/flow2spec-core,承载初始化、知识库、路由、协作、Doctor 和资源发现能力。@double-coding/flow2spec调整为兼容 CLI 薄适配层,普通用户继续使用原有npx ... init流程。native-host初始化模式,为 DeepSeek Harness 原生插件提供共享项目层能力。用户影响
普通用户无需区分 Core 和 CLI,继续安装
@double-coding/flow2spec即可;Core 会作为 CLI 依赖自动安装。Core 主要供 CLI 和未来原生插件复用。验证
npm install --ignore-scriptsnpm testnpm run test:corenpm run pack:checknode scripts/test-package-install.jsgit diff --check发布说明
合并后使用统一版本 Tag 创建 Release。发布工作流会先发布
@double-coding/flow2spec-core,再发布@double-coding/flow2spec。