docs: i34 オーケストレーションを廃案とし、i34/plan35 一式を issues/old へアーカイブ - #98
Merged
Merged
Conversation
Claude アプリ本体に同等のオーケストレーション機能が追加されたため、devbase 独自の agent orchestration (i34) は実装せず廃案とする。あわせて、実装完了済みの PLAN35 (env 暗号化) 一式も issues/old へ移す。 - issues/i34.md, i34-orcalike.md を issues/old へ移動し、廃案の状態と理由を追記 - issues/i35.md, plan35.md, REPORT35.md を issues/old へ移動し、完了状態と参照先を追記 - docs/user/orca-removal-migration.md の「今後」節を修正 (i34 が標準経路になる予定 → devbase login が標準経路。i34 は廃案) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01622CAKyYfonYuZ6AqRJvDg
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.
概要
Claude アプリ本体に devbase が構想していたのと同等のオーケストレーション機能が追加されたため、devbase 独自の agent orchestration(Issue 34)は実装せず廃案とする。あわせて、実装が完了している PLAN35(env 暗号化)の一式も
issues/old/へアーカイブし、issues/直下を未着手のものだけに保つ。この PR 後、
issues/直下に残るのは PLAN32(1 プロジェクト複数リポジトリ)のみとなる。関連 Issue
変更点
issues/i34.md,issues/i34-orcalike.mdをissues/old/へ移動し、冒頭に「状態: 廃案(2026-08-17)」と理由を追記issues/i35.md,issues/plan35.md,issues/REPORT35.mdをissues/old/へ移動し、完了状態と相互参照パスを更新docs/user/orca-removal-migration.mdの「今後」節を修正devbase loginが標準経路。i34 は廃案で、複数コンテナの AI セッションは Claude アプリ側の機能を利用」issues/old/i34-orcalike.mdへ修正動作確認
ドキュメントとプラン文書の移動のみでコード変更は無し。
issues/i34*への参照が repo 内に残っていないことを確認(grep -rn "issues/i34" --include=*.md .→ 0 件)issues/plan35・issues/i35・issues/REPORT35への参照がissues/old/内の相互参照のみで、パスが更新済みであることを確認git mvによりリネームとして記録され、内容の差分が追記した状態バナーのみであることを確認補足
issues/old/へ移すのみで削除はしていないため、検討記録(Orca 調査、二層構成の設計、LSP trade-off の分析など)は将来の参照用にそのまま残る。