--- title: "[bojemoi] feat(borodino): MODE_DEBUG unifié sur ak47 et bm12" date: 2026-04-26T19:01:43+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 0e0d397 par Betty dans bojemoi" author: "Betty" --- ## Commit `0e0d397` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `0e0d397b4b2882d45cedd6e95827d5f21678053a` | ### Description ak47 (ash): branche MODE_DEBUG=true → scan direct des IPs de host_debug (pas de CIDR ip2location), boucle continue avec reboucle après 60s. bm12 (python): renomme DEBUG_MODE → MODE_DEBUG (même format bool que uzi), reboucle en continu (reset index) au lieu de sortir quand liste épuisée. stack/40: remplace DEBUG_MODE=0 par MODE_DEBUG=true pour ak47, bm12 et uzi (mode test contre les VMs orchestrateur); MODE_DEBUG=false dans le template. Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_ak47 M borodino/thearm_bm12 M stack/40-service-borodino.yml ``` ### Diff Summary ``` borodino/thearm_ak47 | 26 +++++++++++++++++++++++++- borodino/thearm_bm12 | 13 ++++++++----- stack/40-service-borodino.yml | 8 ++++---- 3 files changed, 37 insertions(+), 10 deletions(-) ```