diff --git a/content/posts/commits/2026-07-07-commit-c768bdf.md b/content/posts/commits/2026-07-07-commit-c768bdf.md new file mode 100644 index 0000000..2f7ee5f --- /dev/null +++ b/content/posts/commits/2026-07-07-commit-c768bdf.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] feat(review): reset queue after exhaustion for continuous daily cycle" +date: 2026-07-07T17:06:56+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit c768bdf par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `c768bdf` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `c768bdf9c6b2782a764e679ecce5dc621a4a89d8` | + + +### Description + +Instead of stopping when the queue is empty, the script now resets +processed[] to [] so the cycle restarts from the first file the next day. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M claude/monthly-review.sh +``` + +### Diff Summary + +``` + claude/monthly-review.sh | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) +```