-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fischer Hunt edited this page Aug 30, 2026
·
3 revisions
This wiki is for workflows β the very different ways people run e.
The extensions API, ~/.e/ file overrides, and the e rpc/ask headless
surfaces mean e has no single intended shape. This is where the shapes live.
The scope rule: anything that pins behavior β the extension wire
protocol, config formats, CLI flags, compatibility policy β lives in the
repository under docs/,
where it is reviewed against the release it describes. Pages here may go
stale; those may not. When in doubt, trust docs/.
- Workflows: Interactive β sessions, branching, skills, themes, model overrides
-
Workflows: Scripted β
e ask --json,e rpc, CI and automation use - Workflows: Extending β writing extensions: tools, commands, hooks, questions
- Provider notes β per-provider gotchas, community-maintained
-
FAQ / Troubleshooting β
e doctoroutput, common mistakes
The wiki is a git repository: clone it, edit, send a pull request against the repo (or open an issue if a page claim seems wrong). Keep recipes self-contained and note the e version or commit they were written against.