launchframe 0.4.2 → 0.4.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/.amazonq/cli-agents/launchframe.json +2 -2
- package/.amazonq/rules/project.md +2 -2
- package/.augment/commands/launchframe.md +604 -20
- package/.claude/skills/launchframe/SKILL.md +626 -42
- package/.clinerules +2 -2
- package/.codex/skills/launchframe/SKILL.md +604 -20
- package/.continue/commands/launchframe.md +603 -19
- package/.continue/rules/project.md +2 -2
- package/.cursor/commands/launchframe.md +602 -18
- package/.gemini/commands/launchframe.toml +603 -19
- package/.github/ISSUE_TEMPLATE/bug_report.yml +1 -1
- package/.github/copilot-instructions.md +2 -2
- package/.github/skills/launchframe/SKILL.md +604 -20
- package/.opencode/commands/launchframe.md +603 -19
- package/.windsurf/workflows/launchframe.md +602 -18
- package/AGENTS.md +2 -2
- package/README.md +11 -9
- package/bin/launchframe.mjs +5 -5
- package/package.json +1 -1
- package/scripts/sync-skills.mjs +4 -11
- package/src/app/page.tsx +1 -1
- package/src/lib/launchframe-config.ts +1 -1
- package/.amazonq/cli-agents/clone-website.json +0 -9
- package/.augment/commands/clone-website.md +0 -488
- package/.claude/skills/clone-website/SKILL.md +0 -487
- package/.codex/skills/clone-website/SKILL.md +0 -487
- package/.continue/commands/clone-website.md +0 -489
- package/.cursor/commands/clone-website.md +0 -484
- package/.gemini/commands/clone-website.toml +0 -490
- package/.github/skills/clone-website/SKILL.md +0 -487
- package/.opencode/commands/clone-website.md +0 -487
- package/.windsurf/workflows/clone-website.md +0 -484
package/.clinerules
CHANGED
|
@@ -10,7 +10,7 @@ This version has breaking changes — APIs, conventions, and file structure may
|
|
|
10
10
|
# Website Reverse-Engineer Template
|
|
11
11
|
|
|
12
12
|
## What This Is
|
|
13
|
-
A reusable template for reverse-engineering any website into a clean, modern Next.js codebase using AI coding agents. The Next.js + shadcn/ui + Tailwind v4 base is pre-scaffolded —
|
|
13
|
+
A reusable template for reverse-engineering any website into a clean, modern Next.js codebase using AI coding agents. The Next.js + shadcn/ui + Tailwind v4 base is pre-scaffolded — use **`/launchframe <url> "saas idea"`** for the full pixel-perfect clone plus SaaS landing copy (`src/lib/launchframe-config.ts`, `launchframe.context.json`, `docs/research/LAUNCHFRAME.md`). For a **new empty folder** only, **`npx launchframe@latest`** unpacks this template; then run **`/launchframe`** in that project with your URL and pitch.
|
|
14
14
|
|
|
15
15
|
## Tech Stack
|
|
16
16
|
- **Framework:** Next.js 16 (App Router, React 19, TypeScript strict)
|
|
@@ -64,7 +64,7 @@ scripts/ # Asset download scripts
|
|
|
64
64
|
## MOST IMPORTANT NOTES
|
|
65
65
|
- When launching Claude Code agent teams, ALWAYS have each teammate work in their own worktree branch and merge everyone's work at the end, resolving any merge conflicts smartly since you are basically serving the orchestrator role and have full context to our goals, work given, work achieved, and desired outcomes.
|
|
66
66
|
- After editing `AGENTS.md`, run `bash scripts/sync-agent-rules.sh` to regenerate platform-specific instruction files.
|
|
67
|
-
- After editing `.claude/skills
|
|
67
|
+
- After editing `.claude/skills/launchframe/SKILL.md`, run `node scripts/sync-skills.mjs` to regenerate the `/launchframe` command for all platforms.
|
|
68
68
|
|
|
69
69
|
# Website Inspection Guide
|
|
70
70
|
|