needware-cli 1.6.7 → 1.6.8

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.
@@ -74,7 +74,7 @@ VITE_SUPABASE_URL="${supabaseProject.url}"`;
74
74
 
75
75
  Environment Variables:
76
76
  ${envConfig}
77
- Continue processing based on skill supabase-integration.
77
+ Continue processing based on skill supabase-integration to initial Setup.
78
78
  `;
79
79
  return this.successWithContent(resultMessage);
80
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "needware-cli",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "一个功能强大的 Node.js 命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,13 +26,7 @@ Check if Supabase is already integrated:
26
26
 
27
27
  **If Supabase is NOT integrated** (no supabase.ts):
28
28
  - ⚠️ Stop immediately and inform user: "AI integration requires Supabase backend. Setting up Supabase first..."
29
- - Call `supabase-enable` tool or use the `supabase-integration` skill
30
- - Follow the complete Supabase setup workflow:
31
- 1. Install `@supabase/supabase-js` dependency
32
- 2. Create `.env` file with Supabase credentials
33
- 3. Create `src/lib/supabase.ts` client configuration
34
- 4. Create `supabase/migrations` directory
35
- - After Supabase setup is complete, proceed with AI integration
29
+ - use the `supabase-integration` skill
36
30
 
37
31
  ---
38
32
 
@@ -55,13 +55,6 @@ Use this skill when working with:
55
55
 
56
56
  ## Initial Setup
57
57
 
58
- ### Prerequisites
59
-
60
- Supabase project must be configured by the user. If no project is selected, remind user to select a project.
61
-
62
- ### "Enable Cloud" Workflow
63
-
64
- **CRITICAL**: When user says "Enable Cloud" or requests Supabase initialization, immediately execute these steps WITHOUT asking for confirmation:
65
58
 
66
59
  **Step 1: Install Dependencies**
67
60