@mcoda/shared 0.1.21 → 0.1.22
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandMetadata.d.ts","sourceRoot":"","sources":["../../src/metadata/CommandMetadata.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommandMetadata.d.ts","sourceRoot":"","sources":["../../src/metadata/CommandMetadata.ts"],"names":[],"mappings":"AA4IA,eAAO,MAAM,uBAAuB,GAAI,aAAa,MAAM,KAAG,MAS7D,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,aAAa,MAAM,KAAG,MAAM,EAI1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,QAAO,MAAM,EAGzC,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,MAAM,EAG7C,CAAC;AAEF,eAAO,MAAM,kBAAkB,QAAO,MAAM,EAG3C,CAAC"}
|
|
@@ -5,6 +5,7 @@ import YAML from "yaml";
|
|
|
5
5
|
const FALLBACK_CAPABILITIES = {
|
|
6
6
|
"create-tasks": ["plan"],
|
|
7
7
|
"refine-tasks": ["plan"],
|
|
8
|
+
"add-tests": [],
|
|
8
9
|
"work-on-tasks": ["code_write"],
|
|
9
10
|
"code-review": ["code_review"],
|
|
10
11
|
"qa-tasks": [],
|
|
@@ -19,6 +20,7 @@ const FALLBACK_CAPABILITIES = {
|
|
|
19
20
|
const COMMAND_ALIASES = {
|
|
20
21
|
"create-tasks": ["create_tasks", "create tasks"],
|
|
21
22
|
"refine-tasks": ["refine_tasks", "refine tasks", "refine-task"],
|
|
23
|
+
"add-tests": ["add_tests", "add tests", "bootstrap-tests"],
|
|
22
24
|
"work-on-tasks": ["work_on_tasks", "work on tasks"],
|
|
23
25
|
"code-review": ["code_review", "code review"],
|
|
24
26
|
"qa-tasks": ["qa_tasks", "qa tasks"],
|