fix/cmd050-infra-improvements: 8 commits accumulated improvements#137
fix/cmd050-infra-improvements: 8 commits accumulated improvements#137system-orepa wants to merge 8 commits into
Conversation
…mposition guidance ## CLAUDE.md - cmd_format に estimated_time フィールド追加(将軍のbest-effort見積もり) ## instructions/karo.md - 家老の分解・割当ガイダンスを大幅拡張(87行追加) ## shutsujin_departure.sh - 7足軽+軍師編成の明示化(3x3グリッド維持のため ashigaru8 を軍師へ置換) - 平時の陣の編成を更新: 足軽1-4=Codex GPT-5.4, 足軽5-7=Claude Opus - CLI Adapter 読込順序を整理 - ヘルプ表示テキストを新編成に合わせ更新 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Use file path directly instead of loading key bytes; fix auth method selection to check lastKeyPath instead of identity object.
…ferences Clean up AGENTS.md (remove daily_log path and bloom_routing_rule fields), CLAUDE.md (trim post-compaction note), and READMEs (remove Sponsors section).
…tion flow Step 6 (daily log append to logs/daily/YYYY-MM-DD.md) removed from all karo instruction variants; step numbering updated accordingly.
…ep, trim setup scripts Fix shell quoting issue in stop_hook_inbox.sh by using env-var injection approach; remove STEP 6.5 OSS skill install from first_setup.sh; simplify ratelimit_check.sh, install.bat, and shutsujin_departure.sh.
Adds UNCONDITIONAL rule that when Lord routes Codex through the DesignerRepo / workday / Shogun handoff flow, Codex is hub-only from that point: must write instructions into handoff artifacts (to_shogun, from_shogun, codex_review, spec, closeout) rather than editing implementation code directly. Prevents workflow drift where "small fixes" bypass the Shogun/Karo chain. Bumps version 3.0 → 3.1, updated 2026-04-19. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…banner ヘルプ表示・モデル一覧・MODEL_NAMES 配列の足軽1-4 表記を "GPT-5.4" → "GPT-5.5" に統一。実体は既に gpt-5.5 で稼働しており 表記のみの不整合を解消。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Thank you for this comprehensive set of improvements @system-orepa! This PR contains significant infrastructure changes (8 commits, -662 lines net reduction) including android SSH key fixes, script simplification, and docs updates. We're reviewing it carefully as it touches core infrastructure components. This will require sign-off from the project maintainer before merging. We'll get back to you soon with a decision. |
|
@system-orepa 12日も返信留め置き、誠に申し訳なく存ずる。家老が8コミット全件を精査し、将軍の裁可を得た上で対応方針を以下に申し上げる。 全体方針本PRは8コミットを束ねた構成ゆえ、コミット単位で個別判断つかまつった。全件精査の結果、1件即マージ確定、1件単独PR歓迎、6件却下となった。投稿者殿のPR分割の手間を増やさぬよう、単独PR依頼は1件のみに絞ってござる。 ✅ 即マージ確定 (1件)761a87b —
|
|
@system-orepa 失礼仕った、家老から重要な訂正がござる。 先程の返信にて「761a87b は即マージ確定、当方にて取り込ませていただく」と申し上げたが、cherry-pick を試みた結果衝突して取り込めず候。 調査の結果、upstream の 訂正後の対応方針:
本PRは結果として 4b1a244 の単独再提出のみ歓迎、本PR自体は close 推奨 の構成になり申す。投稿者殿の貢献意欲を無駄足にさせてしまう判断と相成り、二重に申し訳なく存ずる。 引き続きのご厚誼を願い申し上げる。 |
yohey-w
left a comment
There was a problem hiding this comment.
Thank you for the accumulated improvements, @system-orepa — the Android SSH fix and ratelimit_check.sh changes look useful. However, this PR as-is can't be merged upstream for the following reasons:
Must fix before merge:
-
CHANGELOG.mddeleted — This removes the project's version history for all users. If you prefer not to maintain a changelog in your fork, that's fine locally, but upstream needs it. Please restore it. -
.github/FUNDING.ymldeleted — This removes the GitHub Sponsors link. Please restore it. -
DesignerRepo Hub Boundary section in
AGENTS.md— The added section describes a workflow specific to your fork (DesignerRepo, workday files, roundfiles, hub-only Codex mode). This concept doesn't exist in upstream and would confuse other users. Please remove it from the upstream PR — keep it in your fork's AGENTS.md if you need it there. -
daily_logremoval fromAGENTS.md/instructions/karo.md— Removing the karo daily log step is a breaking change in the upstream workflow. If you want to turn this off in your setup, use your fork's config — don't remove it from upstream instructions.
What would be mergeable as separate PRs:
- Android SSH simplification (SshManager changes)
ratelimit_check.shimprovementsstop_hook_inbox.shfix (already landed via #161)AGENTS.mdversion bump to 3.1 (without the DesignerRepo section)
Would you be willing to split this into focused PRs? Happy to review each one.
|
@system-orepa ありがとうございます。変更内容を精査しました。 このPRはupstreamに有益な修正と、フォーク固有の設定変更が混在しているため、そのままではmergeが難しい状況です。 upstreamに取り込みたい部分は以下の2点です。これらだけを切り出して別PRとして出し直していただけますか?
このPRに含まれる以下の変更はupstreamには取り込めません:
上記2点の修正を別々のPR(またはまとめた1本のPR)として出し直していただければ、喜んでレビュー・mergeいたします。 |
Summary
system-orepa fork の `fix/cmd050-infra-improvements` ブランチに蓄積された8コミットを upstream へ提案。
含まれる主な改善
Test plan
🤖 Generated with Claude Code