docs: 添加 AGENTS 指南#95
Draft
MRNIU wants to merge 1 commit intodrivercraft:mainfrom
Draft
Conversation
为仓库和各 workspace 成员补充 AGENTS.md,明确 AI 辅助改动时应遵循的项目边界。 - 根目录记录项目结构、依赖与工具、提交、验证和文档约定。 - 子项目记录各 crate 与 web UI 的局部规则和验证入口。 - 避免引入仓库未声明的环境假设,缺少工具时要求如实说明。
This was referenced May 6, 2026
Closed
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.
摘要
AGENTS.md,记录 AI 辅助改动时需要遵循的项目边界。ostool-server/webui增加局部AGENTS.md。社区问题
这个 PR 提议通过
AGENTS.md记录 AI 辅助开发时的协作约定。社区是否接受这种 AI 驱动的开发模式,以及把相关约定放在AGENTS.md中?如果社区更倾向于其他位置、措辞、语言或范围,这个 draft PR 先作为讨论入口;确认方向后再标记为 ready。
Review 说明
ostool-server指南明确说明cargo test -p ostool-server可能会通过build.rs调用 pnpm;工具不可用时应说明跳过,而不是改变工具来源或提交生成产物来掩盖差异。feature/...风格。验证