Update multi-machine docs with reconnection implementation details, command response propagation, and pty_created confirmation flow. Mark reconnection as complete in phases.md, progress.md, TODO.md. Update CLAUDE.md files with reconnection and relay response info. Add CHANGELOG entries for new features.
23 lines
819 B
Markdown
23 lines
819 B
Markdown
---
|
|
title: "Documentation"
|
|
role: part
|
|
parent: null
|
|
order: 1
|
|
description: "Project documentation index"
|
|
---
|
|
|
|
# Documentation
|
|
|
|
Project documentation lives here.
|
|
|
|
> This directory is maintained automatically. When features are added or changed, corresponding documentation is updated.
|
|
|
|
## Index
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [task_plan.md](task_plan.md) | v2 architecture decisions, error handling, testing strategy |
|
|
| [phases.md](phases.md) | v2 implementation phases (1-7 + multi-machine A-D) with checklists |
|
|
| [findings.md](findings.md) | Research findings (Agent SDK, Tauri, xterm.js, performance) |
|
|
| [progress.md](progress.md) | Session-by-session progress log |
|
|
| [multi-machine.md](multi-machine.md) | Multi-machine support architecture (implemented, WebSocket relay, reconnection) |
|