Skip to content

Tag-extract Modifier for Structured Comment Blocks #189

@timz

Description

@timz

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>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions