@ncoderz/awa 1.8.3 → 1.8.4
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/awa/.awa/.agent/schemas/TASK.schema.yaml +4 -3
- package/templates/awa/_tests/claude/.awa/.agent/schemas/TASK.schema.yaml +4 -3
- package/templates/awa/_tests/copilot/.awa/.agent/schemas/TASK.schema.yaml +4 -3
package/package.json
CHANGED
|
@@ -41,14 +41,15 @@ sections:
|
|
|
41
41
|
contains:
|
|
42
42
|
# Tasks as checkbox items: "- [ ] T-{CODE}-{nnn} ... → path"
|
|
43
43
|
- list:
|
|
44
|
-
pattern: "\\[ \\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
44
|
+
pattern: "\\[[ x]\\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
45
45
|
min: 1
|
|
46
46
|
label: "task checkbox items"
|
|
47
47
|
description: >
|
|
48
|
-
Task items as
|
|
48
|
+
Task items as checkboxes. Format:
|
|
49
49
|
- [ ] T-{CODE}-{nnn} [P]? [{CODE}-{n}]? Description → target/path.
|
|
50
50
|
[P] marks parallelizable tasks. [{CODE}-{n}] is the requirement ID
|
|
51
|
-
(only on requirement phases). Always unchecked
|
|
51
|
+
(only on requirement phases). Always unchecked when generating tasks;
|
|
52
|
+
checked boxes ([x]) are filled during task list implementation.
|
|
52
53
|
# Tasks must have file path targets (→)
|
|
53
54
|
- pattern: "→"
|
|
54
55
|
label: "file path targets"
|
|
@@ -41,14 +41,15 @@ sections:
|
|
|
41
41
|
contains:
|
|
42
42
|
# Tasks as checkbox items: "- [ ] T-{CODE}-{nnn} ... → path"
|
|
43
43
|
- list:
|
|
44
|
-
pattern: "\\[ \\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
44
|
+
pattern: "\\[[ x]\\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
45
45
|
min: 1
|
|
46
46
|
label: "task checkbox items"
|
|
47
47
|
description: >
|
|
48
|
-
Task items as
|
|
48
|
+
Task items as checkboxes. Format:
|
|
49
49
|
- [ ] T-{CODE}-{nnn} [P]? [{CODE}-{n}]? Description → target/path.
|
|
50
50
|
[P] marks parallelizable tasks. [{CODE}-{n}] is the requirement ID
|
|
51
|
-
(only on requirement phases). Always unchecked
|
|
51
|
+
(only on requirement phases). Always unchecked when generating tasks;
|
|
52
|
+
checked boxes ([x]) are filled during task list implementation.
|
|
52
53
|
# Tasks must have file path targets (→)
|
|
53
54
|
- pattern: "→"
|
|
54
55
|
label: "file path targets"
|
|
@@ -41,14 +41,15 @@ sections:
|
|
|
41
41
|
contains:
|
|
42
42
|
# Tasks as checkbox items: "- [ ] T-{CODE}-{nnn} ... → path"
|
|
43
43
|
- list:
|
|
44
|
-
pattern: "\\[ \\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
44
|
+
pattern: "\\[[ x]\\] T-[A-Z][A-Z0-9]*-\\d+"
|
|
45
45
|
min: 1
|
|
46
46
|
label: "task checkbox items"
|
|
47
47
|
description: >
|
|
48
|
-
Task items as
|
|
48
|
+
Task items as checkboxes. Format:
|
|
49
49
|
- [ ] T-{CODE}-{nnn} [P]? [{CODE}-{n}]? Description → target/path.
|
|
50
50
|
[P] marks parallelizable tasks. [{CODE}-{n}] is the requirement ID
|
|
51
|
-
(only on requirement phases). Always unchecked
|
|
51
|
+
(only on requirement phases). Always unchecked when generating tasks;
|
|
52
|
+
checked boxes ([x]) are filled during task list implementation.
|
|
52
53
|
# Tasks must have file path targets (→)
|
|
53
54
|
- pattern: "→"
|
|
54
55
|
label: "file path targets"
|