@cimplify/cli 0.6.16 → 0.7.2
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-BBVSJ5ZJ.mjs → add-5NW7N5CJ.mjs} +1 -1
- package/dist/{chunk-GL2J7272.mjs → chunk-26ETGFW6.mjs} +1 -1
- package/dist/{chunk-F5EGUNQZ.mjs → chunk-CVQRL2VH.mjs} +81 -25
- package/dist/{chunk-KCKMGRII.mjs → chunk-ZVEQGQ2Z.mjs} +2 -2
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-T6NA3EMW.mjs → doctor-XLBDC6NO.mjs} +2 -2
- package/dist/{explain-22NV6OL6.mjs → explain-PKTL7ZR6.mjs} +4 -4
- package/dist/{introspect-QOW24PJF.mjs → introspect-FPBV3O4N.mjs} +2 -2
- package/dist/{list-JHUIIMC2.mjs → list-N7FKBQ3Y.mjs} +1 -1
- package/dist/{update-IOMLDQEN.mjs → update-ZC3JGKLI.mjs} +1 -1
- package/package.json +2 -2
- package/templates/storefront-auto/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-auto/CLAUDE.md +3 -2
- package/templates/storefront-auto/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-auto/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-auto/app/llms.txt/route.ts +13 -9
- package/templates/storefront-auto/app/page.tsx +3 -6
- package/templates/storefront-auto/app/products/[slug]/page.tsx +51 -21
- package/templates/storefront-auto/app/shop/page.tsx +10 -8
- package/templates/storefront-auto/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-auto/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-auto/bun.lock +2 -2
- package/templates/storefront-auto/components/footer.tsx +0 -1
- package/templates/storefront-auto/lib/site.config.ts +1 -1
- package/templates/storefront-auto/next.config.ts +6 -5
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-bakery/AGENTS.md +4 -3
- package/templates/storefront-bakery/CLAUDE.md +3 -2
- package/templates/storefront-bakery/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-bakery/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-bakery/app/llms.txt/route.ts +13 -9
- package/templates/storefront-bakery/app/page.tsx +19 -9
- package/templates/storefront-bakery/app/shop/page.tsx +10 -8
- package/templates/storefront-bakery/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-bakery/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-bakery/bun.lock +2 -2
- package/templates/storefront-bakery/components/footer.tsx +0 -1
- package/templates/storefront-bakery/lib/site.config.ts +1 -1
- package/templates/storefront-bakery/next.config.ts +6 -5
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-fashion/CLAUDE.md +3 -2
- package/templates/storefront-fashion/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-fashion/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-fashion/app/llms.txt/route.ts +13 -9
- package/templates/storefront-fashion/app/page.tsx +23 -10
- package/templates/storefront-fashion/app/products/[slug]/page.tsx +51 -21
- package/templates/storefront-fashion/app/shop/page.tsx +10 -8
- package/templates/storefront-fashion/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-fashion/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-fashion/bun.lock +2 -2
- package/templates/storefront-fashion/components/footer.tsx +0 -1
- package/templates/storefront-fashion/lib/site.config.ts +1 -1
- package/templates/storefront-fashion/next.config.ts +6 -5
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-grocery/CLAUDE.md +3 -2
- package/templates/storefront-grocery/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-grocery/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-grocery/app/llms.txt/route.ts +13 -9
- package/templates/storefront-grocery/app/page.tsx +19 -9
- package/templates/storefront-grocery/app/shop/page.tsx +10 -8
- package/templates/storefront-grocery/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-grocery/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-grocery/bun.lock +2 -2
- package/templates/storefront-grocery/components/footer.tsx +0 -1
- package/templates/storefront-grocery/lib/site.config.ts +1 -1
- package/templates/storefront-grocery/next.config.ts +6 -5
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-pharmacy/CLAUDE.md +3 -2
- package/templates/storefront-pharmacy/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-pharmacy/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-pharmacy/app/llms.txt/route.ts +13 -9
- package/templates/storefront-pharmacy/app/page.tsx +3 -6
- package/templates/storefront-pharmacy/app/products/[slug]/page.tsx +51 -21
- package/templates/storefront-pharmacy/app/shop/page.tsx +10 -8
- package/templates/storefront-pharmacy/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-pharmacy/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-pharmacy/bun.lock +2 -2
- package/templates/storefront-pharmacy/components/footer.tsx +0 -1
- package/templates/storefront-pharmacy/lib/site.config.ts +1 -1
- package/templates/storefront-pharmacy/next.config.ts +6 -5
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-restaurant/CLAUDE.md +3 -2
- package/templates/storefront-restaurant/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-restaurant/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-restaurant/app/llms.txt/route.ts +13 -9
- package/templates/storefront-restaurant/app/page.tsx +19 -9
- package/templates/storefront-restaurant/app/reservations/page.tsx +7 -7
- package/templates/storefront-restaurant/app/shop/page.tsx +10 -8
- package/templates/storefront-restaurant/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-restaurant/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-restaurant/bun.lock +2 -2
- package/templates/storefront-restaurant/components/footer.tsx +0 -1
- package/templates/storefront-restaurant/lib/site.config.ts +1 -1
- package/templates/storefront-restaurant/next.config.ts +6 -5
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-retail/CLAUDE.md +3 -2
- package/templates/storefront-retail/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-retail/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-retail/app/llms.txt/route.ts +13 -9
- package/templates/storefront-retail/app/page.tsx +23 -10
- package/templates/storefront-retail/app/products/[slug]/page.tsx +51 -21
- package/templates/storefront-retail/app/shop/page.tsx +10 -8
- package/templates/storefront-retail/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-retail/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-retail/bun.lock +2 -2
- package/templates/storefront-retail/components/footer.tsx +0 -1
- package/templates/storefront-retail/lib/site.config.ts +1 -1
- package/templates/storefront-retail/next.config.ts +6 -5
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/.claude/skills/cimplify-storefront/SKILL.md +34 -18
- package/templates/storefront-services/CLAUDE.md +3 -2
- package/templates/storefront-services/app/book/page.tsx +7 -7
- package/templates/storefront-services/app/categories/[slug]/page.tsx +39 -17
- package/templates/storefront-services/app/collections/[slug]/page.tsx +39 -17
- package/templates/storefront-services/app/llms.txt/route.ts +13 -9
- package/templates/storefront-services/app/page.tsx +19 -9
- package/templates/storefront-services/app/shop/page.tsx +10 -8
- package/templates/storefront-services/app/shop/shop-client.tsx +1 -1
- package/templates/storefront-services/app/sitemap-page/page.tsx +13 -9
- package/templates/storefront-services/bun.lock +2 -2
- package/templates/storefront-services/components/footer.tsx +0 -1
- package/templates/storefront-services/lib/site.config.ts +1 -1
- package/templates/storefront-services/next.config.ts +6 -5
- package/templates/storefront-services/package.json +1 -1
- package/templates/storefront-auto/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-bakery/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-fashion/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-grocery/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-pharmacy/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-restaurant/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-retail/app/api/revalidate/route.ts +0 -5
- package/templates/storefront-services/app/api/revalidate/route.ts +0 -5
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.