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
version: 0.0.1
name: upper
about: Test upper modifier
actions:
  - tag: tag_input
    run: value
    expect: string
    action: hello

  - tag: tag_upper
    run: value
    expect: string
    action: '{tag_input|upper}'