Glossary

Single source of truth for Sidekick, Kay, Codex sidekick, delegation, and verification terms.

TermMeaning
SidekickThe Alo Labs plugin that gives Claude Code, Codex, and Cursor a shared delegation layer for supported coding sidekicks.
host AIThe Claude Code, Codex, or Cursor session that plans, delegates, reviews, verifies, and communicates with the user.
sidekickA supported child runtime that performs bounded implementation work after activation. Current sidekicks are Kay and Codex.
KayThe Kay runtime installed and repaired through Sidekick. Kay tasks run through kay exec.
Codex sidekickThe local OpenAI Codex CLI used as a child runtime through codex exec, pinned to gpt-5.4-mini with extra-high reasoning.
delegateTo hand a bounded coding task from the host AI to the active sidekick.
active-sidekickThe shared session selector at ~/.sidekick/sessions/<session>/active-sidekick. It contains kay or codex.
markerA project-local file showing that a sidekick is active in the current host session.
Host verificationThe host-owned review pass that checks requirements, diffs, tests, integration behavior, assumptions, and failure classes before reporting completion.
generated host bundleA rendered skill surface under agents/claude/, agents/codex/, or agents/cursor/, produced from canonical files under skills/.
registrysidekicks/registry.json, the shared metadata for runtime names, marker paths, commands, and install details.
release gateThe test sequence that proves public docs, generated surfaces, manifests, hooks, and live sidekick paths are aligned.

Canonical Rules

  • The host AI owns final correctness.
  • Kay and Codex are mutually exclusive in a host session.
  • Canonical workflow text lives under skills/.
  • Generated host bundles are render outputs.
  • Public docs should name only the supported sidekicks: Kay and Codex.