cmd/

directory
v0.0.0-...-a079cdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2026 License: Apache-2.0

README

HELM AI Kernel CLI Source Owner

Audience

Use this file when changing helm commands, local server routes, proxy behavior, receipt routes, MCP commands, conformance commands, evidence export, or release-facing CLI flags.

Responsibility

core/cmd owns binaries and command wiring. The public docs should describe supported commands and examples; this directory owns flags, route registration, defaults, and command-level tests.

Source Map

  • helm/main.go wires the primary CLI.
  • helm/serve_*, helm/server_*, and route files own local API behavior.
  • helm/proxy_cmd.go owns OpenAI-compatible proxy entrypoints.
  • helm/scan_cmd.go owns the local anonymized agent-risk scan entrypoint.
  • helm/mcp_* owns MCP server, bundle, install, and runtime behavior.
  • helm/verify_cmd.go, helm/export_*, and receipt route files own evidence and verification workflows.
  • helm/conform.go owns conformance entrypoints.

Validation

Run focused CLI tests before changing public command docs:

cd core
go test ./cmd/helm-ai-kernel -count=1

Then run the docs truth gates from the repo root.

Directories

Path Synopsis
Command channel_gateway starts a standalone HTTP server that receives channel webhooks, normalises them into ChannelEnvelopes, and logs them.
Command channel_gateway starts a standalone HTTP server that receives channel webhooks, normalises them into ChannelEnvelopes, and logs them.
quantum_posture: boundary profile CLI signs and verifies with classical Ed25519 only; no hybrid or post-quantum claim.
quantum_posture: boundary profile CLI signs and verifies with classical Ed25519 only; no hybrid or post-quantum claim.
Command pack_verify verifies a pack directory structure and policy integrity.
Command pack_verify verifies a pack directory structure and policy integrity.
Command skill_lint validates a skill bundle manifest against the schema.
Command skill_lint validates a skill bundle manifest against the schema.
Command skill_pack packages a skill directory into a signed bundle.
Command skill_pack packages a skill directory into a signed bundle.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL