Record Agent code-server provisioning decision

This commit is contained in:
jester 2026-04-16 20:28:05 +00:00
parent 75cf7d0209
commit 33093fb3c4

View File

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