完善项目稳定性与端到端验证 - #17
Merged
Merged
Conversation
diputs18
marked this pull request as ready for review
July 26, 2026 08:47
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 调用和浏览器级 UI 验证方面缺少完整闭环。本次变更补齐这些边界,使竞赛演示和研究原型在异常恢复、状态一致性和端到端验证方面更稳定。
Dashboard 仍以 PC 端为目标,浏览器测试覆盖 1366×768 和 1920×1080;未增加移动端维护范围。
验证
提交范围
实验输出、临时文件、SQLite 数据库、日志、node_modules 和 Playwright 结果均由 .gitignore 排除,未进入本 PR。