E
Docs/Eudorian Code CLI/Eudorian Code CLI

Eudorian Code CLI

A draft reference for terminal-based coding and agent workflows.

Draft

CLI Overview#

The CLI is intended to be the direct terminal interface to Eudorian Code. It will manage interactive prompts, project context, tool approvals, sessions, and handoff to compatible compute backends.

Interaction Model#

  • Inspect: Read project files and repository state before proposing changes.
  • Act: Edit files or run commands within an explicit project boundary.
  • Review: Show changes, results, and unresolved risks before completion.

Command Shape#

These names illustrate the planned command hierarchy; they are not a released interface.

shell
eudorian-code <command> [options]

# Planned areas
eudorian-code project
eudorian-code session
eudorian-code config
eudorian-code status

Command Safety#

Destructive file operations, credential access, deployments, and external writes should require clear scope and explicit authority. Dry-run and review behavior remain TODOs in the client specification.

Interface under design

Do not automate against these placeholder command names.