1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/// Acknowledgement workflows for ack-required mailbox messages.
/// Public agent-address parsing and normalization helpers.
/// Mailbox cleanup workflows for read and acknowledged messages.
/// Internal configuration discovery and resolution helpers.
pub
/// Doctor-report types and health checks for the CLI surface.
/// Shared ATM error types and recovery-oriented error helpers.
/// Stable ATM-owned error-code registry used by core and CLI layers.
/// Public ATM home and team-path resolution helpers.
/// Internal identity resolution and hook lookup helpers.
pub
/// Log query and filtering types for the CLI log surface.
/// Internal mailbox persistence and parsing helpers.
pub
/// Internal model-registry plumbing reserved for follow-on work.
pub
/// Observability adapter traits and event payload types.
/// Internal atomic persistence helpers for shared mutable state files.
pub
/// Internal process-liveness helpers shared across lock implementations.
pub
/// Mailbox read/query workflows and output models.
/// Public mailbox and team schema types shared with CLI tests and adapters.
/// Mailbox send workflows and request/response models.
/// Retained local team discovery, roster repair, and backup/restore workflows.
/// Internal text-formatting helpers used by ATM core surfaces.
pub
/// Shared enums and semantic newtypes used across ATM core workflows.
/// Internal ATM-owned workflow-state helpers shared across mailbox services.
pub