tribal activity
Shows a reverse-chronological feed of all memory interactions, so you can see what agents and humans have been doing.
tribal activity [OPTIONS]Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
--limit, -n | Number of recent events to show | 20 |
--action, -a | Filter by action (remember, recall, forget) | |
--json, -j | Output as JSON | |
--clear | Clear the activity log |
Examples
Section titled “Examples”# Last 20 events (default)tribal activity
# Last 50 eventstribal activity -n 50
# Only remember eventstribal activity -a remember
# Machine-readable outputtribal activity --json
# Delete the activity logtribal activity --clearThe activity log is stored locally — it tracks interactions from the current machine only, not across team members. It’s useful for auditing what your agents have been doing during a session.