@thinkingtrace/cli
v0.1.2
Published
CLI for thinkingtrace interview management
Maintainers
Readme
@thinkingtrace/cli
Take coding interviews in your local coding environment.
CLI for managing ThinkingTrace interviews from your terminal.
Install
npm install -g @thinkingtrace/cliRequires Node.js 18 or newer.
Quick start
thinkingtrace login # authenticate
thinkingtrace list # list available interviews
thinkingtrace start # start an interview
thinkingtrace status # check current interview status
thinkingtrace submit # submit your workRun thinkingtrace guide for an interactive walkthrough, or thinkingtrace --help for the full command list.
Data Collection and Privacy
The extension captures and uploads content of Cursor Composer, Claude Code and Codex chats that were interacted with during your interview. This data is read from local storage and sent on auto-checkpoints and on submit.
All data that is collected and transmitted (beside interview files in the working directory) is stored under ~/.thinkingtrace/. You can inspect what will be or has been sent there.
