check-group-layer
| Version | 2026.182.0440 |
| Repo | superproject |
Drop /etc/check-group-marker in the filesystem it is deployed into.
The deployable member of the check-group R10 bed (C2-group — the externalized group
structural kind): a kind:local layer whose write: step lands a marker asserted by a
check authored on the DEPLOY NODE’S plan (a composed candy’s plan: never reaches a
deploy-scope check runner, so a check authored here would never run at deploy scope).
The bed deploys this member INSIDE its disposable eval VM, so the marker lands in the
guest, never on the operator’s host. A DEDICATED marker path (not check-local’s /
check-structkind’s) so the beds never collide when /verify-beds fans them out
concurrently.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
write=/etc/check-group-marker |
check |
the check-group marker file is present at /etc/check-group-marker |
check |
the marker records the check-group version stamp “check-group v1” |
check |
command=test -f /etc/check-group-marker |