| Action | What it does |
cb timeline <bridge-session-id> | Shows normal canonical events locally |
cb timeline <bridge-session-id> --include-sensitive | Explicitly includes sensitive events for private inspection |
cb export <bridge-session-id> --format json --redacted | Produces a redacted local export suitable for review before sharing |
cb config path | Shows the active local configuration location |
12cb config set security.redaction strict cb config show
.env files, secret directories, SSH material, access tokens, or
raw session exports to a repository just to make a handoff easier to reproduce.
A reproducible handoff should describe work without publishing credentials.1cb export <bridge-session-id> --format markdown --redacted > reviewed-handoff.md
--redacted flag is not a legal or organizational data-classification
system. It is a technical safeguard for common secret patterns and excluded
paths; the operator remains responsible for reviewing content before it
leaves the device.--include-sensitive and --full as private-machine operations. They
can expose content that strict redaction intentionally keeps out of a normal
handoff or export.