Skip to content

Commit ce75d8d

Browse files
committed
docs: explicitly document tasks-template support in resolution stack
1 parent 82129f6 commit ce75d8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/reference/presets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ catalogs:
139139
140140
Presets can provide command files, template files (like `plan-template.md`), and script files. These are resolved at runtime using a **replace** strategy — the first match in the priority stack wins and is used entirely. Each file is looked up independently, so different files can come from different layers.
141141

142+
The same resolution stack shown below for plan-template.md now applies identically to tasks-template.md.
143+
142144
> **Note:** Additional composition strategies (`append`, `prepend`, `wrap`) are planned for a future release.
143145

144146
The resolution stack, from highest to lowest precedence:
@@ -172,6 +174,8 @@ flowchart TB
172174

173175
Within each layer, files are organized by type:
174176

177+
Presets can provide command files, template files (like plan-template.md and tasks-template.md), and script files.
178+
175179
| Type | Subdirectory | Override path |
176180
| --------- | -------------- | ------------------------------------------ |
177181
| Templates | `templates/` | `.specify/templates/overrides/` |

0 commit comments

Comments
 (0)