needware-cli 1.5.23 → 1.5.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "needware-cli",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
4
4
  "description": "一个功能强大的 Node.js 命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,9 +31,19 @@ Check if Supabase is already integrated:
31
31
  - Suggest: "Please enable Supabase first by saying 'Enable Cloud' or use the supabase-integration skill."
32
32
  - Do NOT proceed with Resend setup until Supabase is properly configured
33
33
 
34
- **Step 3: Verify Edge Functions Support**
34
+ **Step 3: Add Resend API Key Secret**
35
35
 
36
- Once Supabase is confirmed:
36
+ Once Supabase is confirmed integrated:
37
+ 1. Call `add-secret` tool to add the Resend API key to Supabase secrets
38
+ 2. The tool will prompt user to add the `RESEND_API_KEY` secret
39
+ 3. Wait for user confirmation: `needware tool use: Approved`
40
+ 4. After approval, the secret will be added to Supabase Edge Functions environment
41
+ 5. Proceed to next step only after successful secret addition
42
+
43
+
44
+ **Step 4: Verify Edge Functions Support**
45
+
46
+ Once Supabase is confirmed and Resend API key secret is added:
37
47
  - Check if `supabase/functions/` directory exists
38
48
  - If not, create the directory structure
39
49
  - Proceed with Resend Edge Function creation