Skip to content

Workflows Interactive

Fischer Hunt edited this page Aug 30, 2026 · 1 revision

Workflows: Interactive

The default shape: e with no arguments opens the terminal interface.

Sessions

  • /resume reopens a previous session; sessions are append-only and branchable — /tree shows and branches the conversation tree in place.
  • e "inspect this project" opens with an initial request.

Per-person surface

Everything user-facing is file-backed under ~/.e/ with a built-in default — nothing you can prefer is hardcoded:

  • Themes — drop your own into ~/.e/themes/ (see docs/themes.md)
  • Skills — see docs/skills.md
  • Prompt templates — see docs/prompt-templates.md
  • Model configuration and overrides — see docs/models.md
  • Settings~/.e/settings.json, including composer keybinding chords

In-session

  • /help for commands, /settings for preferences, /login to connect a provider.
  • Shift-selection and the queue review let you steer a running turn by editing or dropping queued prompts.

Safety

Model-directed tools run as your user without a permission prompt by default. Directory trust controls what enters context (instructions, skills, prompts), not execution. Read the security policy before opening untrusted repositories, or run e --read-only --no-save for an ephemeral restricted session.


Written against e 0.0.1. Add your own workflow notes below.

Clone this wiki locally