From 7f90c8f5c8a9714cf3f567ff8b531ed431aa459c Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 21:13:06 +0000 Subject: [PATCH] Record code-server install start split decision --- Codex/Agent/DECISIONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Codex/Agent/DECISIONS.md b/Codex/Agent/DECISIONS.md index 44d7147..7ad6ca0 100644 --- a/Codex/Agent/DECISIONS.md +++ b/Codex/Agent/DECISIONS.md @@ -12,6 +12,8 @@ - requested code-server is desired Agent state for dev containers, not only a manual endpoint action. - if `enable_code_server` is true or `addons` includes `codeserver`, dev provisioning should ensure code-server is installed, running, and verifiable. - manual code-server start/stop/restart endpoints remain operational controls, but initial provisioning should not require a separate manual start call. +- code-server install/config and service start should remain separate paths: manual start must not rerun the installer script. +- code-server config should omit empty `proxy-domain`; an empty value causes code-server to exit on startup. ## Backup-specific - current local game backup scope is Minecraft only.