tycono 0.3.22-beta.0 → 0.3.22-beta.1
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/package.json
CHANGED
|
@@ -338,8 +338,11 @@ class SupervisorHeartbeat {
|
|
|
338
338
|
/만들어/, /구현해/, /개발해/, /수정해/, /변경해/, /리팩토링/,
|
|
339
339
|
/설계해/, /작성해/, /배포해/, /테스트해/, /고쳐/, /해줘/, /해봐/,
|
|
340
340
|
/진행시켜/, /진행해/, /시작해/, /실행해/, /돌려/,
|
|
341
|
+
/시켜/, /맡겨/, /일\s*줘/, /지시해/, /분석해/, /조사해/, /검토해/,
|
|
342
|
+
/에게\s*(시|맡|줘)/, /한테\s*(시|맡|줘)/, // "CBO에게 시켜", "CTO한테 맡겨"
|
|
341
343
|
/build/i, /create/i, /implement/i, /develop/i, /fix/i, /deploy/i, /refactor/i,
|
|
342
344
|
/proceed/i, /start/i, /execute/i, /run/i, /do it/i, /go ahead/i,
|
|
345
|
+
/assign/i, /dispatch/i, /delegate/i, /tell.*to/i, /ask.*to/i,
|
|
343
346
|
];
|
|
344
347
|
if (taskPatterns.some(p => p.test(t))) return false;
|
|
345
348
|
|