RunLogosRunLogos
中文EN

Main Features

RunLogos is more than a document editor. Each feature is purpose-built for a specific phase of the Spec Chain, and they compose into a single integrated workspace. This section walks through each feature from a user's perspective.

Feature overview

FeatureWhat it doesPhase
Markdown EditorRender, edit, and annotate all spec documentsAll phases
OpenAPI EditorBrowse, edit, and debug REST endpoints visuallyPhase 04
SQL DesignerDesign tables, generate DDL, export boilerplatePhase 05
Agent PanelRun Claude Code or any terminal agent side-by-sidePhase 07+
Orchestration RunnerExecute and validate multi-step API flowsPhase 06–07
Verification ReportTrace requirements → tests → results end-to-endPhase 08

The three-panel workspace

Every feature lives inside the same three-panel layout:

┌──────────┬──────────────────────────┬──────────────┐
│ File     │                          │              │
│ Tree     │   Viewer / Editor        │ Agent Panel  │
│          │                          │              │
│          │                          │              │
│          ├──────────────────────────┤              │
│          │   Terminal (multi-tab)   │              │
└──────────┴──────────────────────────┴──────────────┘
  • Left — file tree: your entire project, drag any path into the agent
  • Center — the document or code you're working on, rendered and editable
  • Right — Agent Panel: Claude Code, OpenCode, or a plain terminal session
  • Bottom — terminal panel with multi-tab PTY; error lines are clickable

You never need to switch windows. The agent sees the same project you do.