I'd like to pry for some input on the future of hook names. I'm fine with the whole convention over configuration approach to the names and spawning, but it's currently lacking the configuration side (see
https://github.com/hookio/hook.io/blob/master/lib/hookio/spawn.js#L97). I've had a few cases where a single application uses multiple private hooks and spawning is a pain because you're forced to use the
src parameter if you hook isn't prefixed with 'hook.io-'. It seems like the conventional prefix is great fort public hooks, but not so much for the private ones. I am afraid to pollute my code with a bunch of prefixed files.
Will/should this be changing in the future? Please feel free to set me straight, if this is a desired practice I will start following the rules even on my private hooks.