cersei-compression 0.1.9

Structural and command-aware compression for tool outputs in the Cersei SDK. Ports rtk (Rust Token Killer) techniques.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
schema_version = 1

[filters.pytest]
description = "Keep failing tests and the summary for pytest."
match_command = '^(pytest|py\.test|python\s+-m\s+pytest)\b'
strip_ansi = true
strip_lines_matching = [
    '^platform\s',
    '^rootdir:',
    '^plugins:',
    '^collecting\s',
    '^collected\s',
    '^\s*$',
]
max_lines = 250