docs: README/ドキュメントを現状の階層メニュー TUI に合わせて更新#67
Merged
Conversation
PR #63〜#66 の TUI 変更 (確認プロンプト整理 / Enter 待ち / env メニュー再構成 / 最下部メニューバー) を反映し、ドキュメントを実装と整合させる。 - README: 「対話的なプロジェクト選択」を「階層メニュー TUI」へ刷新。 プロジェクト操作と最下部カテゴリメニュー (←→ 移動) を明記 - cli-reference: `devbase project list` を全面刷新。番号入力の旧説明を廃止し、 TUI の画面構成図・キー操作表・カテゴリ別操作一覧・確認プロンプトの範囲を追加 - container-operations: プロジェクト一覧の説明を TUI 前提に更新し詳細へリンク - architecture: 構成図と commands 表に project.py / tui/ を追加。tui/ の モジュール構成表を新設。cmd_project が container.py 側にある実態を反映 - 既存ドキュメントに元々抜けていた CLI サブコマンド (project rebuild / plugin migrate / env export・import) をコマンド一覧・ツリー図に補完 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
takemi-ohama
commented
Jun 13, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 2 | codex | REQUEST_CHANGES
rebuild 追加に伴う CLI ドキュメント内の整合性を直してください。
takemi-ohama
commented
Jun 13, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | APPROVE
重複を除いて、このラウンドで追加すべき修正指摘はありません。
takemi-ohama
commented
Jun 13, 2026
takemi-ohama
left a comment
Contributor
Author
There was a problem hiding this comment.
🤖 cross-review | round 1 | gemini | COMMENT
TUI 操作のキー説明の補足と、追加されたコマンドの参照先について提案しました。
…xport-import 補記) - architecture.md: SHORTCUTS 行を実装に整合 (up/down/login/ps/scale/rebuild、build 除外・list 個別 routing) - cli-reference.md: ショートカット表とツリーに rebuild [name] 追加、project rebuild 個別節を新設 - cli-reference.md: TUI Enter キー説明にカテゴリメニューフォーカス時の遷移を併記 - cli-reference.md: env export/import 個別節を新設し env-export-import.md へリンク - README.md: ショートカット一覧に rebuild [name] 追加 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
概要
PR #63〜#66 の TUI 変更(破壊的操作以外の確認プロンプト廃止 / 操作後の Enter 待ち / 環境変数メニュー再構成 / 最下部固定の横並びメニューバー)を反映し、README とユーザー/開発者ドキュメントを実装と整合させる。コード変更は含まない。
関連 Issue
変更点
README.md
rebuild、plugin にmigrate)docs/user/cli-reference.md
devbase project listセクションを全面刷新。「番号入力で選択」の旧説明を廃止し、TUI の画面構成図・キー操作表・カテゴリ別操作一覧・確認プロンプトの範囲を追加rebuild/export/import/migrateを追加docs/user/container-operations.md
docs/developer/architecture.md
project.py(list/TUI)を追加し、cmd_projectが実体としてはcontainer.py側にある実態を反映tui/の階層メニュー TUI 節とモジュール構成表(app/menu/flow/dispatch/actions_*)を新設動作確認
cli.py/lib/devbase/tui/)と照合補足
project rebuild/plugin migrate/env export・importを実装と照合して補完した(意図的な省略ではなく漏れと判断)🤖 Generated with Claude Code