~/.mainstaller の設定サンプルを同梱 (#181) - #191
Open
k-yoshimi wants to merge 3 commits into
Open
Conversation
Ship a commented template of the ~/.mainstaller configuration file covering MA_ROOT/BUILD_DIR/SOURCE_DIR (and the rarely needed MALIVE_REPOSITORY / MAINSTALLER_CONFIG), and reference it from the README and the how_to_use manual (en/ja) together with the check_prefix.sh hint. Fixes #181 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The header said the value after '=' is the default, but the commented MALIVE_REPOSITORY line showed https while the built-in default is http. Scope the "default" wording to the three directory variables and label MALIVE_REPOSITORY explicitly as an optional override. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fix the long-standing "direcoty" typo in the Quick Usage heading and state that dot.mainstaller.example lives in the repository root, to match the how_to_use manual wording. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
AI review cycle (Codex + Antigravity) 結果Phase 1 (Codex): must_fix 0 / should_fix 1 → 対応: Phase 2 (Antigravity): must_fix_docs 0 / should_fix 3 → 対応:
最終 delta(テキストのみ)を Codex 再確認済み・指摘ゼロ。 → 両フェーズ収束。 |
This was referenced Jul 8, 2026
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.
概要
Fixes #181
~/.mainstallerの設定サンプルdot.mainstaller.exampleをリポジトリ直下に追加し、README と how_to_use マニュアル(en/ja)から参照します。dot.mainstaller.example:MA_ROOT/BUILD_DIR/SOURCE_DIRを既定値付きで例示。set_prefixが読む残りの変数(MALIVE_REPOSITORY、MAINSTALLER_CONFIGによる設定ファイル切替)もコメントで記載。=の前後に空白を置かない・パスに空白を含めない、という制約も明記sh check_prefix.shで現在の解決結果を確認できることも案内検証
sh -n dot.mainstaller.example(構文チェック)通過~/.mainstallerとしてコピー →MAINSTALLER_CONFIG経由でset_prefixに読ませ、print_prefixが期待どおりMA_ROOT/BUILD_DIR/SOURCE_DIRを解決することを確認補足(マージ順)
README と how_to_use (en/ja) は #178・#186 も同じセクションを編集しているため軽微な競合が出る可能性があります(いずれも自明に解消できます)。
🤖 Generated with Claude Code