tinyjuice 0.2.1

Pluggable token compression for OpenHuman.
Documentation
{
  "id": "task/make",
  "family": "task-runner",
  "description": "Compact make output while preserving target failures and summaries.",
  "match": {
    "toolNames": ["exec"],
    "argv0": ["make"]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 12,
    "tail": 10
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 18,
    "tail": 16
  },
  "counters": [
    {
      "name": "error",
      "pattern": "error",
      "flags": "i"
    }
  ]
}