refactor: localize UI labels and store filenames

This commit is contained in:
Marcel Peterkau
2026-06-21 18:25:58 +02:00
parent 80d4d5ef90
commit e7962f77e1
9 changed files with 87 additions and 29 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ On first start, select or create the central member-store directory. The
```text
member-store/
├── repository.json
├── hausmeister.json
├── housekeeper.json
├── rules/
└── members/
└── <uuid>/
@@ -57,7 +57,7 @@ Store rules are trusted executable Python code. Only place reviewed rules from
trusted sources in this directory. Rules return structured `RuleAction` objects;
CCMA performs all file writes, duplicate checks, audit events, and atomic updates.
`hausmeister.json` is written only after a complete run. Each refreshed task gets
`housekeeper.json` is written only after a complete run. Each refreshed task gets
the pending run ID. A failed run therefore cannot advance the stored counter or
silently resolve existing tasks.