nrslib
|
b9a2a0329b
|
auto PR のベースブランチをブランチ作成前の現在ブランチに設定
createPullRequest の全呼び出し箇所で base が未指定だったため、
PR が常にリポジトリデフォルトブランチ(main)向けに作成されていた。
ブランチ作成/clone作成の直前に getCurrentBranch() で元ブランチを
取得し、PR作成時に base として渡すように修正。
|
2026-02-08 07:51:03 +09:00 |
|
nrs
|
8e509e13c6
|
Issue/90 fix windows (#91)
* Window対応および Codexが.gitを必要とする問題があるので.gitがみつからない場合はエラーとする fix #90
* 文字化け修正
|
2026-02-04 13:19:00 +09:00 |
|
nrslib
|
38d43f2168
|
pieceに完全移行
|
2026-02-04 11:07:41 +09:00 |
|
nrslib
|
b944349d8f
|
refacotr
|
2026-02-02 21:52:40 +09:00 |
|
nrslib
|
7d8ba10abb
|
refactor
|
2026-02-02 17:11:42 +09:00 |
|
nrslib
|
710d108f53
|
structuring
|
2026-02-02 10:14:12 +09:00 |
|
nrslib
|
d6ac71f0e6
|
| 作成 | src/task/git.ts | stageAndCommit() 共通関数。git commit ロジックのDRY化 |
| 作成 | `src/workflow/instruction-context.ts` | `instruction-builder.ts` からコンテキスト組立ロジック抽出 |
| 作成 | `src/workflow/status-rules.ts` | `instruction-builder.ts` からステータスルールロジック抽出 |
| 変更 | 35ファイル | `getErrorMessage()` 統一、`projectCwd` required 化、`process.cwd()` デフォルト除去、`sacrificeMode` 削除、`loadGlobalConfig` キャッシュ、`console.log` → `blankLine()`、`executeTask` options object 化 |
resolved #44
|
2026-02-01 22:58:49 +09:00 |
|
nrslib
|
ff7cfb52f7
|
--workflow にてpathも指定できるように
|
2026-02-01 20:58:03 +09:00 |
|
nrslib
|
14130ee958
|
feat: workflowやconfig指定をオプションで受け入れpath対応にする (#81)
|
2026-02-01 07:45:04 +00:00 |
|
nrslib
|
063b0e8d70
|
resolved #69
|
2026-01-31 23:24:24 +09:00 |
|
nrslib
|
1e8909d512
|
resolved #52, resolved #59
|
2026-01-31 19:25:50 +09:00 |
|
nrslib
|
e950a3f79c
|
resolved 52
|
2026-01-31 18:28:30 +09:00 |
|