← Back to registry

TOOL · verify_canonical_stack

No description provided.

Canonical Definition

{
  "function": {
    "description": "Run the canonical release gate across all live apps. It executes canonical compile checks, canonical smoke tests, and canonical regression tests, then returns a single release-readiness summary.",
    "name": "verify_canonical_stack",
    "parameters": {
      "properties": {
        "checks": {
          "description": "Compile checks to run before runtime verification. Defaults to ['check'].",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "timeout_seconds": {
          "description": "Timeout for compile and runtime phases. Defaults to 60.",
          "type": "integer"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "metadata": {
    "artifact_type": "tool",
    "consumers": [
      "all"
    ],
    "execution_kind": "direct_rust",
    "owner_app": "os-v3",
    "promotion_reason": "The canonical release gate is foundational platform functionality used by Ava, Hera, and human operators.",
    "scope": "global",
    "version": "1.0.0"
  },
  "type": "function"
}