@taj-special/dravix-code 1.1.6 → 1.1.7
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/dist/cli/repl.js +10 -0
- package/package.json +1 -1
package/dist/cli/repl.js
CHANGED
|
@@ -55,6 +55,16 @@ full file content here
|
|
|
55
55
|
### RUN a command:
|
|
56
56
|
<run_command>command here</run_command>
|
|
57
57
|
|
|
58
|
+
### ACTIVATE Web Designer mode (when user asks to build/design a website or UI):
|
|
59
|
+
<design_mode>
|
|
60
|
+
Modern responsive layout
|
|
61
|
+
Clean typography and spacing
|
|
62
|
+
Professional color palette
|
|
63
|
+
Smooth animations and transitions
|
|
64
|
+
Mobile-first design
|
|
65
|
+
</design_mode>
|
|
66
|
+
List the relevant design features inside the tag based on what the user wants to build. This activates the full Web Designer skill set.
|
|
67
|
+
|
|
58
68
|
## RULES:
|
|
59
69
|
- File content labeled [File: name — FULL] is already provided — use it, do NOT read again.
|
|
60
70
|
- Copy <find> text CHARACTER BY CHARACTER from the actual file — never write from memory.
|