create-agentic-app 1.1.64 → 1.1.65
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
|
@@ -69,7 +69,7 @@ specs/{feature-name}/
|
|
|
69
69
|
├── requirements.md
|
|
70
70
|
├── action-required.md
|
|
71
71
|
└── tasks/
|
|
72
|
-
|
|
72
|
+
├── task-01-{name}.md
|
|
73
73
|
├── task-02-{name}.md
|
|
74
74
|
└── ...
|
|
75
75
|
```
|
|
@@ -77,7 +77,7 @@ specs/{feature-name}/
|
|
|
77
77
|
Read the templates in `references/` before writing each file:
|
|
78
78
|
- `references/readme-template.md` — for the README (dependency graph, wave table, status tracking)
|
|
79
79
|
- `references/task-template.md` — for each task file (self-contained with all context)
|
|
80
|
-
- `references/requirements-template.md`
|
|
80
|
+
- `references/requirements-template.md` — for the requirements document
|
|
81
81
|
- `references/action-required-template.md` — for manual human steps
|
|
82
82
|
|
|
83
83
|
Task files are numbered with zero-padded two-digit prefixes in topological order: Wave 1 tasks first, then Wave 2, etc. Within a wave, order is arbitrary but stable.
|
|
@@ -69,7 +69,7 @@ specs/{feature-name}/
|
|
|
69
69
|
├── requirements.md
|
|
70
70
|
├── action-required.md
|
|
71
71
|
└── tasks/
|
|
72
|
-
|
|
72
|
+
├── task-01-{name}.md
|
|
73
73
|
├── task-02-{name}.md
|
|
74
74
|
└── ...
|
|
75
75
|
```
|
|
@@ -77,7 +77,7 @@ specs/{feature-name}/
|
|
|
77
77
|
Read the templates in `references/` before writing each file:
|
|
78
78
|
- `references/readme-template.md` — for the README (dependency graph, wave table, status tracking)
|
|
79
79
|
- `references/task-template.md` — for each task file (self-contained with all context)
|
|
80
|
-
- `references/requirements-template.md`
|
|
80
|
+
- `references/requirements-template.md` — for the requirements document
|
|
81
81
|
- `references/action-required-template.md` — for manual human steps
|
|
82
82
|
|
|
83
83
|
Task files are numbered with zero-padded two-digit prefixes in topological order: Wave 1 tasks first, then Wave 2, etc. Within a wave, order is arbitrary but stable.
|