Step 1 — Install
npm install -g https://github.com/preyashyadav/bob-lens
Global install. Works on any project. No configuration.
See what Bob changed.
Understand it. Approve it.
npm install -g https://github.com/preyashyadav/bob-lens
bob-lens init && bob-lens start
AI writes code at machine speed. Review happens at human speed. Nothing bridges them.
Bob Lens exports a complete JSON session report for every analyzed change. Includes the full execution flow, risk analysis, verdict, and all affected nodes — saved to bob_sessions/ automatically.
{
"tool": "Bob Lens",
"exported_at": "2026-05-17T04:48:14Z",
"change": {
"description": "Added applyTax function",
"verdict": "safe"
},
"analysis": {
"risks": [
"Tax rate is hardcoded",
"No input validation"
],
"nodes_added": 2,
"nodes_modified": 1
}
}