fix: replace stale 'bd mail' references with 'gt mail'

- docs/architecture.md: update mail routing explanation
- internal/witness/manager.go: fix actual bd mail calls to gt mail
- internal/cmd/mail.go: remove stale compatibility note
- internal/daemon/lifecycle.go: update comment
This commit is contained in:
Steve Yegge
2025-12-21 10:44:20 -08:00
parent f3afa149a5
commit 5ee9bb13c8
4 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ func (d *Daemon) ProcessLifecycleRequests() {
output, err := cmd.Output()
if err != nil {
// bd mail might not be available or inbox empty
// gt mail might not be available or inbox empty
return
}