| 1 | # Cascade IDE — documentation |
| 2 | |
| 3 | **Cascade IDE (CIDE)** is an agent-first IDE on **.NET** and **Avalonia**: in-process MCP, cockpit attention model (PFD / Forward / MFD), and the **Intercom** session channel. |
| 4 | |
| 5 | !!! tip "IOP — Intent-Oriented Programming" |
| 6 | CIDE is an open **working implementation** of [IOP](iop-manifest-v1.md): a **discipline of communication** in the dev contour → agent synthesis → human diff verification (not “more slashes”). |
| 7 | **[IOP manifest](iop-manifest-v1.md)** · normative: [ADR 0121](adr/0121-intent-oriented-programming-paradigm.md) (Accepted). |
| 8 | |
| 9 | !!! tip "New here?" |
| 10 | Start with **[Concept overview](concept-overview.md)** — five minutes, no Russian required. |
| 11 | |
| 12 | ## Start here |
| 13 | |
| 14 | | Section | Description | |
| 15 | |---------|-------------| |
| 16 | | **[IOP manifest](iop-manifest-v1.md)** | Three pillars: intent, verification loop, epistemic context | |
| 17 | | **[Concept overview](concept-overview.md)** | What the product is and how the cockpit layout works | |
| 18 | | [UI layout (Flight)](ui-ux/cascade-ide-ui-layout-v1.md) | PFD · Forward · MFD, menus, MCP control names | |
| 19 | | [Concept → code map](ui-ux/concept-to-implementation-map-v1.md) | Flight vs legacy Focus/Balanced/Power | |
| 20 | | [ADR navigator by status](site/adr-nav/index.md) | Proposed, Accepted, Implemented — from ADR headers | |
| 21 | | [Full ADR index](adr/README.md) | All ADRs (English) | |
| 22 | | [ADR status lifecycle](adr/status-lifecycle.md) | How to read statuses | |
| 23 | | [Russian ADR originals](../adr/README.md) | Canonical Russian copies | |
| 24 | | [Architecture policy](architecture-policy.md) | Navigator and ADR topic table | |
| 25 | | [Current architecture](architecture/current-architecture-v1.md) | Implementation snapshot | |
| 26 | | [ADR map by topic](architecture/adr-map-v1.md) | How to read ADRs by theme | |
| 27 | | [IDE MCP protocol](../MCP-PROTOCOL.md) | Commands for agents and humans | |
| 28 | |
| 29 | ## Repository |
| 30 | |
| 31 | - Source: [github.com/AI-Guiders/cascade-ide](https://github.com/AI-Guiders/cascade-ide) |
| 32 | - Organization: [AI-Guiders](https://ai-guiders.github.io/) |
| 33 | - License: MIT · commercial use — [COMMERCIAL-NOTICE.md](../COMMERCIAL-NOTICE.md) |
| 34 | |
| 35 | !!! note "Languages" |
| 36 | **English:** this home page, [concept overview](concept-overview.md), `ui-ux/`, and [full ADR set](adr/README.md). |
| 37 | **Russian:** canonical copies in the repo at `docs/adr/` — switch **RU** in the header or open paths without `/en/`. |
| 38 | |