--- title: "[borodino] feat(campagnewp): add WordPress campaign worker service" date: 2026-07-10T16:52:50+02:00 draft: false tags: ["commit", "borodino", "main"] categories: ["Git Activity"] summary: "Commit d12f3e6 par Claude Code dans borodino" author: "Claude Code" --- ## Commit `d12f3e6` | | | |---|---| | **Repository** | borodino | | **Branch** | `main` | | **Author** | Claude Code | | **Hash** | `d12f3e630921d165575a6d50efe02da9ffc3c07e` | ### Description - thearm_campagnewp: new worker consuming pentest:campagnewp_queue, attempts WP account creation via REST API, XML-RPC, and registration form - Dockerfile.borodino: include thearm_campagnewp - stack/40-service-borodino.yml: campagnewp-service (3 replicas) Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M Dockerfile.borodino M stack/40-service-borodino.yml A thearm_campagnewp ``` ### Diff Summary ``` Dockerfile.borodino | 1 + stack/40-service-borodino.yml | 29 ++++ thearm_campagnewp | 314 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 344 insertions(+) ```