docs(issues): devbase list TUI化 設計書(i29) + issues/ を git 追跡対象化#41
Merged
Conversation
- issues/i29_list-tui-simple-term-menu.md: simple-term-menu 導入による devbase list 対話選択の TUI 化(矢印移動 / [1-9] ジャンプ / `/` 検索)設計 - .gitignore から issues/ 除外を解除し、既存 issue/PLAN 文書をまとめて追跡対象化 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6 tasks
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.
概要
devbase list(デフォルトで対話モード)の選択 UI を、stdlibinput()の番号入力から著名な CLI ライブラリ simple-term-menu ベースの TUI へ刷新する設計書を追加する。
あわせて、これまで
.gitignoreで除外されていたissues/を git 追跡対象に切り替える。本 PR は 設計書のみ。実装は別 PR で行う。
関連 Issue
issues/i29_list-tui-simple-term-menu.md変更点
issues/i29_list-tui-simple-term-menu.mdを追加[1-9]ショートカットジャンプ //インクリメンタル検索input()方式へフォールバック.gitignoreからissues/除外を解除し、既存 issue/PLAN 文書(i04〜i28, PLAN03-1/04/06)を追跡対象化動作確認
./bin/devbase --helpは従来どおり)補足
_interactive_select_and_up改修・テスト更新)は後続 PR で対応予定。[1-9]+/検索で代替する方針。