tinyjuice 0.2.0

Pluggable token compression for OpenHuman.
Documentation
{
  "id": "devops/docker-ps",
  "family": "container-list",
  "description": "Compact docker ps output while preserving container rows.",
  "match": {
    "toolNames": ["exec"],
    "argv0": ["docker"],
    "argvIncludes": [["ps"]]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 8,
    "tail": 6
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 12,
    "tail": 12
  },
  "counters": [
    {
      "name": "container",
      "pattern": "^(?!CONTAINER ID\\s).+\\S.*$"
    }
  ]
}