brokk-rtk 0.42.4

Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[filters.mix-format]
description = "Compact mix format output"
match_command = "^mix\\s+format(\\s|$)"
on_empty = "mix format: ok"
max_lines = 20

[[tests.mix-format]]
name = "empty output returns ok"
input = ""
expected = "mix format: ok"

[[tests.mix-format]]
name = "changed files pass through"
input = "lib/my_app.ex\ntest/my_app_test.exs"
expected = "lib/my_app.ex\ntest/my_app_test.exs"