CLI Reference
Overview
Section titled “Overview”Entrance provides a CLI interface for all operations. The CLI is the primary interface during the V0 Headless Alpha stage.
Commands
Section titled “Commands”nota status
Section titled “nota status”Display current system status — token count, MCP configs, active tasks.
.\entrance.exe nota statusnota do
Section titled “nota do”Dispatch a new task to an agent.
.\entrance.exe nota do --title "Fix login page 500 error"| Flag | Description |
|---|---|
--title | Task title (required) |
--priority | Priority: urgent, high, normal, low |
nota overview
Section titled “nota overview”Display all tasks with current status.
nota checkpoint
Section titled “nota checkpoint”Save a stable checkpoint with context for continuity.
.\entrance.exe nota checkpoint \ --stable-level "feature-done" \ --landed "What was completed" \ --remaining "What's left" \ --human-continuity-bus "Where to start next"mcp stdio
Section titled “mcp stdio”Start MCP server in stdio mode for AI agent integration.
.\entrance.exe mcp stdiomcp http
Section titled “mcp http”Start MCP server in HTTP mode.
.\entrance.exe mcp http --port 9720