launchframe 0.3.1 → 0.4.1

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.
Files changed (95) hide show
  1. package/.amazonq/cli-agents/clone-website.json +9 -0
  2. package/.amazonq/cli-agents/launchframe.json +9 -0
  3. package/.amazonq/rules/project.md +158 -0
  4. package/{template/.augment → .augment}/commands/clone-website.md +35 -112
  5. package/.augment/commands/launchframe.md +46 -0
  6. package/.claude/skills/clone-website/SKILL.md +487 -0
  7. package/.claude/skills/launchframe/SKILL.md +45 -0
  8. package/.clinerules +158 -0
  9. package/.codex/skills/clone-website/SKILL.md +487 -0
  10. package/.codex/skills/launchframe/SKILL.md +45 -0
  11. package/{template/.continue → .continue}/commands/clone-website.md +35 -112
  12. package/.continue/commands/launchframe.md +47 -0
  13. package/.continue/rules/project.md +162 -0
  14. package/{template/.cursor → .cursor}/commands/clone-website.md +35 -112
  15. package/.cursor/commands/launchframe.md +42 -0
  16. package/.cursor/rules/project.mdc +7 -0
  17. package/{template/.gemini → .gemini}/commands/clone-website.toml +35 -112
  18. package/.gemini/commands/launchframe.toml +48 -0
  19. package/.github/copilot-instructions.md +158 -0
  20. package/.github/skills/clone-website/SKILL.md +487 -0
  21. package/.github/skills/launchframe/SKILL.md +45 -0
  22. package/.gitignore +49 -0
  23. package/{template/.opencode → .opencode}/commands/clone-website.md +35 -112
  24. package/.opencode/commands/launchframe.md +45 -0
  25. package/.windsurf/workflows/clone-website.md +484 -0
  26. package/.windsurf/workflows/launchframe.md +42 -0
  27. package/AGENTS.md +66 -0
  28. package/README.md +149 -31
  29. package/bin/launchframe.mjs +348 -315
  30. package/docs/research/INSPECTION_GUIDE.md +90 -0
  31. package/package.json +73 -26
  32. package/scripts/sync-skills.mjs +124 -0
  33. package/{template/src → src}/app/globals.css +1 -93
  34. package/{template/src → src}/app/layout.tsx +16 -5
  35. package/src/app/page.tsx +40 -0
  36. package/src/lib/launchframe-config.ts +8 -0
  37. package/template/.amazonq/cli-agents/clone-website.json +0 -9
  38. package/template/.amazonq/rules/project.md +0 -281
  39. package/template/.claude/skills/clone-website/SKILL.md +0 -564
  40. package/template/.claude/skills/marketing-social-proof-motion/SKILL.md +0 -47
  41. package/template/.clinerules +0 -285
  42. package/template/.codex/skills/clone-website/SKILL.md +0 -564
  43. package/template/.continue/rules/project.md +0 -285
  44. package/template/.cursor/commands/marketing-social-proof-motion.md +0 -42
  45. package/template/.cursor/rules/project.mdc +0 -22
  46. package/template/.github/copilot-instructions.md +0 -281
  47. package/template/.github/skills/clone-website/SKILL.md +0 -564
  48. package/template/.nvmrc +0 -1
  49. package/template/.windsurf/workflows/clone-website.md +0 -561
  50. package/template/AGENTS.md +0 -160
  51. package/template/LICENSE +0 -21
  52. package/template/README.md +0 -121
  53. package/template/START_HERE.md +0 -15
  54. package/template/docs/design-references/playwright-example.com-1440px.png +0 -0
  55. package/template/docs/design-references/playwright-example.com-390px.png +0 -0
  56. package/template/docs/research/INSPECTION_GUIDE.md +0 -124
  57. package/template/launchframe.config.json +0 -14
  58. package/template/package-lock.json +0 -9873
  59. package/template/package.json +0 -54
  60. package/template/scripts/.gitkeep +0 -0
  61. package/template/scripts/recon-playwright.mjs +0 -396
  62. package/template/scripts/sync-skills.mjs +0 -111
  63. package/template/src/app/page.tsx +0 -5
  64. package/template/src/components/marketing/scribewise-landing.tsx +0 -34
  65. package/template/src/hooks/.gitkeep +0 -0
  66. package/template/src/types/.gitkeep +0 -0
  67. /package/{template/.aider.conf.yml → .aider.conf.yml} +0 -0
  68. /package/{template/.dockerignore → .dockerignore} +0 -0
  69. /package/{template/.gitattributes → .gitattributes} +0 -0
  70. /package/{template/.github → .github}/ISSUE_TEMPLATE/bug_report.yml +0 -0
  71. /package/{template/.github → .github}/ISSUE_TEMPLATE/config.yml +0 -0
  72. /package/{template/.github → .github}/ISSUE_TEMPLATE/feature_request.yml +0 -0
  73. /package/{template/.github → .github}/PULL_REQUEST_TEMPLATE.md +0 -0
  74. /package/{template/.github → .github}/copilot-setup-steps.yml +0 -0
  75. /package/{template/.github → .github}/workflows/ci.yml +0 -0
  76. /package/{template/.windsurfrules → .windsurfrules} +0 -0
  77. /package/{template/CLAUDE.md → CLAUDE.md} +0 -0
  78. /package/{template/Dockerfile → Dockerfile} +0 -0
  79. /package/{template/Dockerfile.dev → Dockerfile.dev} +0 -0
  80. /package/{template/GEMINI.md → GEMINI.md} +0 -0
  81. /package/{template/components.json → components.json} +0 -0
  82. /package/{template/docker-compose.yml → docker-compose.yml} +0 -0
  83. /package/{template/docs → docs}/design-references/.gitkeep +0 -0
  84. /package/{template/docs → docs}/design-references/comparison.png +0 -0
  85. /package/{template/eslint.config.mjs → eslint.config.mjs} +0 -0
  86. /package/{template/next.config.ts → next.config.ts} +0 -0
  87. /package/{template/postcss.config.mjs → postcss.config.mjs} +0 -0
  88. /package/{template/public/images → scripts}/.gitkeep +0 -0
  89. /package/{template/scripts → scripts}/sync-agent-rules.sh +0 -0
  90. /package/{template/src → src}/app/favicon.ico +0 -0
  91. /package/{template/src → src}/components/ui/button.tsx +0 -0
  92. /package/{template/public/seo → src/hooks}/.gitkeep +0 -0
  93. /package/{template/src → src}/lib/utils.ts +0 -0
  94. /package/{template/public/videos → src/types}/.gitkeep +0 -0
  95. /package/{template/tsconfig.json → tsconfig.json} +0 -0

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.