synthesisui 0.16.294 → 0.16.295

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3967,6 +3967,18 @@ export async function runImport(opts) {
3967
3967
  await add(payload.slug, {
3968
3968
  registry: opts.registry,
3969
3969
  dir: root,
3970
+ /**
3971
+ * O `cli` VAI JUNTO, e a linha que faltava aqui custou o mapa inteiro.
3972
+ *
3973
+ * Medido em 23/08, depois do import que instalou sozinho: o `.lock` na pasta dele tinha 24
3974
+ * pares e a tabela `token_names` tinha ZERO. O `add` só envia o estado do repositório quando
3975
+ * sabe qual CLI está reportando - `if (opts.cli)` -, e esta chamada não passava.
3976
+ *
3977
+ * É o defeito do `fixReach` outra vez, e desta vez fui eu: um argumento opcional que o
3978
+ * chamador esquece, o tsc aceita, a suíte passa, e a metade que importa nunca chega. O
3979
+ * `import-installs.spec.ts` provava que a chamada existe e não que ela leva o que precisa.
3980
+ */
3981
+ cli: opts.cli,
3970
3982
  });
3971
3983
  }
3972
3984
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synthesisui",
3
- "version": "0.16.294",
3
+ "version": "0.16.295",
4
4
  "description": "Bring SynthesisUI design systems into any project - tokens, typed components, whole pages and an agent-ready CLAUDE.md manifest.",
5
5
  "type": "module",
6
6
  "bin": {