archondev 2.19.6 → 2.19.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/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1044,9 +1044,9 @@ var APP_BUILDER_PATTERNS = [
|
|
|
1044
1044
|
/architecture for/i
|
|
1045
1045
|
];
|
|
1046
1046
|
var EXPLORE_PATTERNS = [
|
|
1047
|
-
/^(
|
|
1048
|
-
/^(
|
|
1049
|
-
/^(tell me about|describe|
|
|
1047
|
+
/^(analy[sz]e|review|explore|scan|audit|inspect|understand|examine|look at) (the |this |my )?(codebase|code|project|repo|repository|folder|directory|files)/i,
|
|
1048
|
+
/^(analy[sz]e|review|explore|scan|audit|inspect|understand|examine|look at) (the |this |my )?files/i,
|
|
1049
|
+
/^(tell me about|describe|summari[sz]e|overview|what('s| is) in) (the |this |my )?(codebase|code|project|repo|folder|files)/i,
|
|
1050
1050
|
/\b(let me know when|when you are ready|when ready)\b/i,
|
|
1051
1051
|
/^(get familiar|familiarize|learn about|get to know) (with )?(the |this |my )?(codebase|code|project)/i,
|
|
1052
1052
|
/^what (does|is) this (project|codebase|repo)/i
|
|
@@ -1055,7 +1055,7 @@ var AD_HOC_PATTERNS = [
|
|
|
1055
1055
|
/^(fix|refactor|update|modify|change|add|remove|delete|improve) /i,
|
|
1056
1056
|
/^(write|create|generate) (a |the )?(test|tests|unit test)/i,
|
|
1057
1057
|
/^(debug|bug in|issue with)/i,
|
|
1058
|
-
/^(
|
|
1058
|
+
/^(analy[sz]e|review|check|audit|scan) (this|these|the|my) (file|function|class|method|component|module)/i,
|
|
1059
1059
|
// specific file/function, not whole codebase
|
|
1060
1060
|
/^(explain|how does|what is|why)/i,
|
|
1061
1061
|
/^(show me|find|search|look for|locate)/i,
|