refactor: 调整项目目录结构#182
Open
hqwlkj wants to merge 5 commits into
Open
Conversation
- 扩展 skill-digester 的 description 以覆盖技能安装和消化两大功能 - 细化消化技能的工作流步骤,增加更多操作细节和示例命令 - 新增安装 Agent Skill 工作流,规范安装路径及用户交互方式 - 规范使用 AskUserQuestion 提问,涵盖语言选择、修改确认与安装范围选择 - 修正示例 JSON 格式,统一提问选项结构 - 强化技能识别与路径匹配规则,避免误修改及覆盖风险 - 升级包版本号至 0.1.31,并统一项目包名为 @vegamo/deepcode
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.
Deep Code 项目结构说明
目录结构
核心包 (
packages/core)包名:
@vegamo/deepcode-core版本: 0.1.31
职责: LLM 会话管理、工具执行、共享工具库
源码结构
主要依赖
openai- OpenAI API SDKzod- 数据验证ejs- 模板引擎chalk- 终端颜色CLI 应用 (
packages/cli)包名:
@vegamo/deepcode-cli版本: 0.1.31
职责: 终端交互界面,基于 React (Ink) 构建
源码结构
主要依赖
ink- React 终端渲染框架react- UI 框架gradient-string- 渐变文本VSCode 扩展 (
packages/vscode-ide-companion)包名:
deepcode-vscode版本: 0.1.22
发布者: vegamo
职责: VSCode 编辑器集成
源码结构
功能特性
文档目录 (
docs/)构建脚本 (
scripts/)NPM Scripts
版本信息
@vegamo/deepcode-core@vegamo/deepcode-clideepcode-vscode