Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Roadmap

The authoritative English roadmap lives at:

The Chinese roadmap lives at:

Short Version

Scoot should stay a small, auditable, local-first automation core:

  • one lightweight binary,
  • CLI, REPL, daemon, and local stdio serve interaction,
  • OpenAI-compatible Responses API backend only,
  • local state and audit logs,
  • defensive validation before execution,
  • no GUI or web UI,
  • no cloud sync,
  • no secret leakage,
  • no skill privilege bypass,
  • MCP/Wasm/other extension seams must remain configuration-gated, timeout-bound, and auditable,
  • unattended unrestricted execution is a high-risk operator exception, not a default workflow,
  • the public package root must stay a narrow stable embedding API.

Near-term work should focus on extension-boundary audits, actionable diagnostics, documentation alignment, runtime governance, and only then plan mode.