tinyjuice 0.2.1

Pluggable token compression for OpenHuman.
Documentation
{
  "id": "package/brew-install",
  "family": "system-package-install",
  "description": "Compact brew install output while preserving taps, installs, and failure details.",
  "match": {
    "toolNames": ["exec"],
    "argv0": ["brew"],
    "argvIncludes": [["install"]]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 10,
    "tail": 8
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 14,
    "tail": 14
  },
  "counters": [
    {
      "name": "warning",
      "pattern": "warning|error|failed",
      "flags": "i"
    }
  ]
}