checkmate-cli 0.4.1

Checkmate - API Testing Framework CLI
{
  "name": "checkmate",
  "description": "AI-native API testing framework. Write YAML test specs, run assertions with Clove queries, track test history with git context.",
  "version": "0.2.0",
  "author": {
    "name": "Checkmate Contributors"
  },
  "repository": "https://github.com/your-org/checkmate",
  "license": "MIT",
  "keywords": [
    "api-testing",
    "test-runner",
    "yaml-specs",
    "assertions",
    "clove-queries"
  ],
  "hooks": {
    "SessionStart": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "cm prime 2>/dev/null || true"
          }
        ]
      }
    ],
    "PreCompact": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "cm prime 2>/dev/null || true"
          }
        ]
      }
    ]
  }
}