# doc-update > Update vive docs to match code changes. - Author: kotaro takahashi - Repository: k4h4shi/vive - Version: 20260122144005 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/k4h4shi/vive - Web: https://mule.run/skillshub/@@k4h4shi/vive~doc-update:20260122144005 --- --- name: doc-update description: Update vive docs to match code changes. --- # Documentation Update Guide (vive) コード変更に合わせてドキュメントを更新する。 ## Mapping: Code to Docs コード変更の種類に応じて更新先を決定する。 | Code Change Type | Affected Files (src/) | Target Doc (docs/) | Action | | :------------------ | :--------------------------------- | :----------------------- | :-------------------------------------------------------- | | **Concept/Vision** | N/A | `concept.md` | Update high-level vision or core philosophy. | | **Architecture** | `main.rs`, `core/`, `orchestrator/`| `architecture.md` | Update component design, data flow, or tech stack details.| | **Requirements** | New features, CLI args | `requirements.md` | Update functional requirements list. | | **UI/TUI Layout** | `ui/`, `tui/` | `architecture.md` | Update TUI layer descriptions. | ## Consistency Checklist - [ ] Does `architecture.md` accurately reflect the current Rust struct/module structure? - [ ] Are all implemented features marked as completed in `requirements.md`? - [ ] Do unit/integration tests match the requirements?