@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncoderz/awa",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "awa is an Agent Workflow for AIs. It is also a CLI tool to powerfully manage agent workflow files using templates.",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": {
@@ -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 unchecked checkboxes. Format:
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 in generated output.
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 unchecked checkboxes. Format:
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 in generated output.
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 unchecked checkboxes. Format:
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 in generated output.
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"