# Doc Update

> Update vive docs to match code changes. Use when this capability is needed.

- Skill: `tomevault-io/doc-update` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/doc-update`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/doc-update/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/doc-update

---


# 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?

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/k4h4shi) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

