I’m writing tool which manages/generates .kicad_jobset files. I didn’t find any documentation for this format. Would it be possible to document this? I would totally understand if the development team would not want to commit to stability of this file format but having information on this would be very helpful for me (and I imagine the broader KiCAD software / plugin ecosystem).
Unforunately it would be a ton of work to document, there are ~192 setting key/value pairs currently, some with non-obvious internal logic involved. Not to mention a ton of work to maintain the list across versions. Key/value pairs may also be dropped on a whim between versions. The intention simply wasn’t there for external tools to get involved here.