Install
Install
brew tap progadigital/tap brew install logito
Quickstart
Install, capture one run, review it, and get to a useful answer fast.
brew tap progadigital/tap brew install logito logito dev start logito review
Steps
brew tap progadigital/tap brew install logito
logito dev start
Make a change, hit an endpoint, or run a test.
logito review
Review the diff, the likely contributors, and the recommendation.
Register the daemon as an OS service so capture survives reboots. Install the system tray for ambient menu bar status. Open the local dashboard for cross-project visibility.
logito dev install-service logito dev install-tray logito dev ui
Outcome
+ request payload normalization changed on estimate flow + /v1/quotes timing moved outside baseline + baseline response field carrier_notes is now omitted A mapper update changed request shape and likely caused the missing field.
Inspect the mapper path, rerun review, and decide whether the drift is intentional.