Conversation
- 新增功能: 添加项目贡献流程文档 * 创建 `CONTRIBUTING_ZH.md` 和 `CONTRIBUTING.md` 文件 * 包含法律声明,明确禁止自动化滥用及责任归属 * 定义 Issue 与 Pull Request 提交规范(要求中英双语) - 重构优化: 规范开发环境与代码风格 * 指定 Python >= 3.14 及 Node.js 依赖环境 * 集成 Ruff, Prettier, Markdown lint 及全角字符检查脚本 * 配置 `.prettierrc.yml`, `ruff.toml`, `.markdownlint.yml` 规则 - 文档更新: 详解提交规范与架构设计 * 遵循 Conventional Commits 规范,定义 type 与 scope 枚举 * 说明 `ToolRegistry`, `Workspace`, `BaseTool` 核心概念及两阶段提交机制 * 提供新工具开发步骤:继承 `BaseTool`, 路径验证 (`PathValidator`) 及注册流程
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.
CONTRIBUTING_ZH.md和CONTRIBUTING.md文件.prettierrc.yml,ruff.toml,.markdownlint.yml规则ToolRegistry,Workspace,BaseTool核心概念及两阶段提交机制BaseTool, 路径验证 (PathValidator) 及注册流程