feat(canon): M1.3 enroll all 21 used-recipes as data-warm canonicals (§2.B)
All checks were successful
continuous-integration/drone/push Build is passing

WARM_CANONICAL=True added to every recipe in cc-ci-plan/used-recipes.md (20 weekly +
uptime-kuma external). enrolled_recipes() now returns all 21. Test fixtures
(custom-html-*-bad, concurrency, regression) intentionally left unenrolled.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-17 06:35:30 +00:00
parent 27e06289f8
commit 136100f610
20 changed files with 90 additions and 0 deletions

View File

@ -14,3 +14,7 @@ HTTP_TIMEOUT = 600
# register endpoint via `exec_in_app` (curl localhost from inside the container) — that path
# bypasses the public router and does NOT require ENABLE_REGISTRATION to be true.
EXTRA_ENV = {"TIMEOUT": "900"}
# canon §2.B: enroll as a DATA-WARM canonical (all recipes enrolled — operator 2026-06-17).
# The weekly sweep promotes this recipe's canonical to its latest green RELEASE TAG.
WARM_CANONICAL = True