bsmnt 0.4.1 → 0.4.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/{helpers/add → application/add-hooks}/index.d.ts +4 -4
- package/dist/application/add-hooks/index.d.ts.map +1 -0
- package/dist/{helpers/add → application/add-hooks}/index.js +22 -35
- package/dist/application/add-hooks/index.js.map +1 -0
- package/dist/{utils → application/add-integration}/format-results.d.ts +1 -6
- package/dist/application/add-integration/format-results.d.ts.map +1 -0
- package/dist/{utils → application/add-integration}/format-results.js +1 -6
- package/dist/application/add-integration/format-results.js.map +1 -0
- package/dist/{helpers/integrate → application/add-integration}/index.d.ts +2 -1
- package/dist/application/add-integration/index.d.ts.map +1 -0
- package/dist/{helpers/integrate → application/add-integration}/index.js +46 -41
- package/dist/application/add-integration/index.js.map +1 -0
- package/dist/application/create-project/build-context.d.ts +9 -0
- package/dist/application/create-project/build-context.d.ts.map +1 -0
- package/dist/application/create-project/build-context.js +13 -0
- package/dist/application/create-project/build-context.js.map +1 -0
- package/dist/application/create-project/index.d.ts +44 -0
- package/dist/application/create-project/index.d.ts.map +1 -0
- package/dist/application/create-project/index.js +70 -0
- package/dist/application/create-project/index.js.map +1 -0
- package/dist/application/create-project/map-selection-to-registry.d.ts +3 -0
- package/dist/application/create-project/map-selection-to-registry.d.ts.map +1 -0
- package/dist/application/create-project/map-selection-to-registry.js +30 -0
- package/dist/application/create-project/map-selection-to-registry.js.map +1 -0
- package/dist/application/create-project/resolve-selection.d.ts +15 -0
- package/dist/application/create-project/resolve-selection.d.ts.map +1 -0
- package/dist/application/create-project/resolve-selection.js +11 -0
- package/dist/application/create-project/resolve-selection.js.map +1 -0
- package/dist/{helpers/skills → application/install-skills}/index.d.ts +1 -1
- package/dist/application/install-skills/index.d.ts.map +1 -0
- package/dist/{helpers/skills → application/install-skills}/index.js +31 -44
- package/dist/application/install-skills/index.js.map +1 -0
- package/dist/{utils/detect-project.d.ts → application/shared/project-detection.d.ts} +8 -15
- package/dist/application/shared/project-detection.d.ts.map +1 -0
- package/dist/{utils/detect-project.js → application/shared/project-detection.js} +8 -24
- package/dist/application/shared/project-detection.js.map +1 -0
- package/dist/core/create/build-plan.d.ts +8 -0
- package/dist/core/create/build-plan.d.ts.map +1 -0
- package/dist/core/create/build-plan.js +89 -0
- package/dist/core/create/build-plan.js.map +1 -0
- package/dist/core/create/execute-plan.d.ts +23 -0
- package/dist/core/create/execute-plan.d.ts.map +1 -0
- package/dist/core/create/execute-plan.js +23 -0
- package/dist/core/create/execute-plan.js.map +1 -0
- package/dist/core/create/internal-ids.d.ts +23 -0
- package/dist/core/create/internal-ids.d.ts.map +1 -0
- package/dist/core/create/internal-ids.js +36 -0
- package/dist/core/create/internal-ids.js.map +1 -0
- package/dist/core/create/registry.d.ts +12 -0
- package/dist/core/create/registry.d.ts.map +1 -0
- package/dist/core/create/registry.js +33 -0
- package/dist/core/create/registry.js.map +1 -0
- package/dist/core/create/types.d.ts +96 -0
- package/dist/core/create/types.d.ts.map +1 -0
- package/dist/core/create/types.js +2 -0
- package/dist/core/create/types.js.map +1 -0
- package/dist/domain/agents.d.ts +61 -0
- package/dist/domain/agents.d.ts.map +1 -0
- package/dist/domain/agents.js +35 -0
- package/dist/domain/agents.js.map +1 -0
- package/dist/domain/animations.d.ts +20 -0
- package/dist/domain/animations.d.ts.map +1 -0
- package/dist/domain/animations.js +13 -0
- package/dist/domain/animations.js.map +1 -0
- package/dist/domain/cms.d.ts +24 -0
- package/dist/domain/cms.d.ts.map +1 -0
- package/dist/domain/cms.js +13 -0
- package/dist/domain/cms.js.map +1 -0
- package/dist/domain/hooks.d.ts +67 -0
- package/dist/domain/hooks.d.ts.map +1 -0
- package/dist/domain/hooks.js +52 -0
- package/dist/domain/hooks.js.map +1 -0
- package/dist/domain/skills.d.ts +70 -0
- package/dist/domain/skills.d.ts.map +1 -0
- package/dist/domain/skills.js +84 -0
- package/dist/domain/skills.js.map +1 -0
- package/dist/domain/templates.d.ts +51 -0
- package/dist/domain/templates.d.ts.map +1 -0
- package/dist/domain/templates.js +27 -0
- package/dist/domain/templates.js.map +1 -0
- package/dist/index.js +124 -115
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/agents/register-sanity-mcp.d.ts +12 -0
- package/dist/infrastructure/agents/register-sanity-mcp.d.ts.map +1 -0
- package/dist/infrastructure/agents/register-sanity-mcp.js +153 -0
- package/dist/infrastructure/agents/register-sanity-mcp.js.map +1 -0
- package/dist/infrastructure/create/apply-copy-paths.d.ts +3 -0
- package/dist/infrastructure/create/apply-copy-paths.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-copy-paths.js +12 -0
- package/dist/infrastructure/create/apply-copy-paths.js.map +1 -0
- package/dist/infrastructure/create/apply-merge-paths.d.ts +3 -0
- package/dist/infrastructure/create/apply-merge-paths.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-merge-paths.js +17 -0
- package/dist/infrastructure/create/apply-merge-paths.js.map +1 -0
- package/dist/infrastructure/create/apply-package-json.d.ts +8 -0
- package/dist/infrastructure/create/apply-package-json.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-package-json.js +46 -0
- package/dist/infrastructure/create/apply-package-json.js.map +1 -0
- package/dist/infrastructure/create/copy-template.d.ts +10 -0
- package/dist/infrastructure/create/copy-template.d.ts.map +1 -0
- package/dist/infrastructure/create/copy-template.js.map +1 -0
- package/dist/infrastructure/create/executor.d.ts +3 -0
- package/dist/infrastructure/create/executor.d.ts.map +1 -0
- package/dist/infrastructure/create/executor.js +21 -0
- package/dist/infrastructure/create/executor.js.map +1 -0
- package/dist/{helpers/create/init-git.d.ts → infrastructure/create/init-git-repo.d.ts} +2 -3
- package/dist/infrastructure/create/init-git-repo.d.ts.map +1 -0
- package/dist/{helpers/create/init-git.js → infrastructure/create/init-git-repo.js} +1 -4
- package/dist/infrastructure/create/init-git-repo.js.map +1 -0
- package/dist/{helpers/create/install.d.ts → infrastructure/create/install-dependencies.d.ts} +1 -1
- package/dist/infrastructure/create/install-dependencies.d.ts.map +1 -0
- package/dist/{helpers/create/install.js → infrastructure/create/install-dependencies.js} +1 -1
- package/dist/infrastructure/create/install-dependencies.js.map +1 -0
- package/dist/infrastructure/create/lifecycle-registry.d.ts +3 -0
- package/dist/infrastructure/create/lifecycle-registry.d.ts.map +1 -0
- package/dist/infrastructure/create/lifecycle-registry.js +38 -0
- package/dist/infrastructure/create/lifecycle-registry.js.map +1 -0
- package/dist/infrastructure/create/merge-registry.d.ts +3 -0
- package/dist/infrastructure/create/merge-registry.d.ts.map +1 -0
- package/dist/infrastructure/create/merge-registry.js +27 -0
- package/dist/infrastructure/create/merge-registry.js.map +1 -0
- package/dist/infrastructure/create/rename-files.d.ts.map +1 -0
- package/dist/infrastructure/create/rename-files.js.map +1 -0
- package/dist/{helpers → infrastructure}/create/setup-agent.d.ts +9 -7
- package/dist/infrastructure/create/setup-agent.d.ts.map +1 -0
- package/dist/infrastructure/create/setup-agent.js +77 -0
- package/dist/infrastructure/create/setup-agent.js.map +1 -0
- package/dist/infrastructure/create/setup-sanity.d.ts.map +1 -0
- package/dist/{helpers → infrastructure}/create/setup-sanity.js +1 -19
- package/dist/infrastructure/create/setup-sanity.js.map +1 -0
- package/dist/infrastructure/integrations/inject-integration.d.ts +9 -0
- package/dist/infrastructure/integrations/inject-integration.d.ts.map +1 -0
- package/dist/{helpers/integrate/merge-orchestrator.js → infrastructure/integrations/inject-integration.js} +26 -38
- package/dist/infrastructure/integrations/inject-integration.js.map +1 -0
- package/dist/modules/features/agents/index.d.ts +3 -0
- package/dist/modules/features/agents/index.d.ts.map +1 -0
- package/dist/modules/features/agents/index.js +4 -0
- package/dist/modules/features/agents/index.js.map +1 -0
- package/dist/modules/features/agents/shared.d.ts +4 -0
- package/dist/modules/features/agents/shared.d.ts.map +1 -0
- package/dist/modules/features/agents/shared.js +21 -0
- package/dist/modules/features/agents/shared.js.map +1 -0
- package/dist/{configs/animations.d.ts → modules/features/animation/config.d.ts} +1 -1
- package/dist/modules/features/animation/config.d.ts.map +1 -0
- package/dist/{configs/animations.js → modules/features/animation/config.js} +1 -1
- package/dist/modules/features/animation/config.js.map +1 -0
- package/dist/modules/features/animation/gsap.d.ts +3 -0
- package/dist/modules/features/animation/gsap.d.ts.map +1 -0
- package/dist/modules/features/animation/gsap.js +16 -0
- package/dist/modules/features/animation/gsap.js.map +1 -0
- package/dist/modules/features/animation/index.d.ts +3 -0
- package/dist/modules/features/animation/index.d.ts.map +1 -0
- package/dist/modules/features/animation/index.js +4 -0
- package/dist/modules/features/animation/index.js.map +1 -0
- package/dist/modules/features/animation/motion.d.ts +3 -0
- package/dist/modules/features/animation/motion.d.ts.map +1 -0
- package/dist/modules/features/animation/motion.js +16 -0
- package/dist/modules/features/animation/motion.js.map +1 -0
- package/dist/modules/features/cms/index.d.ts +3 -0
- package/dist/modules/features/cms/index.d.ts.map +1 -0
- package/dist/modules/features/cms/index.js +7 -0
- package/dist/modules/features/cms/index.js.map +1 -0
- package/dist/modules/features/cms/sanity/config.d.ts.map +1 -0
- package/dist/{helpers/integrate → modules/features/cms}/sanity/config.js +3 -2
- package/dist/modules/features/cms/sanity/config.js.map +1 -0
- package/dist/modules/features/cms/sanity/index.d.ts +3 -0
- package/dist/modules/features/cms/sanity/index.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity/index.js +61 -0
- package/dist/modules/features/cms/sanity/index.js.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/check-integration-merger.d.ts → modules/features/cms/sanity/mergers/check-integration.d.ts} +1 -1
- package/dist/modules/features/cms/sanity/mergers/check-integration.d.ts.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/check-integration-merger.js → modules/features/cms/sanity/mergers/check-integration.js} +1 -1
- package/dist/modules/features/cms/sanity/mergers/check-integration.js.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/layout-merger.d.ts → modules/features/cms/sanity/mergers/layout.d.ts} +1 -1
- package/dist/modules/features/cms/sanity/mergers/layout.d.ts.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/layout-merger.js → modules/features/cms/sanity/mergers/layout.js} +1 -1
- package/dist/modules/features/cms/sanity/mergers/layout.js.map +1 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.d.ts +13 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.js +92 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.js.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.d.ts +14 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.js +44 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.js.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.d.ts +3 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.js +46 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.js.map +1 -0
- package/dist/modules/features/hooks/factory.d.ts +4 -0
- package/dist/modules/features/hooks/factory.d.ts.map +1 -0
- package/dist/modules/features/hooks/factory.js +26 -0
- package/dist/modules/features/hooks/factory.js.map +1 -0
- package/dist/modules/features/hooks/index.d.ts +3 -0
- package/dist/modules/features/hooks/index.d.ts.map +1 -0
- package/dist/modules/features/hooks/index.js +4 -0
- package/dist/modules/features/hooks/index.js.map +1 -0
- package/dist/modules/presets/index.d.ts +3 -0
- package/dist/modules/presets/index.d.ts.map +1 -0
- package/dist/modules/presets/index.js +11 -0
- package/dist/modules/presets/index.js.map +1 -0
- package/dist/modules/presets/next-default.d.ts +3 -0
- package/dist/modules/presets/next-default.d.ts.map +1 -0
- package/dist/modules/presets/next-default.js +9 -0
- package/dist/modules/presets/next-default.js.map +1 -0
- package/dist/modules/presets/next-experiments.d.ts +3 -0
- package/dist/modules/presets/next-experiments.d.ts.map +1 -0
- package/dist/modules/presets/next-experiments.js +9 -0
- package/dist/modules/presets/next-experiments.js.map +1 -0
- package/dist/modules/presets/next-pagebuilder.d.ts +3 -0
- package/dist/modules/presets/next-pagebuilder.d.ts.map +1 -0
- package/dist/modules/presets/next-pagebuilder.js +10 -0
- package/dist/modules/presets/next-pagebuilder.js.map +1 -0
- package/dist/modules/presets/next-webgl.d.ts +3 -0
- package/dist/modules/presets/next-webgl.d.ts.map +1 -0
- package/dist/modules/presets/next-webgl.js +9 -0
- package/dist/modules/presets/next-webgl.js.map +1 -0
- package/dist/paths.d.ts +7 -1
- package/dist/paths.d.ts.map +1 -1
- package/dist/paths.js +8 -2
- package/dist/paths.js.map +1 -1
- package/index.js +2 -2
- package/package.json +11 -4
- package/src/modules/features/cms/sanity/files/.knip.json +8 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/blog/[slug]/route.ts +3 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/revalidate/route.ts +1 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/blog/[slug]/page.tsx +8 -9
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/layout.tsx +2 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/sitemap.md/route.ts +18 -29
- package/src/modules/features/cms/sanity/files/app/sitemap.xml/route.ts +51 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/env.ts +2 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/queries.ts +0 -42
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/index.ts +1 -1
- package/src/modules/features/cms/sanity/files/lib/scripts/copy-sanity-mcp.ts +23 -0
- package/src/modules/features/cms/sanity/files/lib/scripts/generate-page.ts +297 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/json-ld.tsx +1 -6
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/metadata.ts +2 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/url.ts +4 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/proxy.ts +11 -11
- package/src/template-hooks/use-device-perf.ts +27 -17
- package/src/templates/next-default/.env.example +3 -3
- package/src/templates/next-default/.vscode/extensions.json +1 -5
- package/src/templates/next-default/.vscode/settings.json +1 -1
- package/src/templates/next-default/.zed/settings.json +47 -0
- package/src/templates/next-default/README.md +7 -6
- package/src/templates/next-default/_gitignore +1 -3
- package/src/templates/next-default/app/layout.tsx +21 -35
- package/src/templates/next-default/app/robots.ts +3 -4
- package/src/templates/next-default/app/sitemap.xml/route.ts +29 -29
- package/src/templates/next-default/biome.json +9 -2
- package/src/templates/next-default/components/ui/image/index.tsx +2 -1
- package/src/templates/next-default/components/ui/link/index.tsx +35 -35
- package/src/templates/next-default/lefthook.yml +25 -0
- package/src/templates/next-default/lib/README.md +8 -4
- package/src/templates/next-default/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-default/lib/scripts/dev.ts +32 -0
- package/src/templates/next-default/lib/styles/README.md +13 -0
- package/src/templates/next-default/lib/styles/fonts.ts +20 -0
- package/src/templates/next-default/lib/styles/global.css +15 -196
- package/src/templates/next-default/lib/styles/index.css +3 -0
- package/src/templates/next-default/lib/styles/tokens.css +182 -0
- package/src/templates/next-default/lib/utils/README.md +40 -0
- package/src/templates/next-default/lib/utils/easings.ts +240 -0
- package/src/templates/next-default/lib/utils/fetch.ts +84 -0
- package/src/templates/next-default/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-default/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-default/lib/utils/math.ts +236 -0
- package/src/templates/next-default/lib/utils/metadata.ts +26 -27
- package/src/templates/next-default/lib/utils/strings.ts +246 -0
- package/src/templates/next-default/lib/utils/types.d.ts +15 -0
- package/src/templates/next-default/lib/utils/url.ts +8 -5
- package/src/templates/next-default/lib/utils/viewport.ts +199 -0
- package/src/templates/next-default/package.json +12 -7
- package/src/templates/next-default/svg.d.ts +1 -0
- package/src/templates/next-experiments/.env.example +3 -3
- package/src/templates/next-experiments/.knip.json +3 -0
- package/src/templates/next-experiments/.vscode/extensions.json +1 -5
- package/src/templates/next-experiments/.vscode/settings.json +1 -1
- package/src/templates/next-experiments/.zed/settings.json +47 -0
- package/src/templates/next-experiments/README.md +7 -6
- package/src/templates/next-experiments/_gitignore +1 -3
- package/src/templates/next-experiments/app/layout.tsx +21 -35
- package/src/templates/next-experiments/app/robots.ts +5 -2
- package/src/templates/next-experiments/app/sitemap.xml/route.ts +51 -0
- package/src/templates/next-experiments/biome.json +4 -2
- package/src/templates/next-experiments/components/layout/navigation-menu.tsx +1 -1
- package/src/templates/next-experiments/components/layout/wrapper/index.tsx +6 -6
- package/src/templates/next-experiments/components/ui/image/index.tsx +33 -33
- package/src/templates/next-experiments/lib/README.md +8 -4
- package/src/templates/next-experiments/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-experiments/lib/scripts/dev.ts +32 -0
- package/src/templates/next-experiments/lib/styles/README.md +13 -0
- package/src/templates/next-experiments/lib/styles/fonts.ts +20 -0
- package/src/templates/next-experiments/lib/styles/global.css +16 -196
- package/src/templates/next-experiments/lib/styles/index.css +3 -0
- package/src/templates/next-experiments/lib/styles/tokens.css +182 -0
- package/src/templates/next-experiments/lib/utils/README.md +40 -0
- package/src/templates/next-experiments/lib/utils/easings.ts +240 -0
- package/src/templates/next-experiments/lib/utils/fetch.ts +84 -0
- package/src/templates/next-experiments/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-experiments/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-experiments/lib/utils/math.ts +236 -0
- package/src/templates/next-experiments/lib/utils/metadata.ts +26 -27
- package/src/templates/next-experiments/lib/utils/strings.ts +246 -0
- package/src/templates/next-experiments/lib/utils/types.d.ts +15 -0
- package/src/templates/next-experiments/lib/utils/url.ts +8 -5
- package/src/templates/next-experiments/lib/utils/viewport.ts +199 -0
- package/src/templates/next-experiments/package.json +6 -6
- package/src/templates/next-experiments/svg.d.ts +1 -0
- package/src/templates/next-pagebuilder/.vscode/extensions.json +16 -0
- package/src/templates/next-pagebuilder/.vscode/settings.json +105 -0
- package/src/templates/next-pagebuilder/.zed/settings.json +47 -0
- package/src/templates/next-pagebuilder/_gitignore +1 -3
- package/src/templates/next-pagebuilder/app/(content)/[[...slug]]/page.tsx +1 -1
- package/src/templates/next-pagebuilder/app/(content)/layout.tsx +0 -1
- package/src/templates/next-pagebuilder/app/robots.ts +3 -4
- package/src/templates/next-pagebuilder/biome.json +17 -0
- package/src/templates/next-pagebuilder/components/layout/footer/index.tsx +4 -5
- package/src/templates/next-pagebuilder/components/layout/header/index.tsx +1 -1
- package/src/templates/next-pagebuilder/components/page-builder/components/article-content/index.tsx +4 -9
- package/src/templates/next-pagebuilder/components/page-builder/components/article-content/related-post-item.tsx +4 -4
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/content-card.tsx +3 -1
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/index.tsx +12 -5
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/types.ts +3 -1
- package/src/templates/next-pagebuilder/components/page-builder/renderer.tsx +6 -2
- package/src/templates/next-pagebuilder/components/page-builder/types.ts +9 -7
- package/src/templates/next-pagebuilder/components/page-document/index.tsx +12 -2
- package/src/templates/next-pagebuilder/lefthook.yml +25 -0
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.types.ts +208 -0
- package/src/templates/next-pagebuilder/lib/styles/global.css +0 -1
- package/src/templates/next-pagebuilder/next.config.ts +0 -2
- package/src/templates/next-pagebuilder/package.json +13 -25
- package/src/templates/next-pagebuilder/postcss.config.mjs +27 -1
- package/src/templates/next-pagebuilder/svg.d.ts +1 -0
- package/src/templates/next-webgl/.env.example +3 -3
- package/src/templates/next-webgl/.vscode/extensions.json +1 -5
- package/src/templates/next-webgl/.vscode/settings.json +1 -1
- package/src/templates/next-webgl/.zed/settings.json +47 -0
- package/src/templates/next-webgl/README.md +7 -6
- package/src/templates/next-webgl/_gitignore +1 -3
- package/src/templates/next-webgl/app/layout.tsx +21 -35
- package/src/templates/next-webgl/app/robots.ts +3 -4
- package/src/templates/next-webgl/app/sitemap.xml/route.ts +29 -29
- package/src/templates/next-webgl/biome.json +9 -2
- package/src/templates/next-webgl/components/ui/image/index.tsx +2 -1
- package/src/templates/next-webgl/components/webgl/components/scene/index.tsx +0 -2
- package/src/templates/next-webgl/lefthook.yml +25 -0
- package/src/templates/next-webgl/lib/README.md +8 -4
- package/src/templates/next-webgl/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-webgl/lib/scripts/dev.ts +32 -0
- package/src/templates/next-webgl/lib/styles/README.md +13 -0
- package/src/templates/next-webgl/lib/styles/fonts.ts +20 -0
- package/src/templates/next-webgl/lib/styles/global.css +16 -196
- package/src/templates/next-webgl/lib/styles/index.css +3 -0
- package/src/templates/next-webgl/lib/styles/tokens.css +182 -0
- package/src/templates/next-webgl/lib/utils/README.md +40 -0
- package/src/templates/next-webgl/lib/utils/easings.ts +240 -0
- package/src/templates/next-webgl/lib/utils/fetch.ts +84 -0
- package/src/templates/next-webgl/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-webgl/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-webgl/lib/utils/math.ts +236 -0
- package/src/templates/next-webgl/lib/utils/metadata.ts +26 -27
- package/src/templates/next-webgl/lib/utils/strings.ts +246 -0
- package/src/templates/next-webgl/lib/utils/types.d.ts +15 -0
- package/src/templates/next-webgl/lib/utils/url.ts +8 -5
- package/src/templates/next-webgl/lib/utils/viewport.ts +199 -0
- package/src/templates/next-webgl/package.json +13 -8
- package/src/templates/next-webgl/svg.d.ts +1 -0
- package/src/templates/next-webgl/tsconfig.tsbuildinfo +1 -1
- package/dist/configs/animations.d.ts.map +0 -1
- package/dist/configs/animations.js.map +0 -1
- package/dist/configs/skills.d.ts +0 -27
- package/dist/configs/skills.d.ts.map +0 -1
- package/dist/configs/skills.js +0 -18
- package/dist/configs/skills.js.map +0 -1
- package/dist/configs/skills.json +0 -26
- package/dist/helpers/add/hooks-config.d.ts +0 -22
- package/dist/helpers/add/hooks-config.d.ts.map +0 -1
- package/dist/helpers/add/hooks-config.js +0 -31
- package/dist/helpers/add/hooks-config.js.map +0 -1
- package/dist/helpers/add/index.d.ts.map +0 -1
- package/dist/helpers/add/index.js.map +0 -1
- package/dist/helpers/create/copy-template.d.ts +0 -11
- package/dist/helpers/create/copy-template.d.ts.map +0 -1
- package/dist/helpers/create/copy-template.js.map +0 -1
- package/dist/helpers/create/index.d.ts +0 -24
- package/dist/helpers/create/index.d.ts.map +0 -1
- package/dist/helpers/create/index.js +0 -99
- package/dist/helpers/create/index.js.map +0 -1
- package/dist/helpers/create/init-git.d.ts.map +0 -1
- package/dist/helpers/create/init-git.js.map +0 -1
- package/dist/helpers/create/install.d.ts.map +0 -1
- package/dist/helpers/create/install.js.map +0 -1
- package/dist/helpers/create/rename-files.d.ts.map +0 -1
- package/dist/helpers/create/rename-files.js.map +0 -1
- package/dist/helpers/create/setup-agent.d.ts.map +0 -1
- package/dist/helpers/create/setup-agent.js +0 -91
- package/dist/helpers/create/setup-agent.js.map +0 -1
- package/dist/helpers/create/setup-sanity.d.ts.map +0 -1
- package/dist/helpers/create/setup-sanity.js.map +0 -1
- package/dist/helpers/create/update-package.d.ts +0 -20
- package/dist/helpers/create/update-package.d.ts.map +0 -1
- package/dist/helpers/create/update-package.js +0 -97
- package/dist/helpers/create/update-package.js.map +0 -1
- package/dist/helpers/integrate/index.d.ts.map +0 -1
- package/dist/helpers/integrate/index.js.map +0 -1
- package/dist/helpers/integrate/merge-config.d.ts +0 -21
- package/dist/helpers/integrate/merge-config.d.ts.map +0 -1
- package/dist/helpers/integrate/merge-config.js +0 -42
- package/dist/helpers/integrate/merge-config.js.map +0 -1
- package/dist/helpers/integrate/merge-orchestrator.d.ts +0 -10
- package/dist/helpers/integrate/merge-orchestrator.d.ts.map +0 -1
- package/dist/helpers/integrate/merge-orchestrator.js.map +0 -1
- package/dist/helpers/integrate/sanity/config.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/config.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/check-integration-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/check-integration-merger.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/layout-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/layout-merger.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.d.ts +0 -11
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.js +0 -133
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.js.map +0 -1
- package/dist/helpers/skills/index.d.ts.map +0 -1
- package/dist/helpers/skills/index.js.map +0 -1
- package/dist/utils/detect-project.d.ts.map +0 -1
- package/dist/utils/detect-project.js.map +0 -1
- package/dist/utils/format-results.d.ts.map +0 -1
- package/dist/utils/format-results.js.map +0 -1
- package/src/helpers/integrate/sanity/files/lib/integrations/sanity/WEBHOOK-SETUP.md +0 -74
- package/src/helpers/integrate/sanity/files/lib/integrations/sanity/sitemap.ts +0 -90
- package/src/template-hooks/config.js +0 -32
- package/src/templates/next-default/css.d.ts +0 -1
- package/src/templates/next-default/lib/utils/portable-text-to-markdown.ts +0 -83
- package/src/templates/next-default/tsconfig.tsbuildinfo +0 -1
- package/src/templates/next-experiments/css.d.ts +0 -1
- package/src/templates/next-experiments/lib/utils/portable-text-to-markdown.ts +0 -83
- package/src/templates/next-pagebuilder/app/api/[[...slug]]/route.ts +0 -100
- package/src/templates/next-pagebuilder/app/api/draft-mode/disable/route.ts +0 -7
- package/src/templates/next-pagebuilder/app/api/draft-mode/enable/route.ts +0 -20
- package/src/templates/next-pagebuilder/app/api/revalidate/route.ts +0 -121
- package/src/templates/next-pagebuilder/app/sitemap.md/route.ts +0 -124
- package/src/templates/next-pagebuilder/app/studio/[[...tool]]/page.tsx +0 -8
- package/src/templates/next-pagebuilder/components/sanity/draft-mode-toggle.tsx +0 -27
- package/src/templates/next-pagebuilder/components/sanity/rich-text.tsx +0 -87
- package/src/templates/next-pagebuilder/components/sanity/visual-editing.tsx +0 -28
- package/src/templates/next-pagebuilder/components/ui/sanity-image/index.tsx +0 -41
- package/src/templates/next-pagebuilder/lib/integrations/check-integration.ts +0 -5
- package/src/templates/next-pagebuilder/lib/integrations/sanity/client.ts +0 -27
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/disable-draft-mode.tsx +0 -23
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/page-builder-input.tsx +0 -36
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/page-category-input.tsx +0 -50
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/rich-text.tsx +0 -84
- package/src/templates/next-pagebuilder/lib/integrations/sanity/confirm-publish-action.ts +0 -40
- package/src/templates/next-pagebuilder/lib/integrations/sanity/constants.ts +0 -1
- package/src/templates/next-pagebuilder/lib/integrations/sanity/env.ts +0 -34
- package/src/templates/next-pagebuilder/lib/integrations/sanity/fetchers/layout.ts +0 -34
- package/src/templates/next-pagebuilder/lib/integrations/sanity/icons.ts +0 -58
- package/src/templates/next-pagebuilder/lib/integrations/sanity/live/index.tsx +0 -88
- package/src/templates/next-pagebuilder/lib/integrations/sanity/markdown-proxy.config.ts +0 -50
- package/src/templates/next-pagebuilder/lib/integrations/sanity/page-builder-config.ts +0 -132
- package/src/templates/next-pagebuilder/lib/integrations/sanity/page-category.ts +0 -28
- package/src/templates/next-pagebuilder/lib/integrations/sanity/presentation.ts +0 -118
- package/src/templates/next-pagebuilder/lib/integrations/sanity/queries.ts +0 -394
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.cli.ts +0 -29
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.config.ts +0 -116
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/index.ts +0 -4
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/blog-content.ts +0 -89
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/description.ts +0 -29
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/hero.ts +0 -28
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/singleton/content-collection.ts +0 -45
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/content/author.ts +0 -70
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/content/blog-category.ts +0 -55
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/index.ts +0 -96
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/company-data.ts +0 -62
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/footer.ts +0 -79
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/navbar.ts +0 -74
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/link.ts +0 -125
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/logo-field.ts +0 -9
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/metadata.ts +0 -68
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/nav-objects.ts +0 -192
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page-builder.ts +0 -39
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page-folder.ts +0 -124
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page.ts +0 -232
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/richText.ts +0 -63
- package/src/templates/next-pagebuilder/lib/integrations/sanity/singletons.ts +0 -44
- package/src/templates/next-pagebuilder/lib/integrations/sanity/structure.ts +0 -453
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/image.ts +0 -8
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/link.ts +0 -137
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/page-builder-markdown.ts +0 -81
- package/src/templates/next-pagebuilder/lib/scripts/sanity-typegen.ts +0 -45
- package/src/templates/next-pagebuilder/lib/utils/json-ld.tsx +0 -213
- package/src/templates/next-pagebuilder/lib/utils/metadata.ts +0 -167
- package/src/templates/next-pagebuilder/lib/utils/sitemap.ts +0 -37
- package/src/templates/next-pagebuilder/proxy.ts +0 -81
- package/src/templates/next-webgl/css.d.ts +0 -1
- package/src/templates/next-webgl/lib/utils/portable-text-to-markdown.ts +0 -83
- package/dist/{helpers → infrastructure}/create/copy-template.js +0 -0
- package/dist/{helpers → infrastructure}/create/rename-files.d.ts +0 -0
- package/dist/{helpers → infrastructure}/create/rename-files.js +0 -0
- package/dist/{helpers → infrastructure}/create/setup-sanity.d.ts +0 -0
- package/dist/{helpers/integrate → modules/features/cms}/sanity/config.d.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/draft-mode/disable/route.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/draft-mode/enable/route.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/studio/[[...tool]]/page.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/studio/layout.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/components/ui/sanity-image/index.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/README.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/check-integration.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/MARKDOWN-PROXY.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/README.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/client.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/components/disable-draft-mode.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/components/rich-text.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/confirm-publish-action.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/live/index.tsx +1 -1
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/markdown-proxy.config.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.cli.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.config.ts +1 -1
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.types.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schema.json +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/article.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/example.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/link.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/metadata.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/navigation.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/richText.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/structure.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/utils/image.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/utils/link.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/portable-text-to-markdown.ts +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { type HookId } from "../../domain/hooks.js";
|
|
1
2
|
/**
|
|
2
3
|
* Copy selected hook files from the template-hooks source directory into the
|
|
3
4
|
* target project's `hooks/` directory.
|
|
4
5
|
*
|
|
5
|
-
* Only hooks whose
|
|
6
|
-
* considered valid. Unknown filenames are silently skipped.
|
|
6
|
+
* Only hooks whose ids appear in the shared hook catalog are considered valid.
|
|
7
7
|
*
|
|
8
8
|
* @param targetDir - Absolute path to the scaffolded project directory
|
|
9
|
-
* @param
|
|
9
|
+
* @param hookIds - Array of hook ids to install (e.g. `["use-battery"]`)
|
|
10
10
|
*/
|
|
11
|
-
export declare function addHooks(targetDir: string,
|
|
11
|
+
export declare function addHooks(targetDir: string, hookIds: HookId[]): Promise<void>;
|
|
12
12
|
/**
|
|
13
13
|
* Interactive flow for adding hooks to an existing project.
|
|
14
14
|
* Validates the project, prompts for hook selection, copies files,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/application/add-hooks/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAIN,KAAK,MAAM,EACX,MAAM,uBAAuB,CAAC;AAG/B;;;;;;;;GAQG;AACH,wBAAsB,QAAQ,CAC7B,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EAAE,GACf,OAAO,CAAC,IAAI,CAAC,CAgBf;AAQD;;;;GAIG;AACH,wBAAsB,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,CA4HlD"}
|
|
@@ -3,30 +3,26 @@ import fs from "fs-extra";
|
|
|
3
3
|
import ora from "ora";
|
|
4
4
|
import pc from "picocolors";
|
|
5
5
|
import prompts from "prompts";
|
|
6
|
+
import { expandHookSelection, HOOK_CATALOG, HOOKS, } from "../../domain/hooks.js";
|
|
6
7
|
import { TEMPLATE_HOOKS_DIR } from "../../paths.js";
|
|
7
|
-
import { hooksConfig } from "./hooks-config.js";
|
|
8
8
|
/**
|
|
9
9
|
* Copy selected hook files from the template-hooks source directory into the
|
|
10
10
|
* target project's `hooks/` directory.
|
|
11
11
|
*
|
|
12
|
-
* Only hooks whose
|
|
13
|
-
* considered valid. Unknown filenames are silently skipped.
|
|
12
|
+
* Only hooks whose ids appear in the shared hook catalog are considered valid.
|
|
14
13
|
*
|
|
15
14
|
* @param targetDir - Absolute path to the scaffolded project directory
|
|
16
|
-
* @param
|
|
15
|
+
* @param hookIds - Array of hook ids to install (e.g. `["use-battery"]`)
|
|
17
16
|
*/
|
|
18
|
-
export async function addHooks(targetDir,
|
|
19
|
-
if (
|
|
17
|
+
export async function addHooks(targetDir, hookIds) {
|
|
18
|
+
if (hookIds.length === 0)
|
|
20
19
|
return;
|
|
21
20
|
const projectHooksDir = path.join(targetDir, "hooks");
|
|
22
21
|
await fs.ensureDir(projectHooksDir);
|
|
23
|
-
for (const
|
|
24
|
-
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
continue;
|
|
28
|
-
const sourcePath = path.join(TEMPLATE_HOOKS_DIR, hookFile);
|
|
29
|
-
const destPath = path.join(projectHooksDir, hookFile);
|
|
22
|
+
for (const hookId of hookIds) {
|
|
23
|
+
const hook = HOOKS[hookId];
|
|
24
|
+
const sourcePath = path.join(TEMPLATE_HOOKS_DIR, hook.file);
|
|
25
|
+
const destPath = path.join(projectHooksDir, hook.file);
|
|
30
26
|
if (await fs.pathExists(sourcePath)) {
|
|
31
27
|
await fs.copy(sourcePath, destPath);
|
|
32
28
|
}
|
|
@@ -39,19 +35,16 @@ export async function addHooks(targetDir, hookNames) {
|
|
|
39
35
|
*/
|
|
40
36
|
export async function addToProject() {
|
|
41
37
|
const targetDir = process.cwd();
|
|
42
|
-
// 1. Validate current directory has a package.json
|
|
43
38
|
const pkgPath = path.join(targetDir, "package.json");
|
|
44
39
|
if (!(await fs.pathExists(pkgPath))) {
|
|
45
40
|
console.log(pc.red("\n No package.json found in the current directory."));
|
|
46
41
|
console.log(pc.yellow(" Make sure you're in a project directory.\n"));
|
|
47
42
|
return;
|
|
48
43
|
}
|
|
49
|
-
// 2. Detect src/ prefix for hooks directory
|
|
50
44
|
const usesSrc = await fs.pathExists(path.join(targetDir, "src/app"));
|
|
51
45
|
const hooksDir = usesSrc
|
|
52
46
|
? path.join(targetDir, "src/hooks")
|
|
53
47
|
: path.join(targetDir, "hooks");
|
|
54
|
-
// 3. Prompt for what to add
|
|
55
48
|
const { category } = (await prompts({
|
|
56
49
|
type: "select",
|
|
57
50
|
name: "category",
|
|
@@ -69,52 +62,47 @@ export async function addToProject() {
|
|
|
69
62
|
return;
|
|
70
63
|
}
|
|
71
64
|
if (category === "hooks") {
|
|
72
|
-
// 4. Check which hooks are already installed
|
|
73
65
|
const installedHooks = new Set();
|
|
74
|
-
for (const hook of
|
|
66
|
+
for (const hook of HOOK_CATALOG) {
|
|
75
67
|
const hookPath = path.join(hooksDir, hook.file);
|
|
76
68
|
if (await fs.pathExists(hookPath)) {
|
|
77
|
-
installedHooks.add(hook.
|
|
69
|
+
installedHooks.add(hook.id);
|
|
78
70
|
}
|
|
79
71
|
}
|
|
80
|
-
const availableHooks =
|
|
72
|
+
const availableHooks = HOOK_CATALOG.filter((hook) => !installedHooks.has(hook.id));
|
|
81
73
|
if (availableHooks.length === 0) {
|
|
82
74
|
console.log(pc.green("\n All available hooks are already installed.\n"));
|
|
83
75
|
return;
|
|
84
76
|
}
|
|
85
|
-
// 5. Prompt for hook selection
|
|
86
77
|
const { selectedHooks } = (await prompts({
|
|
87
78
|
type: "multiselect",
|
|
88
79
|
name: "selectedHooks",
|
|
89
80
|
message: "Select hooks to add:",
|
|
90
81
|
choices: availableHooks.map((h) => ({
|
|
91
|
-
title: h.
|
|
92
|
-
value: h.
|
|
82
|
+
title: h.label,
|
|
83
|
+
value: h.id,
|
|
93
84
|
})),
|
|
94
85
|
}));
|
|
95
86
|
if (!selectedHooks || selectedHooks.length === 0) {
|
|
96
87
|
console.log(pc.yellow("\n No hooks selected.\n"));
|
|
97
88
|
return;
|
|
98
89
|
}
|
|
99
|
-
|
|
90
|
+
const hooksToInstall = expandHookSelection(selectedHooks);
|
|
100
91
|
const spinner = ora("Adding hooks...").start();
|
|
101
92
|
try {
|
|
102
|
-
// Copy hook files
|
|
103
93
|
await fs.ensureDir(hooksDir);
|
|
104
|
-
for (const
|
|
105
|
-
const
|
|
106
|
-
const
|
|
94
|
+
for (const hookId of hooksToInstall) {
|
|
95
|
+
const hook = HOOKS[hookId];
|
|
96
|
+
const sourcePath = path.join(TEMPLATE_HOOKS_DIR, hook.file);
|
|
97
|
+
const destPath = path.join(hooksDir, hook.file);
|
|
107
98
|
if (await fs.pathExists(sourcePath)) {
|
|
108
99
|
await fs.copy(sourcePath, destPath);
|
|
109
100
|
}
|
|
110
101
|
}
|
|
111
|
-
// Inject dependencies into package.json
|
|
112
102
|
const pkg = (await fs.readJson(pkgPath));
|
|
113
103
|
let depsAdded = false;
|
|
114
|
-
for (const
|
|
115
|
-
const hookCfg =
|
|
116
|
-
if (!hookCfg)
|
|
117
|
-
continue;
|
|
104
|
+
for (const hookId of hooksToInstall) {
|
|
105
|
+
const hookCfg = HOOKS[hookId];
|
|
118
106
|
if (Object.keys(hookCfg.dependencies).length > 0) {
|
|
119
107
|
pkg.dependencies = {
|
|
120
108
|
...pkg.dependencies,
|
|
@@ -139,9 +127,8 @@ export async function addToProject() {
|
|
|
139
127
|
spinner.fail("Failed to add hooks");
|
|
140
128
|
throw error;
|
|
141
129
|
}
|
|
142
|
-
// 7. Summary
|
|
143
130
|
const hookNames = selectedHooks
|
|
144
|
-
.map((
|
|
131
|
+
.map((hookId) => HOOKS[hookId].label)
|
|
145
132
|
.join(", ");
|
|
146
133
|
console.log(`\n ${pc.bold(pc.green("Done!"))} Added: ${pc.cyan(hookNames)}`);
|
|
147
134
|
console.log(`\n ${pc.bold("Next steps:")}`);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/add-hooks/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,12 +13,7 @@ export interface MergeResults {
|
|
|
13
13
|
skipped?: SkippedEntry[];
|
|
14
14
|
failed?: FailedEntry[];
|
|
15
15
|
}
|
|
16
|
-
/**
|
|
17
|
-
* Format merge results for display with colored output.
|
|
18
|
-
*
|
|
19
|
-
* Accepts results from injectIntegration or injectLayer and returns
|
|
20
|
-
* an array of human-readable, color-coded lines.
|
|
21
|
-
*/
|
|
16
|
+
/** Convert merge results into human-readable, colorized terminal lines. */
|
|
22
17
|
export declare function formatMergeResults(results: MergeResults): string[];
|
|
23
18
|
export {};
|
|
24
19
|
//# sourceMappingURL=format-results.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-results.d.ts","sourceRoot":"","sources":["../../../src/application/add-integration/format-results.ts"],"names":[],"mappings":"AAEA,UAAU,YAAY;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CACf;AAED,UAAU,WAAW;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC5B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;CACvB;AAED,2EAA2E;AAC3E,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,EAAE,CAgClE"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import pc from "picocolors";
|
|
2
|
-
/**
|
|
3
|
-
* Format merge results for display with colored output.
|
|
4
|
-
*
|
|
5
|
-
* Accepts results from injectIntegration or injectLayer and returns
|
|
6
|
-
* an array of human-readable, color-coded lines.
|
|
7
|
-
*/
|
|
2
|
+
/** Convert merge results into human-readable, colorized terminal lines. */
|
|
8
3
|
export function formatMergeResults(results) {
|
|
9
4
|
const lines = [];
|
|
10
5
|
if (results.replaced && results.replaced.length > 0) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-results.js","sourceRoot":"","sources":["../../../src/application/add-integration/format-results.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,YAAY,CAAC;AAoB5B,2EAA2E;AAC3E,MAAM,UAAU,kBAAkB,CAAC,OAAqB;IACvD,MAAM,KAAK,GAAa,EAAE,CAAC;IAE3B,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACrD,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC5E,CAAC;IAED,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjD,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IACxE,CAAC;IAED,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjD,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IACvE,CAAC;IAED,IAAI,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACnD,KAAK,CAAC,IAAI,CACT,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAC5B,EAAE,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC,CACjD,CACD,CAAC;IACH,CAAC;IAED,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjD,KAAK,CAAC,IAAI,CACT,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAC3B,EAAE,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,GAAG,CAAC,CAC5C,CACD,CAAC;IACH,CAAC;IAED,OAAO,KAAK,CAAC;AACd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/application/add-integration/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAe,KAAK,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAkB9D,UAAU,qBAAqB;IAC9B,GAAG,CAAC,EAAE,KAAK,CAAC;CACZ;AAuDD;;;;;;GAMG;AACH,wBAAsB,cAAc,CACnC,OAAO,GAAE,qBAA0B,GACjC,OAAO,CAAC,IAAI,CAAC,CA0Of"}
|
|
@@ -4,10 +4,15 @@ import fs from "fs-extra";
|
|
|
4
4
|
import ora from "ora";
|
|
5
5
|
import pc from "picocolors";
|
|
6
6
|
import prompts from "prompts";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
7
|
+
import { AGENT_CATALOG } from "../../domain/agents.js";
|
|
8
|
+
import { CMS_CATALOG } from "../../domain/cms.js";
|
|
9
|
+
import { buildSkillInstallCommand, getSkillInstallDefinition, } from "../../domain/skills.js";
|
|
10
|
+
import { getSanityMcpManualInstruction, registerSanityMcp, } from "../../infrastructure/agents/register-sanity-mcp.js";
|
|
11
|
+
import { setupSanity } from "../../infrastructure/create/setup-sanity.js";
|
|
12
|
+
import { injectIntegration } from "../../infrastructure/integrations/inject-integration.js";
|
|
13
|
+
import { sanityConfig } from "../../modules/features/cms/sanity/config.js";
|
|
14
|
+
import { checkExistingIntegration, validateNextProject, } from "../shared/project-detection.js";
|
|
15
|
+
import { formatMergeResults } from "./format-results.js";
|
|
11
16
|
/**
|
|
12
17
|
* Add CMS dependencies to package.json from integration config manifests.
|
|
13
18
|
*/
|
|
@@ -60,18 +65,16 @@ export async function addIntegration(options = {}) {
|
|
|
60
65
|
validationSpinner.succeed(pc.green(`Found Next.js project: ${pc.cyan(validation.pkg.name ?? "unnamed")} (${projectStructure} structure)`));
|
|
61
66
|
// 2. Select integration (or use flag)
|
|
62
67
|
let integration = options.cms;
|
|
63
|
-
if (!integration
|
|
68
|
+
if (!integration) {
|
|
64
69
|
const { selectedIntegration } = (await prompts({
|
|
65
70
|
type: "select",
|
|
66
71
|
name: "selectedIntegration",
|
|
67
72
|
message: "Which integration would you like to add?",
|
|
68
|
-
choices:
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
},
|
|
74
|
-
],
|
|
73
|
+
choices: CMS_CATALOG.map((cms) => ({
|
|
74
|
+
title: cms.label,
|
|
75
|
+
description: cms.description,
|
|
76
|
+
value: cms.id,
|
|
77
|
+
})),
|
|
75
78
|
}));
|
|
76
79
|
if (!selectedIntegration) {
|
|
77
80
|
console.log(pc.yellow("\nOperation cancelled.\n"));
|
|
@@ -125,45 +128,48 @@ export async function addIntegration(options = {}) {
|
|
|
125
128
|
const message = e instanceof Error ? e.message : String(e);
|
|
126
129
|
depsSpinner.warn(pc.yellow(`Failed to update package.json: ${message}`));
|
|
127
130
|
}
|
|
128
|
-
// 6.
|
|
131
|
+
// 6. Optional MCP registration + Agent Toolkit
|
|
129
132
|
if (integration === "sanity") {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
133
|
+
const detectedMcpAgents = AGENT_CATALOG.filter((agent) => fs.existsSync(path.join(targetDir, agent.folder)));
|
|
134
|
+
if (detectedMcpAgents.length > 0) {
|
|
135
|
+
const { mcpAgents } = (await prompts({
|
|
136
|
+
type: "multiselect",
|
|
137
|
+
name: "mcpAgents",
|
|
138
|
+
message: "Which agents should receive Sanity MCP setup?",
|
|
139
|
+
choices: detectedMcpAgents.map((agent) => ({
|
|
140
|
+
title: agent.label,
|
|
141
|
+
value: agent.id,
|
|
142
|
+
selected: true,
|
|
143
|
+
})),
|
|
144
|
+
min: 1,
|
|
145
|
+
hint: "Space to select, Enter to confirm",
|
|
146
|
+
}));
|
|
147
|
+
if (mcpAgents && mcpAgents.length > 0) {
|
|
148
|
+
const mcpSpinner = ora("Registering Sanity MCP server...").start();
|
|
149
|
+
const mcpResult = await registerSanityMcp(targetDir, mcpAgents);
|
|
150
|
+
if (mcpResult.failed.length === 0) {
|
|
151
|
+
mcpSpinner.succeed(pc.green("Sanity MCP server configured."));
|
|
144
152
|
}
|
|
145
153
|
else {
|
|
146
|
-
mcpSpinner.warn(pc.yellow("
|
|
154
|
+
mcpSpinner.warn(pc.yellow("Sanity MCP setup completed with warnings."));
|
|
155
|
+
for (const failure of mcpResult.failed) {
|
|
156
|
+
const agent = AGENT_CATALOG.find((candidate) => candidate.id === failure.agent);
|
|
157
|
+
const label = agent?.label ?? failure.agent;
|
|
158
|
+
console.log(pc.yellow(` - ${label}: ${failure.reason || "Failed to configure automatically."}`));
|
|
159
|
+
console.log(pc.dim(` Manual: ${getSanityMcpManualInstruction(failure.agent)}`));
|
|
160
|
+
}
|
|
147
161
|
}
|
|
148
162
|
}
|
|
149
163
|
}
|
|
150
164
|
// Agent toolkit skills — detect all known agent directories
|
|
151
|
-
const
|
|
152
|
-
".claude": "claude-code",
|
|
153
|
-
".opencode": "opencode",
|
|
154
|
-
".cursor": "cursor",
|
|
155
|
-
".codex": "codex",
|
|
156
|
-
".gemini": "gemini-cli",
|
|
157
|
-
};
|
|
158
|
-
const detectedAgents = Object.entries(agentDirMap)
|
|
159
|
-
.filter(([dir]) => fs.existsSync(path.join(targetDir, dir)))
|
|
160
|
-
.map(([, arg]) => arg);
|
|
165
|
+
const detectedAgents = AGENT_CATALOG.filter((agent) => fs.existsSync(path.join(targetDir, agent.folder))).map((agent) => agent.cliArg);
|
|
161
166
|
if (detectedAgents.length > 0) {
|
|
162
167
|
const skillsSpinner = ora("Installing Sanity agent toolkit...").start();
|
|
163
168
|
let installed = false;
|
|
169
|
+
const install = getSkillInstallDefinition("sanity-agent-toolkit");
|
|
164
170
|
for (const agentArg of detectedAgents) {
|
|
165
171
|
try {
|
|
166
|
-
execSync(
|
|
172
|
+
execSync(buildSkillInstallCommand("sanity-agent-toolkit", { agentArg }), {
|
|
167
173
|
cwd: targetDir,
|
|
168
174
|
stdio: "ignore",
|
|
169
175
|
});
|
|
@@ -177,7 +183,7 @@ export async function addIntegration(options = {}) {
|
|
|
177
183
|
skillsSpinner.succeed(pc.green("Sanity agent toolkit installed."));
|
|
178
184
|
}
|
|
179
185
|
else {
|
|
180
|
-
skillsSpinner.warn(pc.yellow(
|
|
186
|
+
skillsSpinner.warn(pc.yellow(`Could not install Sanity agent toolkit. Add manually: bunx skills add ${install.source}`));
|
|
181
187
|
}
|
|
182
188
|
}
|
|
183
189
|
}
|
|
@@ -185,7 +191,6 @@ export async function addIntegration(options = {}) {
|
|
|
185
191
|
let sanitySetupDone = false;
|
|
186
192
|
if (integration === "sanity") {
|
|
187
193
|
try {
|
|
188
|
-
const { setupSanity } = await import("../create/setup-sanity.js");
|
|
189
194
|
sanitySetupDone = await setupSanity(targetDir);
|
|
190
195
|
}
|
|
191
196
|
catch (e) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/add-integration/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { CreateContext, CreateSelection } from "../../core/create/types.js";
|
|
2
|
+
export interface BuildCreateContextOptions {
|
|
3
|
+
projectName: string;
|
|
4
|
+
targetDir: string;
|
|
5
|
+
pathPrefix?: "" | "src/";
|
|
6
|
+
selection: CreateSelection;
|
|
7
|
+
}
|
|
8
|
+
export declare function buildCreateContext({ projectName, targetDir, pathPrefix, selection, }: BuildCreateContextOptions): CreateContext;
|
|
9
|
+
//# sourceMappingURL=build-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-context.d.ts","sourceRoot":"","sources":["../../../src/application/create-project/build-context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,aAAa,EACb,eAAe,EACf,MAAM,4BAA4B,CAAC;AAEpC,MAAM,WAAW,yBAAyB;IACzC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,EAAE,GAAG,MAAM,CAAC;IACzB,SAAS,EAAE,eAAe,CAAC;CAC3B;AAED,wBAAgB,kBAAkB,CAAC,EAClC,WAAW,EACX,SAAS,EACT,UAAe,EACf,SAAS,GACT,EAAE,yBAAyB,GAAG,aAAa,CAW3C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function buildCreateContext({ projectName, targetDir, pathPrefix = "", selection, }) {
|
|
2
|
+
return {
|
|
3
|
+
projectName,
|
|
4
|
+
targetDir,
|
|
5
|
+
pathPrefix,
|
|
6
|
+
template: selection.template,
|
|
7
|
+
cms: selection.cms,
|
|
8
|
+
animation: selection.animation,
|
|
9
|
+
agents: selection.agents,
|
|
10
|
+
hooks: selection.hooks,
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=build-context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-context.js","sourceRoot":"","sources":["../../../src/application/create-project/build-context.ts"],"names":[],"mappings":"AAYA,MAAM,UAAU,kBAAkB,CAAC,EAClC,WAAW,EACX,SAAS,EACT,UAAU,GAAG,EAAE,EACf,SAAS,GACkB;IAC3B,OAAO;QACN,WAAW;QACX,SAAS;QACT,UAAU;QACV,QAAQ,EAAE,SAAS,CAAC,QAAQ;QAC5B,GAAG,EAAE,SAAS,CAAC,GAAG;QAClB,SAAS,EAAE,SAAS,CAAC,SAAS;QAC9B,MAAM,EAAE,SAAS,CAAC,MAAM;QACxB,KAAK,EAAE,SAAS,CAAC,KAAK;KACtB,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { type CreatePlanExecutor } from "../../core/create/execute-plan.js";
|
|
2
|
+
import { type CreateRegistry } from "../../core/create/registry.js";
|
|
3
|
+
import type { CreateSelection } from "../../core/create/types.js";
|
|
4
|
+
import type { AgentId } from "../../domain/agents.js";
|
|
5
|
+
import type { AnimationId } from "../../domain/animations.js";
|
|
6
|
+
import type { CmsId } from "../../domain/cms.js";
|
|
7
|
+
import type { HookId } from "../../domain/hooks.js";
|
|
8
|
+
import type { TemplateId } from "../../domain/templates.js";
|
|
9
|
+
import { type BuildCreateContextOptions } from "./build-context.js";
|
|
10
|
+
/** User-facing inputs collected by the `create` command. */
|
|
11
|
+
export interface CreateProjectOptions {
|
|
12
|
+
projectName: string;
|
|
13
|
+
targetDir: string;
|
|
14
|
+
template: TemplateId;
|
|
15
|
+
cms: CmsId | null;
|
|
16
|
+
animation: AnimationId | null;
|
|
17
|
+
agents: AgentId[];
|
|
18
|
+
hooks: HookId[];
|
|
19
|
+
}
|
|
20
|
+
/** High-level result returned to the CLI after project creation finishes. */
|
|
21
|
+
export interface CreateProjectResult {
|
|
22
|
+
success: boolean;
|
|
23
|
+
sanitySetupDone: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface RunComposableCreateProjectOptions extends Omit<BuildCreateContextOptions, "selection"> {
|
|
26
|
+
selection: CreateSelection;
|
|
27
|
+
registry: CreateRegistry;
|
|
28
|
+
executor: CreatePlanExecutor;
|
|
29
|
+
}
|
|
30
|
+
export interface RunComposableCreateProjectResult {
|
|
31
|
+
sanitySetupDone: boolean;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Resolve prompt selections into a composable plan and execute the full create
|
|
35
|
+
* pipeline through the infrastructure executor.
|
|
36
|
+
*/
|
|
37
|
+
export declare function createProject(options: CreateProjectOptions): Promise<CreateProjectResult>;
|
|
38
|
+
/**
|
|
39
|
+
* Execute the scaffold pipeline in order: build context, build the plan,
|
|
40
|
+
* execute file/package work, run lifecycle hooks, then report post-create
|
|
41
|
+
* effects such as Sanity setup.
|
|
42
|
+
*/
|
|
43
|
+
export declare function runComposableCreateProject({ selection, projectName, targetDir, pathPrefix, registry, executor, }: RunComposableCreateProjectOptions): Promise<RunComposableCreateProjectResult>;
|
|
44
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/application/create-project/index.ts"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,kBAAkB,EAEvB,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACN,KAAK,cAAc,EAEnB,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAO5D,OAAO,EACN,KAAK,yBAAyB,EAE9B,MAAM,oBAAoB,CAAC;AAI5B,4DAA4D;AAC5D,MAAM,WAAW,oBAAoB;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,UAAU,CAAC;IACrB,GAAG,EAAE,KAAK,GAAG,IAAI,CAAC;IAClB,SAAS,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;CAChB;AAED,6EAA6E;AAC7E,MAAM,WAAW,mBAAmB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,iCAChB,SAAQ,IAAI,CAAC,yBAAyB,EAAE,WAAW,CAAC;IACpD,SAAS,EAAE,eAAe,CAAC;IAC3B,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,EAAE,kBAAkB,CAAC;CAC7B;AAED,MAAM,WAAW,gCAAgC;IAChD,eAAe,EAAE,OAAO,CAAC;CACzB;AAED;;;GAGG;AACH,wBAAsB,aAAa,CAClC,OAAO,EAAE,oBAAoB,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAgC9B;AAED;;;;GAIG;AACH,wBAAsB,0BAA0B,CAAC,EAChD,SAAS,EACT,WAAW,EACX,SAAS,EACT,UAAU,EACV,QAAQ,EACR,QAAQ,GACR,EAAE,iCAAiC,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAsB/E"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { buildCreatePlan } from "../../core/create/build-plan.js";
|
|
2
|
+
import { executeCreatePlan, } from "../../core/create/execute-plan.js";
|
|
3
|
+
import { CREATE_LIFECYCLE_STEP_IDS } from "../../core/create/internal-ids.js";
|
|
4
|
+
import { createRegistry, } from "../../core/create/registry.js";
|
|
5
|
+
import { createInfrastructureCreateExecutor } from "../../infrastructure/create/executor.js";
|
|
6
|
+
import { agentFeatures } from "../../modules/features/agents/index.js";
|
|
7
|
+
import { animationFeatures } from "../../modules/features/animation/index.js";
|
|
8
|
+
import { cmsFeatures } from "../../modules/features/cms/index.js";
|
|
9
|
+
import { hookFeatures } from "../../modules/features/hooks/index.js";
|
|
10
|
+
import { presetModules } from "../../modules/presets/index.js";
|
|
11
|
+
import { buildCreateContext, } from "./build-context.js";
|
|
12
|
+
import { mapSelectionToRegistry } from "./map-selection-to-registry.js";
|
|
13
|
+
import { resolveComposableCreateSelection } from "./resolve-selection.js";
|
|
14
|
+
/**
|
|
15
|
+
* Resolve prompt selections into a composable plan and execute the full create
|
|
16
|
+
* pipeline through the infrastructure executor.
|
|
17
|
+
*/
|
|
18
|
+
export async function createProject(options) {
|
|
19
|
+
const { projectName, targetDir, template, cms, animation, agents, hooks } = options;
|
|
20
|
+
const selection = resolveComposableCreateSelection({
|
|
21
|
+
template,
|
|
22
|
+
cms,
|
|
23
|
+
animation,
|
|
24
|
+
agents,
|
|
25
|
+
hooks,
|
|
26
|
+
});
|
|
27
|
+
const result = await runComposableCreateProject({
|
|
28
|
+
selection,
|
|
29
|
+
projectName,
|
|
30
|
+
targetDir,
|
|
31
|
+
registry: createRegistry({
|
|
32
|
+
presets: presetModules,
|
|
33
|
+
features: [
|
|
34
|
+
...cmsFeatures,
|
|
35
|
+
...animationFeatures,
|
|
36
|
+
...hookFeatures,
|
|
37
|
+
...agentFeatures,
|
|
38
|
+
],
|
|
39
|
+
}),
|
|
40
|
+
executor: createInfrastructureCreateExecutor(),
|
|
41
|
+
});
|
|
42
|
+
return {
|
|
43
|
+
success: true,
|
|
44
|
+
sanitySetupDone: result.sanitySetupDone,
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Execute the scaffold pipeline in order: build context, build the plan,
|
|
49
|
+
* execute file/package work, run lifecycle hooks, then report post-create
|
|
50
|
+
* effects such as Sanity setup.
|
|
51
|
+
*/
|
|
52
|
+
export async function runComposableCreateProject({ selection, projectName, targetDir, pathPrefix, registry, executor, }) {
|
|
53
|
+
const context = buildCreateContext({
|
|
54
|
+
selection,
|
|
55
|
+
projectName,
|
|
56
|
+
targetDir,
|
|
57
|
+
pathPrefix,
|
|
58
|
+
});
|
|
59
|
+
const registrySelection = mapSelectionToRegistry(selection);
|
|
60
|
+
const plan = buildCreatePlan({
|
|
61
|
+
selection: registrySelection,
|
|
62
|
+
context,
|
|
63
|
+
registry,
|
|
64
|
+
});
|
|
65
|
+
const executionResult = await executeCreatePlan(plan, context, executor);
|
|
66
|
+
return {
|
|
67
|
+
sanitySetupDone: executionResult.completedLifecycleStepIds.includes(CREATE_LIFECYCLE_STEP_IDS.sanitySetupProject),
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/create-project/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAEN,iBAAiB,GACjB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAEN,cAAc,GACd,MAAM,+BAA+B,CAAC;AAOvC,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAC7F,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAEN,kBAAkB,GAClB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,gCAAgC,EAAE,MAAM,wBAAwB,CAAC;AA8B1E;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAClC,OAA6B;IAE7B,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,GACxE,OAAO,CAAC;IAET,MAAM,SAAS,GAAG,gCAAgC,CAAC;QAClD,QAAQ;QACR,GAAG;QACH,SAAS;QACT,MAAM;QACN,KAAK;KACL,CAAC,CAAC;IAEH,MAAM,MAAM,GAAG,MAAM,0BAA0B,CAAC;QAC/C,SAAS;QACT,WAAW;QACX,SAAS;QACT,QAAQ,EAAE,cAAc,CAAC;YACxB,OAAO,EAAE,aAAa;YACtB,QAAQ,EAAE;gBACT,GAAG,WAAW;gBACd,GAAG,iBAAiB;gBACpB,GAAG,YAAY;gBACf,GAAG,aAAa;aAChB;SACD,CAAC;QACF,QAAQ,EAAE,kCAAkC,EAAE;KAC9C,CAAC,CAAC;IAEH,OAAO;QACN,OAAO,EAAE,IAAI;QACb,eAAe,EAAE,MAAM,CAAC,eAAe;KACvC,CAAC;AACH,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAAC,EAChD,SAAS,EACT,WAAW,EACX,SAAS,EACT,UAAU,EACV,QAAQ,EACR,QAAQ,GAC2B;IACnC,MAAM,OAAO,GAAG,kBAAkB,CAAC;QAClC,SAAS;QACT,WAAW;QACX,SAAS;QACT,UAAU;KACV,CAAC,CAAC;IACH,MAAM,iBAAiB,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;IAE5D,MAAM,IAAI,GAAG,eAAe,CAAC;QAC5B,SAAS,EAAE,iBAAiB;QAC5B,OAAO;QACP,QAAQ;KACR,CAAC,CAAC;IAEH,MAAM,eAAe,GAAG,MAAM,iBAAiB,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;IAEzE,OAAO;QACN,eAAe,EAAE,eAAe,CAAC,yBAAyB,CAAC,QAAQ,CAClE,yBAAyB,CAAC,kBAAkB,CAC5C;KACD,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-selection-to-registry.d.ts","sourceRoot":"","sources":["../../../src/application/create-project/map-selection-to-registry.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,eAAe,EAEf,iBAAiB,EACjB,MAAM,4BAA4B,CAAC;AAEpC,wBAAgB,sBAAsB,CACrC,SAAS,EAAE,eAAe,GACxB,iBAAiB,CAYnB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AGENT_FEATURE_MODULE_IDS, ANIMATION_FEATURE_MODULE_IDS, CMS_FEATURE_MODULE_IDS, HOOK_FEATURE_MODULE_IDS, PRESET_MODULE_IDS, } from "../../core/create/internal-ids.js";
|
|
2
|
+
export function mapSelectionToRegistry(selection) {
|
|
3
|
+
const featureIds = [
|
|
4
|
+
mapCmsToFeatureId(selection.cms),
|
|
5
|
+
mapAnimationToFeatureId(selection.animation),
|
|
6
|
+
...selection.agents.map(mapAgentToFeatureId),
|
|
7
|
+
...selection.hooks.map(mapHookToFeatureId),
|
|
8
|
+
].filter((featureId) => featureId !== null);
|
|
9
|
+
return {
|
|
10
|
+
presetId: PRESET_MODULE_IDS[selection.template],
|
|
11
|
+
featureIds,
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function mapCmsToFeatureId(cms) {
|
|
15
|
+
if (cms === null)
|
|
16
|
+
return null;
|
|
17
|
+
return CMS_FEATURE_MODULE_IDS[cms];
|
|
18
|
+
}
|
|
19
|
+
function mapAnimationToFeatureId(animation) {
|
|
20
|
+
if (animation === null)
|
|
21
|
+
return null;
|
|
22
|
+
return ANIMATION_FEATURE_MODULE_IDS[animation];
|
|
23
|
+
}
|
|
24
|
+
function mapAgentToFeatureId(agent) {
|
|
25
|
+
return AGENT_FEATURE_MODULE_IDS[agent];
|
|
26
|
+
}
|
|
27
|
+
function mapHookToFeatureId(hook) {
|
|
28
|
+
return HOOK_FEATURE_MODULE_IDS[hook];
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=map-selection-to-registry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-selection-to-registry.js","sourceRoot":"","sources":["../../../src/application/create-project/map-selection-to-registry.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,wBAAwB,EACxB,4BAA4B,EAC5B,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,GACjB,MAAM,mCAAmC,CAAC;AAO3C,MAAM,UAAU,sBAAsB,CACrC,SAA0B;IAE1B,MAAM,UAAU,GAAG;QAClB,iBAAiB,CAAC,SAAS,CAAC,GAAG,CAAC;QAChC,uBAAuB,CAAC,SAAS,CAAC,SAAS,CAAC;QAC5C,GAAG,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,mBAAmB,CAAC;QAC5C,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,kBAAkB,CAAC;KAC1C,CAAC,MAAM,CAAC,CAAC,SAAS,EAAgC,EAAE,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC;IAE1E,OAAO;QACN,QAAQ,EAAE,iBAAiB,CAAC,SAAS,CAAC,QAAQ,CAAC;QAC/C,UAAU;KACV,CAAC;AACH,CAAC;AAED,SAAS,iBAAiB,CACzB,GAA2B;IAE3B,IAAI,GAAG,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAC9B,OAAO,sBAAsB,CAAC,GAAG,CAAC,CAAC;AACpC,CAAC;AAED,SAAS,uBAAuB,CAC/B,SAAuC;IAEvC,IAAI,SAAS,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IACpC,OAAO,4BAA4B,CAAC,SAAS,CAAC,CAAC;AAChD,CAAC;AAED,SAAS,mBAAmB,CAC3B,KAAwC;IAExC,OAAO,wBAAwB,CAAC,KAAK,CAAC,CAAC;AACxC,CAAC;AAED,SAAS,kBAAkB,CAC1B,IAAsC;IAEtC,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;AACtC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { CreateSelection } from "../../core/create/types.js";
|
|
2
|
+
import type { AgentId } from "../../domain/agents.js";
|
|
3
|
+
import type { AnimationId } from "../../domain/animations.js";
|
|
4
|
+
import type { CmsId } from "../../domain/cms.js";
|
|
5
|
+
import { type HookId } from "../../domain/hooks.js";
|
|
6
|
+
import type { TemplateId } from "../../domain/templates.js";
|
|
7
|
+
export interface ResolveComposableCreateSelectionOptions {
|
|
8
|
+
template: TemplateId;
|
|
9
|
+
cms: CmsId | null;
|
|
10
|
+
animation: AnimationId | null;
|
|
11
|
+
agents: AgentId[];
|
|
12
|
+
hooks: HookId[];
|
|
13
|
+
}
|
|
14
|
+
export declare function resolveComposableCreateSelection({ template, cms, animation, agents, hooks, }: ResolveComposableCreateSelectionOptions): CreateSelection;
|
|
15
|
+
//# sourceMappingURL=resolve-selection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolve-selection.d.ts","sourceRoot":"","sources":["../../../src/application/create-project/resolve-selection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAuB,KAAK,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5D,MAAM,WAAW,uCAAuC;IACvD,QAAQ,EAAE,UAAU,CAAC;IACrB,GAAG,EAAE,KAAK,GAAG,IAAI,CAAC;IAClB,SAAS,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;CAChB;AAED,wBAAgB,gCAAgC,CAAC,EAChD,QAAQ,EACR,GAAG,EACH,SAAS,EACT,MAAM,EACN,KAAK,GACL,EAAE,uCAAuC,GAAG,eAAe,CAQ3D"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { expandHookSelection } from "../../domain/hooks.js";
|
|
2
|
+
export function resolveComposableCreateSelection({ template, cms, animation, agents, hooks, }) {
|
|
3
|
+
return {
|
|
4
|
+
template,
|
|
5
|
+
cms,
|
|
6
|
+
animation,
|
|
7
|
+
agents: [...new Set(agents)],
|
|
8
|
+
hooks: expandHookSelection([...new Set(hooks)]),
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=resolve-selection.js.map
|