The action completed successfully. The receiving system responded with a valid result and no errors occurred.
Example: Admin → Server · ping → ok means Server's API responded healthy.
✓ success
Similar to ok — the action was received and processed. Used by some inter-system calls (like log_traffic) to confirm the write was accepted.
Example: ? → ALL · log_traffic → success means the traffic entry was written to comms.db.
✓ delivered
A message or directive was posted to the community inbox and confirmed as received by the target system. Not just sent — actually written and retrievable.
Example: ? → ALL · log_traffic → delivered means a cross-system message was confirmed in the inbox.
✗ error
The action failed. The receiving system either didn't respond, returned an error, or the request was malformed. Check Active Flags on the Monitor tab for detail.
Example: Admin → Health · ping → error means Health's API didn't respond during the sweep.
Traffic Action Types
ping
A health check — one system confirms another is alive and responding. Runs automatically during ping_sweep or at session open.
broadcast
A platform-wide message posted by one system to all others. Master [10] uses this to send directives. All systems pick it up at COMMS PICKUP during session open.
log_traffic
A record of an inter-system call being logged to comms.db. The "?" from-system means the log entry came from the platform itself (not a named system).
get_category_budget
Kitchen [80] requesting financial data from Finance [60] via the inter-system router. This is the router pattern in action — systems talking to each other.
The ? From-System
When you see "?" as the from-system, it means the traffic was logged by the platform infrastructure itself — not initiated by a named system. Usually internal comms.db writes or platform-level operations.
What This Feed Shows
This Traffic Log shows the last 20 inter-system calls across the entire platform. It updates every 30 seconds. Green checkmarks = healthy communication. Red X = failed call. The feed gives you a live picture of how your 11 systems are talking to each other.