W1.2: enrolled custom-html (recipe_meta.WARM_CANONICAL); live proof ALL PASS (seed canonical → idle-with-volume-retained → re-warm → marker survived). WC2 (registry+data-warm model) + WC3 (snapshot+restore) proven. 61 unit pass. custom-html now the first real data-warm canonical (idle). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
473 B
Python
8 lines
473 B
Python
# Per-recipe harness config for custom-html. (Previously none — all defaults; still all defaults
|
|
# except the Phase-2w enrollment flag below.)
|
|
#
|
|
# Phase 2w / WC2: enroll custom-html as a DATA-WARM canonical (simplest stateful recipe: nginx serving
|
|
# a single `content` volume, no external DB). The canonical lives at warm-custom-html.ci...; idle =
|
|
# undeployed with its content volume retained, re-warmed on demand. See runner/harness/canonical.py.
|
|
WARM_CANONICAL = True
|