mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 03:04:52 +02:00
refactor: localize UI labels and store filenames
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user