The JSON Compilation Database format is about as close as there is to a standard for recording each step in a compilation.
Blight currently has Record, which generates a blight-specific JSON(L) output format. We should also support compile_commands.json, probably with a separate action.
cc @kumarak and @pgoodman as potential end users.