feat: checkpoint fixed-workspace admission and Roslyn isolation WIP - #37
Open
linnnn89 wants to merge 1 commit into
Open
feat: checkpoint fixed-workspace admission and Roslyn isolation WIP#37linnnn89 wants to merge 1 commit into
linnnn89 wants to merge 1 commit into
Conversation
linnnn89
marked this pull request as ready for review
September 10, 2026 14:32
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.
同一 MCP 连接切换工作区会破坏热 Host 与调用归属;同项目的多个 Roslyn Host 并发冷加载还会竞争 MSBuild 生成文件。本 PR 保存固定工作区、有界请求准入与资源归属修复,以及尚待正式验收的私有设计时输出实现。
这是 2026-09-10 晚间交接草稿,当前最终源码尚未完成构建与全链路验证,不可合并。 源码版本为 0.15.0,未发布。
已有验收的基础改动
N4 进行中的实现
实际验证及边界
node node_modules/tsx/dist/cli.mjs --test tests/design-time-artifacts.test.ts tests/roslyn-contracts.test.ts:23/23 通过历史失败保留于工作日志,不改写为通过。原始 test-tmp 报告只保留本机,不随公共 PR 上传;日志中的本地报告链接不是远端可下载验证包。
2026-09-11 待办
npm run check,生成并核对新交付身份。node scripts/verify-multi-agent.mjs真正 A/B/A 三 Host 同时冷启动;验证 C#、项目图、WPF、自定义目录、嵌套根、不同配置和外部构建。详细交接:工作日志最后一节;下一轮计划的“2026-09-11 恢复顺序”。README、CHANGELOG、架构与路线图已同步 WIP 状态。今晚按用户要求停止开发,无合并或发布。