mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 06:02:46 +00:00
docs: update PRD and progress for US-034
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e9a55e5299
commit
97b5e715f2
2 changed files with 24 additions and 3 deletions
|
|
@ -542,7 +542,7 @@
|
|||
"Typecheck passes"
|
||||
],
|
||||
"priority": 33,
|
||||
"passes": false,
|
||||
"passes": true,
|
||||
"notes": "Spec section 3.1 says defaults are 1280x720 but browser_runtime.rs uses 1440x900."
|
||||
},
|
||||
{
|
||||
|
|
@ -557,8 +557,8 @@
|
|||
"Typecheck passes"
|
||||
],
|
||||
"priority": 34,
|
||||
"passes": false,
|
||||
"notes": "Currently BrowserRuntime checks DesktopRuntime before starting, but DesktopRuntime does not check BrowserRuntime. This is a one-sided guard."
|
||||
"passes": true,
|
||||
"notes": "Used OnceLock<Arc<BrowserRuntime>> in DesktopRuntime to break the circular construction dependency. set_browser_runtime() called in router.rs after both runtimes are created. Check mirrors BrowserRuntime's pattern: check before acquiring state lock, return 409."
|
||||
},
|
||||
{
|
||||
"id": "US-035",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue