docs: README/getting-started のクイックスタート整理 + issues 追加#54
Merged
Conversation
- ワンライナーのサブシェル仕組み解説など過剰説明を削除 - build ショートカット例外の実装詳細は CLI リファレンスへ委譲 - curl|bash 確認手順を README から除去 (getting-started には安全案内として残置) - クイックスタートを「1.インストール(ワンライナー/手動) → 2.プラグイン導入・起動」に再構成し、ワンライナー後の手順を明確化 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <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.
概要
README とユーザーガイドのクイックスタートを整理し、冗長な説明を削減しつつ「インストール後にプラグイン導入・起動へ進む」流れを明確化しました。あわせて issue #31 の指示書と PLAN31_2 設計書を
issues/に追加します。関連 Issue
変更点
ドキュメント整理 (README.md / docs/user/getting-started.md)
&&以降はサブシェルではなく呼び出し元シェルで動く」等のシェル仕組み解説(過剰説明)を削除buildショートカット例外の実装詳細(cmd_build/Python・シェル実装)を README から除き、CLI リファレンスへ委譲(「挙動が一部異なる(詳細はリンク)」に集約)curl | bashの確認手順を README から除去(getting-started には安全案内として残置)設計ドキュメント追加 (issues/)
issues/i31.md— 開発AIエージェント向け指示書(installer 簡略化・list TUI 統合・up時エディタ起動)issues/PLAN31_2_list-tui-unified.md—devbase listTUI 統合UI化の設計書動作確認
補足
issues/ の2ファイルは別作業(PLAN31_2)の成果物ですが、ユーザー指示により本PRに同梱しています。