feat(workflow): マイグレーション振り返りフィードバックの一般化改善#15
Merged
Conversation
… feedback マイグレーション振り返りフィードバックのうち、特定プロジェクト固有でない 一般化可能な改善を反映する。 - 視覚仕様レビューゲート(Phase 4→5): UI変更全般で実装前にスケッチ合意 - Known Risks 蓄積運用(Phase 8): 振り返りで次回防ぐべき罠を追記提案 - 受入基準の明示承認を Stop Condition 化(Phase 1) - タスク粒度の指針: 追跡は Phase 単位まで - Migration Phase 2 補強: 全画面スクショ+可視要素インベントリを必須化 - browser-verification: キャッシュバイパスを no-store に強化 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
概要
マイグレーション案件の振り返りフィードバックのうち、特定プロジェクト固有でない一般化可能な改善 をワークフローに反映する。フィードバックは AngularJS→React 書き換えに由来するが、その依存部分は意図的に除外し、UI 変更・開発プロセス全般に効く形に一般化した。
変更内容
workflows(Phase 1) /product-interpreterworkflows(Phase 4) /implementation-driver/run-feature-workflow/safe-implementworkflows(Phase 8) /release-captain/project-rules-templateworkflows/run-feature-workflowmigration-spec-capture/workflows(§6.1)workflows(§6.1)no-cache→no-storeに強化browser-verification設計判断
意図的に追加しなかったもの(Angular→React 固有)
html/member/src/scss/...)、nginx 固有のキャッシュ設定、c3→chart.js 等の特定ライブラリ対応表 — 一般リポジトリに適用できないため除外。🤖 Generated with Claude Code