@trydebrief/cli
v0.0.4
Published
Turn git pushes into product updates.
Downloads
391
Readme
Debrief
Turn git pushes into product updates.
About
Debrief writes plain summaries of what you shipped on every push, in terms anyone on your team can understand.
Install
Run in any git repo to get started:
npx @trydebrief/cli@latest initOr install globally:
npm install -g @trydebrief/cli
debrief initCommands
| Command | Description |
| :--------------- | :-------------------------------------------- |
| init | Connect this repo to Debrief |
| push | Log a push to Debrief |
| push --dry-run | Show what will be sent on push |
| whoami | Show current user, org, and repo |
| set-script | Set a local script for push (local mode) |
| remove | Remove debrief from this git repo |
| uninstall | Log out of debrief on your machine |
Privacy
- Local git hook — no GitHub OAuth, no repository access
- Zero data retention — code is summarized and discarded
- Optional local mode — summarize with your own AI and scripts, send just the result
Support
Contact [email protected] for questions, help, or feature requests.
