Problem
When generating specs with the CLI, the metadata.generator field in the output incorrectly identifies the generator as the Figma plugin (reporting the plugin version and URL) rather than the CLI. Consumers of spec files cannot tell whether a spec was produced by the plugin or the CLI.
Solution
The CLI should populate metadata.generator with its own identity — the CLI version number and the CLI's package URL — distinct from the plugin's generator metadata.
Acceptance criteria
Implementation details are tracked internally.
Problem
When generating specs with the CLI, the
metadata.generatorfield in the output incorrectly identifies the generator as the Figma plugin (reporting the plugin version and URL) rather than the CLI. Consumers of spec files cannot tell whether a spec was produced by the plugin or the CLI.Solution
The CLI should populate
metadata.generatorwith its own identity — the CLI version number and the CLI's package URL — distinct from the plugin's generator metadata.Acceptance criteria
metadata.generatorthat identifies the CLI (correct version, correct URL)metadata.generator