You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(env-setup): 🚀 optimize environment setup flow and UI
- Add automatic TCB service initialization and free environment creation
- Implement env-setup tool with error handling and telemetry
- Refactor environment setup UI with modular template components
- Add support for Google Antigravity and Qoder IDEs
- Enhance rules directory sync with hardlink support
- Improve documentation UI with card-style layouts
- Update CloudBase Manager Node to latest version
- Add comprehensive setup guides and documentation
Copy file name to clipboardExpand all lines: config/.augment-guidelines
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,3 +313,24 @@ If development is found to not comply with standards, can:
313
313
- Point out specific issues
314
314
- Require re-execution of rule check process
315
315
- Clearly specify rule files that need to be followed
316
+
317
+
## CloudBase Console Entry Points
318
+
319
+
After creating/deploying resources, provide corresponding console management page links. All console URLs follow the pattern: `https://tcb.cloud.tencent.com/dev?envId=${envId}#/{path}`
320
+
321
+
### Core Function Entry Points
322
+
323
+
1. **Overview (概览)**: `#/overview` - Main dashboard
324
+
2. **Template Center (模板中心)**: `#/template` - Project templates
**Usage**: After creating corresponding resources, replace variables with actual values, provide to user for management operations.
153
+
After creating/deploying resources, provide corresponding console management page links. All console URLs follow the pattern: `https://tcb.cloud.tencent.com/dev?envId=${envId}#/{path}`
Copy file name to clipboardExpand all lines: config/.clinerules/cloudbase-rules.mdc
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,3 +313,24 @@ If development is found to not comply with standards, can:
313
313
- Point out specific issues
314
314
- Require re-execution of rule check process
315
315
- Clearly specify rule files that need to be followed
316
+
317
+
## CloudBase Console Entry Points
318
+
319
+
After creating/deploying resources, provide corresponding console management page links. All console URLs follow the pattern: `https://tcb.cloud.tencent.com/dev?envId=${envId}#/{path}`
320
+
321
+
### Core Function Entry Points
322
+
323
+
1. **Overview (概览)**: `#/overview` - Main dashboard
324
+
2. **Template Center (模板中心)**: `#/template` - Project templates
0 commit comments