vibe-action 0.2.2

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 0.0.1
name: string-case
about: Test switch with case condition matching
actions:
  - tag: tag_check
    run: value
    expect: string
    action: DIRTY

  - tag: tag_result
    run: value
    expect: string
    action:
      - when: '{tag_check|contains:DIRTY}'
        then: fixed