@cimplify/cli 0.5.3 → 0.5.4
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.
- package/dist/{add-3DANJHCI.mjs → add-FU46PRCJ.mjs} +1 -1
- package/dist/{chunk-BB7IBX6X.mjs → chunk-72IHRRLU.mjs} +1 -1
- package/dist/{chunk-2547SIWD.mjs → chunk-A6BBQWTB.mjs} +1 -1
- package/dist/{chunk-ZEGSQVM5.mjs → chunk-OPWMPCPM.mjs} +13 -13
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-TD4RZCCM.mjs → doctor-FZCJWAPT.mjs} +2 -2
- package/dist/{explain-7OSAQVJ6.mjs → explain-4I6JLKDW.mjs} +1 -1
- package/dist/{introspect-SKQMAYFJ.mjs → introspect-5ODUL6UC.mjs} +2 -2
- package/dist/{list-XLJOS2DK.mjs → list-EKOWQ53I.mjs} +1 -1
- package/dist/{update-4GX2J3IB.mjs → update-NHGK3AAH.mjs} +1 -1
- package/package.json +1 -1
- package/templates/manifest.json +2 -2
- package/templates/storefront-auto/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-auto/.env.example +0 -5
- package/templates/storefront-auto/README.md +0 -4
- package/templates/storefront-bakery/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-bakery/.env.example +0 -5
- package/templates/storefront-bakery/AGENTS.md +2 -2
- package/templates/storefront-bakery/README.md +0 -4
- package/templates/storefront-fashion/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-fashion/.env.example +0 -5
- package/templates/storefront-fashion/AGENTS.md +1 -1
- package/templates/storefront-fashion/README.md +0 -4
- package/templates/storefront-grocery/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-grocery/.env.example +0 -5
- package/templates/storefront-grocery/AGENTS.md +1 -2
- package/templates/storefront-grocery/README.md +0 -4
- package/templates/storefront-pharmacy/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-pharmacy/.env.example +0 -5
- package/templates/storefront-pharmacy/AGENTS.md +1 -1
- package/templates/storefront-pharmacy/README.md +0 -4
- package/templates/storefront-restaurant/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-restaurant/.env.example +0 -5
- package/templates/storefront-restaurant/AGENTS.md +1 -2
- package/templates/storefront-restaurant/README.md +0 -4
- package/templates/storefront-retail/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-retail/.env.example +0 -5
- package/templates/storefront-retail/AGENTS.md +1 -1
- package/templates/storefront-retail/README.md +0 -4
- package/templates/storefront-services/.claude/skills/cimplify-storefront/SKILL.md +2 -2
- package/templates/storefront-services/.env.example +0 -5
- package/templates/storefront-services/AGENTS.md +1 -2
- package/templates/storefront-services/README.md +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-OPWMPCPM.mjs';
|
|
3
3
|
import { promptYesNo } from './chunk-ITAFAORS.mjs';
|
|
4
4
|
import { parseArgs, flagString, flagBool } from './chunk-C4M3DXKC.mjs';
|
|
5
5
|
import { CliError, CLI_ERROR_CODE, info, bold, dim, success, result, yellow } from './chunk-E2T2SBP5.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { gitDetectRoot, gitCurrentBranch, gitCurrentSha, gitStatusPorcelain } from './chunk-K5464A3L.mjs';
|
|
3
3
|
import { parseEnvFile } from './chunk-DBZ3UOQ2.mjs';
|
|
4
|
-
import { package_default } from './chunk-
|
|
4
|
+
import { package_default } from './chunk-72IHRRLU.mjs';
|
|
5
5
|
import { parseArgs } from './chunk-C4M3DXKC.mjs';
|
|
6
6
|
import { readAuthOrNull, readProjectLinkOrNull, readProjectState } from './chunk-UBAI443T.mjs';
|
|
7
7
|
import { bold, dim, yellow, green, info, result, red } from './chunk-E2T2SBP5.mjs';
|