devrage 0.6.0 → 0.6.2
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.js +1 -32
- package/dist/cli.js.map +2 -2
- package/dist/lib/slop/index.d.ts.map +1 -1
- package/dist/lib/slop/index.js +0 -31
- package/dist/lib/slop/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3059,16 +3059,6 @@ var SLOP_SIGNALS = [
|
|
|
3059
3059
|
category: "sycophancy",
|
|
3060
3060
|
pattern: /\byou(?:['’]re|\s+are)\s+right\s+to\s+(?:call|point|flag)\s+(?:me|that|this)\s+out\b/giu
|
|
3061
3061
|
},
|
|
3062
|
-
{
|
|
3063
|
-
tell: "good question",
|
|
3064
|
-
category: "sycophancy",
|
|
3065
|
-
pattern: /\b(?:(?:that(?:['’]s|\s+is)|this\s+is)\s+)?(?:a\s+)?(?:good|great|excellent)\s+question\b/giu
|
|
3066
|
-
},
|
|
3067
|
-
{
|
|
3068
|
-
tell: "good catch",
|
|
3069
|
-
category: "sycophancy",
|
|
3070
|
-
pattern: /\b(?:(?:that(?:['’]s|\s+is)|this\s+is)\s+)?(?:a\s+)?(?:good|great|excellent)\s+catch\b/giu
|
|
3071
|
-
},
|
|
3072
3062
|
{
|
|
3073
3063
|
tell: "real gap",
|
|
3074
3064
|
category: "sycophancy",
|
|
@@ -3079,11 +3069,6 @@ var SLOP_SIGNALS = [
|
|
|
3079
3069
|
category: "sycophancy",
|
|
3080
3070
|
pattern: /\b(?:a\s+)?real\s+error\s+in\s+(?:my|the)\s+framing\b/giu
|
|
3081
3071
|
},
|
|
3082
|
-
{
|
|
3083
|
-
tell: "I was wrong",
|
|
3084
|
-
category: "sycophancy",
|
|
3085
|
-
pattern: /\bi\s+was\s+wrong\b/giu
|
|
3086
|
-
},
|
|
3087
3072
|
{
|
|
3088
3073
|
tell: "I overcomplicated it",
|
|
3089
3074
|
category: "sycophancy",
|
|
@@ -3091,7 +3076,6 @@ var SLOP_SIGNALS = [
|
|
|
3091
3076
|
},
|
|
3092
3077
|
// Cross-model corporate/chatbot prose, constrained where a raw word is technical.
|
|
3093
3078
|
{ tell: "delve", category: "stock prose", pattern: /\b(?:delve(?:d|s)?|delving)\b/giu },
|
|
3094
|
-
{ tell: "crucial", category: "stock prose", pattern: /\bcrucial\b/giu },
|
|
3095
3079
|
{ tell: "pivotal", category: "stock prose", pattern: /\bpivotal\b/giu },
|
|
3096
3080
|
{ tell: "tapestry", category: "stock prose", pattern: /\btapestr(?:y|ies)\b/giu },
|
|
3097
3081
|
{
|
|
@@ -3130,11 +3114,6 @@ var SLOP_SIGNALS = [
|
|
|
3130
3114
|
category: "stock prose",
|
|
3131
3115
|
pattern: /\b(?:(?:it\s+is|it(?:['’]s))\s+)?important\s+to\s+note\b/giu
|
|
3132
3116
|
},
|
|
3133
|
-
{
|
|
3134
|
-
tell: "worth noting",
|
|
3135
|
-
category: "stock prose",
|
|
3136
|
-
pattern: /\b(?:(?:it\s+is|it(?:['’]s))\s+)?worth\s+noting\b/giu
|
|
3137
|
-
},
|
|
3138
3117
|
{
|
|
3139
3118
|
tell: "let me break this down",
|
|
3140
3119
|
category: "stock prose",
|
|
@@ -3151,16 +3130,6 @@ var SLOP_SIGNALS = [
|
|
|
3151
3130
|
pattern: /\blet(?:['’]s|\s+us)\s+unpack\s+(?:this|that|it)\b/giu
|
|
3152
3131
|
},
|
|
3153
3132
|
{ tell: "at its core", category: "stock prose", pattern: /\bat\s+its\s+core\b/giu },
|
|
3154
|
-
{
|
|
3155
|
-
tell: "comprehensive",
|
|
3156
|
-
category: "stock prose",
|
|
3157
|
-
pattern: /\bcomprehensive\s+(?:analysis|approach|coverage|error\s+handling|guide|implementation|overview|solution|suite)\b/giu
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
tell: "successfully implemented",
|
|
3161
|
-
category: "stock prose",
|
|
3162
|
-
pattern: /\bsuccessfully\s+(?:added|completed|created|fixed|implemented|resolved|updated)\b/giu
|
|
3163
|
-
},
|
|
3164
3133
|
{
|
|
3165
3134
|
tell: "Certainly.",
|
|
3166
3135
|
category: "stock prose",
|
|
@@ -4199,7 +4168,7 @@ async function main() {
|
|
|
4199
4168
|
process.exit(0);
|
|
4200
4169
|
}
|
|
4201
4170
|
if (command === "--version") {
|
|
4202
|
-
console.log("0.6.
|
|
4171
|
+
console.log("0.6.2");
|
|
4203
4172
|
process.exit(0);
|
|
4204
4173
|
}
|
|
4205
4174
|
const parsed = parseCommand(args);
|