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
| Close Icon | `/original/path/icon.svg` | `src/components/${componentName}/images/icon-close.svg` | Dynamically controlled, defaults to match text color |
182
+
| Other Icon | ... | ... | ... |
183
+
```
184
+
185
+
2.**Copy Images**:
186
+
187
+
- Copy all necessary image resources listed in the architecture document to the component-specific directory.
188
+
- Use semantic filenames such as `icon-close.svg`, `icon-success.svg`, `bg-header.png`, etc., ensuring the names clearly indicate the purpose of each image.
189
+
- The target path must be `src/components/${componentName}/images/`. Create this directory if it doesn't exist.
@@ -91,7 +96,7 @@ export class GetComponentWorkflowTool extends BaseTool {
91
96
},
92
97
message: "Component development files successfully created",
93
98
rules: [
94
-
`Follow the component workflow process defined in file://${workflowFilePath} for structured development.`,
99
+
`Follow the component workflow process defined in file://${workflowFilePath} for structured development. This workflow contains a lot of content, you'll need to read it in multiple sessions.`,
95
100
`Implement the component according to the specifications in file://${componentJsonDir}, ensuring all properties and states are properly handled.`,
0 commit comments