Cette page est affichée en anglais. Une traduction française est en cours.
CLI ToolsMay 13, 2026·2 min de lecture

oh-my-kimi — Evidence-gated Agent Runtime for Kimi

oh-my-kimi (OMK) is a CLI runtime that adds evidence gates and worktree isolation to Kimi Code; verified 69★ and ships `omk init/doctor/chat`.

Introduction

oh-my-kimi (OMK) is a CLI runtime that adds evidence gates and worktree isolation to Kimi Code; verified 69★ and ships omk init/doctor/chat.

Best for: Kimi Code users who want bounded, inspectable agent runs with verification artifacts

Works with: Node.js 20+ and Kimi Code CLI (README positioning as Kimi-native control plane)

Setup time: 6-15 minutes

Key facts (verified)

  • GitHub: 69 stars · 6 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: omk chat.

Main

  • Use evidence gates to stop “done by narration”: require a diff, a passing command, or a file existence check before accepting completion.

  • Run parallel work in worktrees to avoid context corruption; merge only after you inspect evidence and summaries.

  • Treat .omk/ as your run ledger: keep it in your workflow so runs are replayable, auditable, and shareable when you debug reliability.

Source-backed notes

  • README presents OMK as a Kimi-native control plane with DAG-based execution, evidence-gated completion, and worktree isolation.
  • README quickstart shows npm install -g @oh-my-kimi/cli then omk init, omk doctor, omk chat.
  • README references verification commands like omk verify --json and operator UIs like omk cockpit/omk hud for visibility.

FAQ

  • Is OMK a prompt pack?: No — README explicitly says it’s a runtime/control plane, not a prompt pack.
  • Do I need to learn DAGs to start?: No — start with omk chat; use DAG/parallel features once you trust the basics.
  • What’s the minimal verification loop?: Run omk doctor, execute a small task, then check omk verify --json before calling it done.
🙏

Source et remerciements

Source: https://github.com/dmae97/oh-my-kimi > License: MIT > GitHub stars: 69 · forks: 6

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires