Update Agent current state for code-server provisioning

This commit is contained in:
jester 2026-04-16 20:27:37 +00:00
parent 718ba24887
commit e96f948d20

View File

@ -1,4 +1,4 @@
# Agent Current State
# Agent - Current State
This file records what is believed to be implemented now.
@ -29,6 +29,13 @@ This file records what is believed to be implemented now.
- runtime installs are artifact-backed.
- dev user/workspace model exists.
- code-server install/start baseline exists.
- dev provisioning treats requested code-server as desired state when either `enable_code_server` is true or `addons` contains `codeserver`.
- dev `ensureProvisioned` installs code-server if missing, starts it if stopped, verifies it, and fails if it does not stay running.
- code-server controls exist as POST endpoints:
- `/dev/codeserver/start`
- `/dev/codeserver/stop`
- `/dev/codeserver/restart`
- `/status` reports code-server installed/running state for enabled dev containers.
## Important boundary
- agent does not own remote/offsite backup syncing.