Batch Spec Templating
October 29, 2025
Template variables such as repository.search_result_paths and previous_step.modified_files allow you to chain operations and optimize batch changes by processing only relevant files. The templating engine supports Go's text/template features including conditionals, loops, and custom helper functions, providing programmatic control over changeset generation and execution flow.
This feature is available on Enterprise plans and enables more sophisticated automation workflows for large-scale code modifications.
Read the docs for more info.