Hi, thanks for posting!
NCrunch doesn't have any special code or integration with SpecFlow, though as you've described it does recognise the NUnit tests that specflow generates. Because NCrunch isn't aware of the custom tool, it will simply kick off tests whenever a change is made to one of the .feature content files (which is actually too early, as the tests haven't been generated yet). This means that for the time being, SpecFlow tests won't run continuously in the same way as tests from other frameworks, as there is still a manual generation step.
I hope this helps :)
Cheers,
Remco