docs: 統合(unite)モードのドキュメントを整備する#473
Merged
Merged
Conversation
53052b1 to
79d515e
Compare
親 #77 のフェーズ5。統合(unite)ビューにワークスペースを動的に足し引きする。 - `unite add <workspace>` / `unite remove <workspace>`(別名 rm) をコマンドパレット (Workspace スコープ)に追加。UniteCommand と Effect::UniteAdd/UniteRemove。 - HomeState に add_extra_group / remove_extra_group / united_workspace_names を追加。 重複(同一ルート・プライマリ)追加は拒否、最後の追加グループを外すと単一表示へ戻る。 - event::Wiring に unite_resolve を追加し、orchestrator が登録ワークスペースを名前で 解決して GroupSource を組む(未登録はエラーをログ)。 - ドキュメント: 03-commands/02-tui.md に unite コマンド、design/home/01-modes.md の パレット一覧・スコープ表を更新。 コマンド解析・状態 add/remove・パレット経由のハンドラ分岐の単体テストを追加 (lines/functions 100% 維持)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
親 #77 のフェーズ6。各実装PRで部分更新したドキュメントの最終整合と、概念説明の追加。 - document/04-orchestration.md に「複数ワークスペースの統合(unite)」節を追加 (導線・グループ表示・コマンドの対象解決・直近セットの記憶・worktree 集約との関係)。 - README.md の起動画面に複数選択(unite)の一文と、コマンドパレット一覧に unite を追記。 (design/02-open.md・design/home/03-sidebar.md・03-commands/02-tui.md・design/home/01-modes.md・ data/01-global.md は各フェーズPRで更新済み。) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📊 Test Coverage
🎉✨ パーフェクト!全ファイル Lines カバレッジ 100% を達成しました 🏆🐰 |
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.
目的
統合(unite)モードのドキュメントを整備(親 #77 のフェーズ6 / #83)。各実装PRで部分更新した内容の最終整合と、オーケストレーション概念の追加。
変更内容
document/04-orchestration.mdに「複数ワークスペースの統合(unite)」節を追加(導線・グループ表示・コマンドの対象解決・直近セットの記憶・worktree 集約との関係)。README.mdの起動画面に複数選択(unite)の一文、コマンドパレット一覧にuniteを追記。(
design/02-open.md・design/home/03-sidebar.md・design/home/01-modes.md・03-commands/02-tui.md・data/01-global.mdは各フェーズPRで更新済み。)確認方法
#統合uniteモードで開く・#unite・#統合uniteモードの積み重ね表示・#unite-setjson直近の統合セット)が対象ファイルに存在することを確認。関連
親: #77 / 依存: #79 #80 #81 #82 / 本PR: #83(フェーズ完了)
🤖 Generated with Claude Code