Version Control for Resolvers
In complex applications, routes are generally stored in source/version control.
That's not the case in Arc where there's no single source of truth.
It would be helpful if resolver config (the regex, content source, etc) could be set up from code s...