feat: define browser domain and application contracts

This commit is contained in:
QiuSW
2026-07-22 14:53:39 +08:00
parent f8aaaeda21
commit a5260496f3
7 changed files with 255 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
| ID | 任务 | 依赖 | 状态 |
| --- | --- | --- | --- |
| T-001 | 建立 Go module、命令入口、日志和测试基座 | - | TODO |
| T-002 | 固化 BrowserDefinition、LaunchSpec、错误和事件合约 | T-001 | TODO |
| T-002 | 固化 BrowserDefinition、LaunchSpec、错误和事件合约 | T-001 | DONE |
| T-003 | 实现可测试的参数构造和 Chrome/Edge 发现 | T-002 | TODO |
## Phase 1:进程核心