edea cli fails to add a module to a completely new project

When creating a new project, KiCad only saves the bare minimum of information which makes the cli fail to parse it for adding.

The bare minimum PCB looks like this:

(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0")
)

Only after saving the PCB file once, KiCad adds in all the default information which we expect to see. As kicad-cli doesn't currently have a command to re-save a schematic or pcb file, we need to somehow get the defaults of the current installation to fill in that info.