Skip to content

labels

plugin-box — Served by plugin-box
plugin-box — Placement compiled-in (in-process)
plugin-box — Version 2026.194.0000
plugin-box — Served by plugin-box
plugin-box — Placement compiled-in (in-process)
plugin-box — Version 2026.194.0000

labels is a command word served by 2 plugin candies — plugin-box and plugin-box — at different points in the command tree. Both are real invocations; charly --help prints which is which.

The build-mode charly box … verb HANDLERS relocated into a COMPILED-IN command plugin candy (P15, K5). charly box is a SHARED command group whose subcommands have different owners: the core BoxCmd keeps only the grammar spine (a bare kong.Plugins holder, no retained verb) and candy/plugin-authoring contributes the authoring words, while THIS candy contributes twelve NESTED command providers under the box parent (each command: with CommandParent()==“box”): generate, validate, new, pull, build, inspect, list, labels, load, merge, reconcile, feature. COMPILED-IN, each dispatches IN-PROC via Invoke(OpRun) (kong-parse its sub-grammar), so the handlers own charly’s real stdio. generate renders the .build/ tree by InvokeProvider’ing the peer build:generate word (candy/plugin-build), which drives HostBuild(“build-resolve”, GenerateOnly); new (candy/project/box) calls the sdk/kit scaffold engine directly (kit.ScaffoldCandy/ScaffoldProject/AddBox), no core reentry; validate fetches the error-TOLERANT resolved-project envelope (HostBuild(“validate-project”)) and runs the whole per-kind/op rule engine + the deploykit resolution-graph checks IN-PLUGIN over it, merging the host’s CUE-conformance / tunable / base⊻from diagnostics for the verdict; load streams a host image into a RUNNING pod venue’s nested podman store over deploykit.TransferImageToVenue — the container twin of charly vm cp-box, needing no host reentry at all; inspect and list read the generic spec.ResolvedProject envelope (InvokeProvider(“build”,“project”)) — inspect’s default JSON is snake_case canonical — with the deploy-overlay formats (inspect tunnel/bind_mounts) + store-live list tags reaching the hidden core __box-inspect-overlay / __box-list-tags reentries. Their data still needs the fully-resolved project / deploy overlay / podman store the plugin cannot compute pre-K1. It imports only the sdk module, never charly core. Placement-invisible (F8): the SAME provider compiles into charly or serves out-of-process.

The build-mode charly box … verb HANDLERS relocated into a COMPILED-IN command plugin candy (P15, K5). charly box is a SHARED command group whose subcommands have different owners: the core BoxCmd keeps only the grammar spine (a bare kong.Plugins holder, no retained verb) and candy/plugin-authoring contributes the authoring words, while THIS candy contributes twelve NESTED command providers under the box parent (each command: with CommandParent()==“box”): generate, validate, new, pull, build, inspect, list, labels, load, merge, reconcile, feature. COMPILED-IN, each dispatches IN-PROC via Invoke(OpRun) (kong-parse its sub-grammar), so the handlers own charly’s real stdio. generate renders the .build/ tree by InvokeProvider’ing the peer build:generate word (candy/plugin-build), which drives HostBuild(“build-resolve”, GenerateOnly); new (candy/project/box) calls the sdk/kit scaffold engine directly (kit.ScaffoldCandy/ScaffoldProject/AddBox), no core reentry; validate fetches the error-TOLERANT resolved-project envelope (HostBuild(“validate-project”)) and runs the whole per-kind/op rule engine + the deploykit resolution-graph checks IN-PLUGIN over it, merging the host’s CUE-conformance / tunable / base⊻from diagnostics for the verdict; load streams a host image into a RUNNING pod venue’s nested podman store over deploykit.TransferImageToVenue — the container twin of charly vm cp-box, needing no host reentry at all; inspect and list read the generic spec.ResolvedProject envelope (InvokeProvider(“build”,“project”)) — inspect’s default JSON is snake_case canonical — with the deploy-overlay formats (inspect tunnel/bind_mounts) + store-live list tags reaching the hidden core __box-inspect-overlay / __box-list-tags reentries. Their data still needs the fully-resolved project / deploy overlay / podman store the plugin cannot compute pre-K1. It imports only the sdk module, never charly core. Placement-invisible (F8): the SAME provider compiles into charly or serves out-of-process.

charly --help prints the command tree, including where each labels is invoked and under which parent.