Fix #1763: feat: 添加harness工程规范#1835
Closed
Memtensor-AI wants to merge 1 commit into
Closed
Conversation
Adds a root-level CLAUDE.md that documents how AI coding harnesses (Claude Code, Codex, Cursor, OpenHands, ...) should work in this repo: project overview, common make targets, branching/commit/PR rules, ruff/typing/docstring conventions, testing expectations, and harness-specific guardrails (no --no-verify, no amends, no scope creep, no secret commits). AGENTS.md is added as a thin alias so non-Claude harnesses that look for AGENTS.md by convention land on the same spec. Closes #1763
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.
Description
新增根目录 CLAUDE.md(harness 工程规范) + AGENTS.md(别名),覆盖项目概览、make 命令、分支/提交/PR 约定、ruff/typing/docstring 风格、测试规范、以及面向 AI 代理的 guardrails(禁止 --no-verify / amend / 越权改动 / 提交密钥)。共新增 2 文件 301 行,未触碰任何代码逻辑,CI 行为不变。
Related Issue (Required): Fixes #1763
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Not run; documentation-only change.
Checklist
@CarltonXiang, @syzsunshine219 please review this PR.
Reviewer Checklist