Description
new modifier called tag-extract that allows extracting specific tagged content blocks from source files
Example
sources:
- type: file
sourcePaths: [ "src/components" ]
filePattern: "*.vue"
contains: "<ai-instruction>"
modifiers:
- name: tag-extract
options:
startTag: "<ai-instruction>"
endTag: "</ai-instruction>"
Description
new modifier called tag-extract that allows extracting specific tagged content blocks from source files
Example