2c3d006f05
The upstream NIP draft for kind:34551 community rules (nostr-protocol/nips#2331) was renumbered from 9A to 9B per maintainer feedback that slot 9a is already claimed by the push-notifications draft (nostr-protocol/nips#2194): https://github.com/nostr-protocol/nips/pull/2331#issuecomment-4442813289 This commit updates all human-readable references in the merged community-rules code: - 7 Kotlin files in quartz (CommunityRulesEvent, CommunityRulesValidator, 5 tag classes) — Kdoc comments - 13 Kotlin files in amethyst (composer, feed filter, rules editor, Account, AccountSettings, tests) — code comments + Kdoc - 1 English strings file (values/strings.xml) — 2 user-facing strings - 54 translation strings files (values-*-r*/strings.xml) — same two strings, untranslated "NIP-9A" token replaced with "NIP-9B" Kind number (34551), schema, tag names, and behaviour are unchanged. No public API or DTO field renames. Pure docs/strings. Verified: :quartz:spotlessCheck, :amethyst:spotlessCheck, :commons:spotlessCheck all clean.