How to tell what the inferred commands are?

There is much discussed about “inferred commands” in the docs, but I have not been able to determine what is actually inferred for my project on each step.

How can we debug this/learn what the inferred commands are?

If you’re using CircleCI 1.0, which is where inferred commands live, you’ll see which ones are running for you in your build page. Each step, on the right side will have a statement that shows where that command came from. Typically you’ll see “config” for circle.yml or “inference” for inferred commands.