diff --git a/Codex/Agent/DECISIONS.md b/Codex/Agent/DECISIONS.md index c301a26..44d7147 100644 --- a/Codex/Agent/DECISIONS.md +++ b/Codex/Agent/DECISIONS.md @@ -1,4 +1,4 @@ -# Agent — Decisions +# Agent - Decisions ## Settled - semantic readiness is real workload readiness, not mere process liveness. @@ -8,6 +8,11 @@ - PBS / platform backups are a separate durability/disaster-recovery layer. - do not conflate app-aware rollback backups with infra/offsite backup strategy. +## Dev container / code-server +- 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. + ## Backup-specific - current local game backup scope is Minecraft only. - pre-restore checkpoint is the first restore-safety hardening step.