tinyjuice 0.2.0

Pluggable token compression for OpenHuman.
Documentation
{
  "id": "lint/biome",
  "family": "lint-results",
  "description": "Compact Biome output while preserving diagnostics.",
  "match": {
    "toolNames": ["exec"],
    "commandIncludes": ["biome"]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 14,
    "tail": 10
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 18,
    "tail": 18
  },
  "counters": [
    {
      "name": "error",
      "pattern": "\\berror\\b",
      "flags": "i"
    },
    {
      "name": "warning",
      "pattern": "\\bwarning\\b",
      "flags": "i"
    }
  ]
}