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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-agentic-app",
3
- "version": "1.1.64",
3
+ "version": "1.1.65",
4
4
  "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -69,7 +69,7 @@ specs/{feature-name}/
69
69
  ├── requirements.md
70
70
  ├── action-required.md
71
71
  └── tasks/
72
- ���── task-01-{name}.md
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` ��� for the requirements document
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
- ���── task-01-{name}.md
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` ��� for the requirements document
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.