Skip to content

Commit 6a24268

Browse files
docs: mark strategy: wrap as implemented for command templates
1 parent df00038 commit 6a24268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ The following enhancements are under consideration for future releases:
116116
| **command** | ✓ (default) ||||
117117
| **script** | ✓ (default) ||||
118118

119-
For artifacts and commands (which are LLM directives), `wrap` would inject preset content before and after the core template using a `{CORE_TEMPLATE}` placeholder. For scripts, `wrap` would run custom logic before/after the core script via a `$CORE_SCRIPT` variable.
119+
For artifacts and commands (which are LLM directives), `wrap` injects preset content before and after the core template using a `{CORE_TEMPLATE}` placeholder (implemented). For scripts, `wrap` would run custom logic before/after the core script via a `$CORE_SCRIPT` variable (not yet implemented).
120120
- **Script overrides** — Enable presets to provide alternative versions of core scripts (e.g. `create-new-feature.sh`) for workflow customization. A `strategy: "wrap"` option could allow presets to run custom logic before/after the core script without fully replacing it.

0 commit comments

Comments
 (0)