← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "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"
  },
  "kind": "tool",
  "summary": {
    "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.",
    "id": "verify_canonical_stack",
    "kind": "tool",
    "path": "Tools/global/infra/verify_canonical_stack.json",
    "title": "verify_canonical_stack"
  },
  "validation_issues": []
}

Validation

No validation issues detected.