Conversation
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.
用户指令概要
dev的 PR。改动内容
threadmill-*invocation MCP client;demo-project回退和乐观造图,拒绝陈旧 revision/cursor 投影。held;released只能来自 Runtime 认证的stop_release边界,GUI 不提供绕过后端协议的直接 resume/release 能力。影响面
third_party/agentteams/qwenpaw有一处受回归测试保护的定向修复,并已构建成独立本地 worker 镜像,通过 AgentTeams Worker CR 持久部署到 phase-a/b/c。验证结果
THREADMILL_TEST_DATABASE_URL=... THREADMILL_PG_TEST_DSN=... go test ./... -count=1,全仓通过。go vet ./...:通过。npm --prefix web test -- --run:4 个测试文件、8 条测试全部通过。npm --prefix web run format:check:通过。npm --prefix web run build:通过;仅有约 526 kB 单 chunk 的非阻塞提示。endpoint.updated × 3,最后收到graph.revision;mcp_server_count=0更新后仍保留 invocation MCP,真实调用context.listSubgraphs成功。git diff --check:通过;工作区无内容差异,仅 Windows 行尾 stat 提示。风险与回滚
Agent 自主设计与假设
graph.revision作为一组可见事件的最后提交信号;endpoint/invocation 事件先幂等写入,核心事务失败时不发布最终 revision。threadmill-[0-9a-f]{24}的 QwenPaw MCP key,其他 managed MCP 仍按原更新策略清理。held;没有把被后端拒绝的普通released/resume包装成成功。dev。