II.
PackageSurface JSON
Structured · livepackage:a5c-ai-kradle
Kradle Core json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "package:a5c-ai-kradle",
"_kind": "PackageSurface",
"_file": "catalog-meta/package-surfaces/kradle.yaml",
"_cluster": "catalog-meta",
"attributes": {
"packageId": "@a5c-ai/kradle",
"packageName": "@a5c-ai/kradle",
"displayName": "Kradle Core",
"description": "Kubernetes-native forge runtime with Argo CD GitOps and Gitea-backed Git hosting. Provides the resource model, controllers, and a local dev server for the Kradle platform.",
"role": "k8s-forge-runtime",
"whenToUse": "Depend on this when building Kradle controllers, extending the resource model, or running the local development server for the Kubernetes forge.",
"workspacePath": "packages/kradle/core",
"moduleType": "esm",
"surfaceKinds": [
"runtime-library",
"bin-entrypoint",
"controller-api",
"local-dev-server"
],
"sourceOfTruthRole": "application",
"publishedTo": "npm",
"versionPolicy": "semver"
},
"outgoingEdges": [
{
"from": "package:a5c-ai-kradle",
"to": "path:kradle-core",
"kind": "references_path",
"attributes": {}
},
{
"from": "package:a5c-ai-kradle",
"to": "ci:a5c-ai-kradle",
"kind": "validated_by_ci",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "ci:a5c-ai-kradle",
"to": "package:a5c-ai-kradle",
"kind": "validates_package",
"attributes": {}
}
]
}