From 75a68842db2cbeb08c7d05a0f79ca761e249900c Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 23 Jun 2026 21:19:58 +0200 Subject: [PATCH] post: commit f23c503 in bojemoi --- .../commits/2026-06-23-commit-f23c503.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-06-23-commit-f23c503.md diff --git a/content/posts/commits/2026-06-23-commit-f23c503.md b/content/posts/commits/2026-06-23-commit-f23c503.md new file mode 100644 index 0000000..1693afc --- /dev/null +++ b/content/posts/commits/2026-06-23-commit-f23c503.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] feat(claude): monthly-review — analyse mensuelle du code via Claude API" +date: 2026-06-23T21:19:58+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit f23c503 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `f23c503` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `f23c503805942ad679ebd03b30905f876f0285ac` | + + +### Description + +- state.json : queue de 25 fichiers (Python workers d'abord, puis YAML, + puis scripts bash) avec suivi des fichiers déjà traités +- monthly-review.sh : lance le container claude-code existant en mode + --print sur le prochain fichier de la queue, génère un post Hugo, + commit dans blog-repo + met à jour state.json +- Cron mensuel ajouté sur meta-76 : 0 9 1 * * + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A claude/monthly-review.sh +A claude/state.json +``` + +### Diff Summary + +``` + claude/monthly-review.sh | 141 +++++++++++++++++++++++++++++++++++++++++++++++ + claude/state.json | 31 +++++++++++ + 2 files changed, 172 insertions(+) +```