@heyitsiveen/dotfiles 1.1.1 → 1.1.3
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.
|
@@ -10,4 +10,6 @@
|
|
|
10
10
|
10. Always use Context7 MCP when I need library/API documentation, code generation, setup or configuration steps without me having to explicitly ask.
|
|
11
11
|
11. Always use Exa MCP for web searches, code searches, and research tasks.
|
|
12
12
|
12. Always use Grep MCP when searching across GitHub repositories for code patterns, implementations, or examples.
|
|
13
|
-
13. Always use the frontend-design skill when developing any frontend interface or UI components.
|
|
13
|
+
13. Always use the frontend-design skill when developing any frontend interface or UI components.
|
|
14
|
+
14. Make the plan extremely concise. Sacrifice grammar for the sake of concision.
|
|
15
|
+
15. At the end of each plan, give me a list of unresolved questions to answer, if any.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
|
-
"defaultMode": "
|
|
3
|
+
"defaultMode": "auto"
|
|
4
4
|
},
|
|
5
5
|
"statusLine": {
|
|
6
6
|
"type": "command",
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"outputStyle": "Learning",
|
|
39
38
|
"effortLevel": "xhigh",
|
|
40
|
-
"
|
|
41
|
-
"skipDangerousModePermissionPrompt": true
|
|
39
|
+
"theme": "dark-ansi"
|
|
42
40
|
}
|
|
@@ -11,3 +11,5 @@
|
|
|
11
11
|
11. Always use Exa MCP for web searches, code searches, and research tasks.
|
|
12
12
|
12. Always use Grep MCP when searching across GitHub repositories for code patterns, implementations, or examples.
|
|
13
13
|
13. Always use the frontend-design skill when developing any frontend interface or UI components.
|
|
14
|
+
14. Make the plan extremely concise. Sacrifice grammar for the sake of concision.
|
|
15
|
+
15. At the end of each plan, give me a list of unresolved questions to answer, if any.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"permissions": {
|
|
3
|
-
"defaultMode": "
|
|
3
|
+
"defaultMode": "auto"
|
|
4
4
|
},
|
|
5
5
|
"statusLine": {
|
|
6
6
|
"type": "command",
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"outputStyle": "Learning",
|
|
39
38
|
"effortLevel": "xhigh",
|
|
40
|
-
"
|
|
41
|
-
"skipDangerousModePermissionPrompt": true
|
|
39
|
+
"theme": "dark-ansi"
|
|
42
40
|
}
|