omk 0.5.0

A Rust runtime for Kimi CLI. Turns prompts into proof-backed engineering runs with gates, worktrees, and replay.
Documentation
version: "3.8"

services:
  omk-web:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8080:8080"
    command: ["hud", "--web", "--port", "8080"]
    volumes:
      - omk-state:/home/omk/.local/state/omk
      - omk-data:/home/omk/.local/share/omk
    environment:
      - RUST_LOG=info
    restart: unless-stopped

volumes:
  omk-state:
  omk-data: