Files
loki/docs/testing/plans/14-macros.md
2026-04-15 12:56:00 -06:00

15 lines
474 B
Markdown

# Test Plan: Macros
## Behaviors to test
- [ ] Macro loaded from YAML file
- [ ] Macro steps executed sequentially
- [ ] Each step runs through run_repl_command
- [ ] Variable interpolation in macro steps
- [ ] Built-in macros installed on first run
- [ ] macro_execute creates isolated RequestContext
- [ ] Macro context inherits tool scope from parent
- [ ] Macro context has macro_flag set
## Old code reference
- `src/config/macros.rs` — macro_execute, Macro struct