Commit 9e61bb2
committed
fix: resolve {SCRIPT} placeholder and strip strategy key from markdown output
- Pop strategy key from frontmatter after wrap substitution so it does
not leak into rendered markdown/YAML agent command files
- Call resolve_skill_placeholders + _convert_argument_placeholder for
the markdown branch so {SCRIPT}/{AGENT_SCRIPT} are resolved and {ARGS}
is converted to agent-specific format (fixes Codex P2 ordering issue)
- Remove preset key from init-options.json during project init1 parent 7a11b37 commit 9e61bb2
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | | - | |
1277 | 1276 | | |
1278 | 1277 | | |
1279 | 1278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| |||
443 | 444 | | |
444 | 445 | | |
445 | 446 | | |
| 447 | + | |
| 448 | + | |
446 | 449 | | |
447 | 450 | | |
448 | 451 | | |
| |||
0 commit comments