feat(agent): add AGENTS.md (another version)#2939
Open
pynickle wants to merge 1 commit into
Open
Conversation
审查者指南新增 AGENTS.md,这是一个项目知识库和 AI 使用指南,记录了解决方案结构、生命周期、编码规范、CI/构建配置、贡献规则,以及 AI 辅助开发的运行边界。 AGENTS.md 中的应用生命周期状态图stateDiagram-v2
[*] --> BeforeLoading
BeforeLoading --> Loading
Loading --> Loaded
Loaded --> WindowCreating
WindowCreating --> WindowCreated
WindowCreated --> Running
Running --> Closing
Closing --> Exiting
Exiting --> [*]
文件级变更
提示与命令与 Sourcery 交互
自定义你的使用体验访问你的控制面板 以:
获取帮助Original review guide in EnglishReviewer's GuideAdds AGENTS.md, a project knowledge base and AI usage guide that documents solution structure, lifecycle, coding standards, CI/build setup, contribution rules, and operational boundaries for AI-assisted development. State diagram for application lifecycle in AGENTS.mdstateDiagram-v2
[*] --> BeforeLoading
BeforeLoading --> Loading
Loading --> Loaded
Loaded --> WindowCreating
WindowCreating --> WindowCreated
WindowCreated --> Running
Running --> Closing
Closing --> Exiting
Exiting --> [*]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
另开一个,对比一下吧(x
由 Sourcery 提供的摘要
添加
AGENTS.md知识库,描述项目架构、工作流,以及支持 AI 辅助开发的防护栏。文档:
AGENTS.md中记录启动器(launcher)的项目结构、构建和 CI 设置,以及关键生命周期概念。AGENTS.md中为贡献者定义编码约定、分支和提交规范,以及针对 AI 生成代码的相关策略。Original summary in English
Summary by Sourcery
Add an AGENTS.md knowledge base describing project architecture, workflows, and guardrails for AI-assisted development.
Documentation: