docs(history): issue #139 の振り返りを残す - #147
Merged
Merged
Conversation
docs/development-history/ を作り、最初の記録を置く。 進め方で分かったこと: - マージ前に追加した wrapper のテストは、run_python/cmd_build をスタブへ 差し替える方式のため dispatch より前の name 解決を素通りしていた。 リリース後テストで実際にコマンドを打って初めて #146 が見つかった - 仕様で「前提」として範囲外に置いた領域は、レビューの視野からも外れる - 実機ビルドは 3 分 18 秒で、マージ前に避けた理由に見合っていなかった 設計 PR を実装より先に通す運びは変えない。shell / Python どちらへ寄せるかを 実装前に固定できた効果のほうが大きい。 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9tinzTAbF1LVEYvfUgzKx
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.
概要
issue #139(
devbase build <image>の修正)の振り返りをdocs/development-history/01-2026-09-02.mdとして残します。このディレクトリの最初の記録です。対象は進め方であり、成果物の良し悪しはレビューの工程が扱っています。
関連 Issue
変更点
docs/development-history/01-2026-09-02.mdを追加(新規ディレクトリ)記録した主なこと
run_python/cmd_buildをスタブ化する方式のため、dispatch より前の name 解決を素通りしていた。リリース後テストで実際にdevbase build ../etcを打って #146 が見つかった設計 PR を実装より先に通す運びは変えない、と結論しています。理由も記録に書きました。
動作確認
./bin/devbase --helpが正常に動作する(ドキュメントのみのためコード変更なし)リンク先(issue #139 / #141 / #142 / #146、PR #143 / #144 / #145)が実在することを確認しています。