docs(agents): 完善自动化开发流程与验证证据规范 - #1393
Merged
Merged
Conversation
Contributor
|
在原提交基础上追加了几个修改,说明如下: 1. 证据规则去重(
2. xpack 侧 env 文件边界(
3. 发布顺序补 lock 语义(
另外两项评审意见的处理结果:「必测场景按入口选择 + 说明未覆盖风险」维持本 PR 原版(已确认);xpack 版本提升策略已按发布链重写并在 xpack 仓库 PR 中同步。 |
Contributor
|
补充一处措辞修正(24a86337):「新增测试约定」中关于外部依赖的表述改为先说明允许、再说明边界——单元/守卫测试保持离线可重复;确实需要真实 LLM、外部数据库或互联网的用例,按「集成与产品验收」规范编写并单独显式运行,不进入默认收集。避免把「默认离线」误读为整体禁止。 |
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.
变更
补齐 AI 自动化开发规范中缺少的任务开始、验收证据和交付边界,避免将环境错误当作修复成功、为通过测试削弱守卫或覆盖用户已有改动。
规范描述的是应满足的要求,不宣称已有实现已全部满足。仅修改 6 份文档,不修改业务代码或工作流。
验证
4d5950c0,复用现有 Python 3.11 环境并显式指定本 worktree 的 backend 导入路径。git diff --check通过。