# F∆I Judge — Ch∆In module store Module store index for the F∆I Judge capabilities. Independent store; add it to a Ch∆In installation with: ```bash chain store add Judge https://git.flemming.ai/chain-modules/judge/raw/branch/main/store.yaml ``` ## Modules | Capability | Version | Notes | |---|---|---| | `text.anonymize.legal-de` | 0.1.0 | NER anonymization of German legal texts (JuraNER model by Harshil Darji, MIT). Requires the `judge-ner` host service (Docker) — see the MODULE.md inside the bundle. | ## Publish flow Bundles are packed locally with `chain pack`, sha256 hashes are mirrored in `SHA256.txt`, and publishing is a plain `git push` of `store.yaml` + `bundles/*.chain` to `main`. Bundles are unsigned for now (same policy as the Recl∆Im store).