Quickstart

Quickstart

Install, capture one run, review it, and get to a useful answer fast.

Fast path
brew tap progadigital/tap
brew install logito
logito dev start
logito review

Steps

Install, trigger activity, review, and act.

01

Install

Install
brew tap progadigital/tap
brew install logito
02

Run `logito dev start`

Run `logito dev start`
logito dev start
03

Trigger activity

Make a change, hit an endpoint, or run a test.

04

Run `logito review`

Run `logito review`
logito review
05

See insights

Review the diff, the likely contributors, and the recommendation.

06

Persist and monitor (optional)

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.

Persist and monitor (optional)
logito dev install-service
logito dev install-tray
logito dev ui

Outcome

The review should tell you what changed and what to do next.

Example insight
  • + request payload normalization changed on estimate flow
  • + /v1/quotes timing moved outside baseline
  • + baseline response field carrier_notes is now omitted
WHAT CHANGED

A mapper update changed request shape and likely caused the missing field.

WHAT TO DO NEXT

Inspect the mapper path, rerun review, and decide whether the drift is intentional.