Files
tty7/docs/reference
l0ng-ai 9006e3ea17 docs: put the two files nobody opted into on the privacy page
"What is stored, and where" listed settings, keychain entries, scrollback
and shell history, and omitted both files that carry incidental personal
data:

  crash.log  written whenever tty7 panics — the hook is installed
             unconditionally, so nobody opts in. Time, version, panic
             message, backtrace. Capped at 256 KiB, never uploaded.
  tty7.log   only while TTY7_LOG or RUST_LOG is set, and genuinely absent
             otherwise. At debug it carries the directories and workspace
             names in each request.

A page that enumerates storage and leaves out the two files most likely
to end up attached to a bug report is answering the wrong question, so
both rows say what is in them and what to check before sending them on.

Noticed while reading a debug log for something else: a dependency had
written this machine's hostname and working directory into it.

"What leaves your machine" needed no change — nothing sends either file
anywhere, which is why each row says so.

The test lives next to the panic hook, where a change to what gets
written is a change someone is already making.
2026-08-16 10:50:30 +08:00
..