docs(audit): apply global term/path substitutions across living docs

This commit is contained in:
Joseph Doherty
2026-06-03 15:50:13 -04:00
parent a60c1e3f66
commit f84e0c3474
16 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ library, CLI, and tests.
## Packages
- Use lowercase package names under `com.dohertylan.mxgateway`.
- Use lowercase package names under `com.zb.mom.ww.mxgateway`.
- Keep client library code separate from CLI code.
- Keep generated protobuf classes in a generated package.
- Do not expose implementation-only transport helpers as public API.