diff --git a/OPEN_THREADS.md b/OPEN_THREADS.md index 2b5b782..67dc06d 100644 --- a/OPEN_THREADS.md +++ b/OPEN_THREADS.md @@ -23,6 +23,8 @@ Keep this file short. - simplify and harden API `devProxy` - complete SSH / CF tunnel access path across platform, API, Agent, and Portal UX - add Portal SSH config snippet for power users +- resolve the dev console / shell workspace-boundary mismatch: current live validation shows hosted IDE and dev console work, but interactive shell traversal can still `cd ..` upward from `/home/dev/workspace` +- make docs and implementation agree on whether workspace scoping is file-API-only or true interactive-shell confinement ### Service discovery / launch validation - service discovery migration for remaining hot-path references @@ -67,6 +69,7 @@ Keep this file short. - `fabric` = plain Fabric jar delivery only - Forge / Neoforge first-start flow now avoids premature readiness gating, applies post-start property enforcement, and restarts through the readiness-aware path - current validation indicates Minecraft server creation succeeds across supported runtime variants +- current validation indicates dev container creation succeeds and hosted IDE access still works after the latest API/Portal runtime and cleanup passes ---