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