Ddanieleinaccordo.hashnode.dev·3d ago · 2 min readThe agent said “waiting for evidence.” But what was it waiting for?While working on ARVO, we found 328 issues marked as waiting for more evidence. Most had a plan, but 15 did not: nothing specified what was missing or when to investigate again. Those issues looked ma00
Ddanieleinaccordo.hashnode.dev·Sep 7 · 3 min readReplay a B2B quote approval workflow and inspect its audit receiptWhen evaluating a custom CRM, I want to inspect more than its final screen. Which price was calculated? Which policy required review? Did approval change the terms? Can I connect the decision to the q11M
Ddanieleinaccordo.hashnode.dev·Aug 20 · 6 min readWhat our inspector refuses to tell youMost tools report what they found. Ours also reports what it cannot see — as structured data, in the same JSON document, with stable codes an agent can branch on. Run npm run crm -- app inspect --json00
Ddanieleinaccordo.hashnode.dev·Aug 9 · 4 min readIf a coding agent builds your CRM, what should it refuse to do?Ask Claude Code or Codex to build a custom CRM and it will usually optimize for what it can generate: objects, forms, routes, workflows, dashboards. The more important question is the inverse: What m00