feat: read and write the mairie status carried by CATEGORIES

Two pure modules: statut-mairie.js (string[] -> string[] status logic) and
ics-categories.js, which rewrites CATEGORIES in an iCalendar resource behind a
structural guard: nothing is written if anything but CATEGORIES changed.
This commit is contained in:
Pierre Martin
2026-08-13 16:50:16 +02:00
parent d741d248d9
commit 3248b28e1f
5 changed files with 521 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
# Dépendances de dev (Bun)
node_modules/
# Config locale (organisateur, email)
config.local.json
# Config locale : organisateur/email (config.local.json) ET outillage de session
# (.claude/settings.local.json, régénéré par tâche). Motif générique : la
# convention *.local.json vaut pour tout ce qui ne concerne que cette machine.
*.local.json
# Secrets
.env