-
Notifications
You must be signed in to change notification settings - Fork 0
test(phase-b): スモーク段 2 用の観測装置 — マージせずクローズする一時 PR (ADR-067) #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Phase B 実走スモークテスト用の一時ドキュメント | ||
|
|
||
| > **このファイルは削除前提の検証用アーティファクトです。** ADR-067 (Phase B 無人 fix push) の | ||
| > スモーク段 2 で、CodeRabbit の docs 指摘 → fix agent の編集 → 4 軸ゲート → workflow による | ||
| > push、という allow 経路を実走観測するために作成しました。観測完了後、この PR はマージせず | ||
| > クローズし、ブランチごと削除します。プロダクションの手順書として参照しないでください。 | ||
|
|
||
| ## このテストで観測すること | ||
|
|
||
| Phase B の fix job が `claude/` prefix ブランチに対して起動し、以下を通過することを確認します。 | ||
|
|
||
| 1. `Decide whether Phase B applies` で `proceed=true` になる | ||
| 2. CodeRabbit の指摘が決定論的な著者フィルタを通って findings になる | ||
| 3. fix agent が `pr/docs/**` の範囲で編集する | ||
| 4. `cli-fix-push-gate` の 4 軸 AND がすべて満たされ exit 0 になる | ||
|
|
||
| 以上の 4 ステップを順に観測します。 | ||
|
|
||
| ## 実行手順 | ||
|
|
||
| Actions タブから pr-monitor workflow を手動起動します。ref は master を選び、`pr_number` に | ||
| この PR の番号を入れてください。 | ||
|
|
||
| なお `AUTONOMY_ENABLED` が `true` でなければ fix job は起動しないため、事前設定は必須です。 | ||
|
|
||
| ## 観測後の後始末 | ||
|
|
||
| - この PR をクローズする | ||
| - ブランチを削除する | ||
| - TODO: 観測結果はこの PR のコメントに記録する。上記 4 ステップすべての通過を確認できた時点で完了とする | ||
|
|
||
| ## 補足 | ||
|
|
||
| 段 1 では非 `claude/` ブランチに対して prefix 層の deny を確認済みです。段 2 はその対になる | ||
| allow 経路の確認にあたります。ゲートの 4 軸の詳細は [ADR-067](adr/adr-067-phase-b-unattended-fix-push.md) | ||
| を参照してください。 | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
AUTONOMY_ENABLEDの設定条件を矛盾なく記載してください。Line 32 は variable の設定を任意と記載しています。Line 34 は
AUTONOMY_ENABLED=trueが必須と記載しています。.github/workflows/pr-monitor.ymlのfix.ifはvars.AUTONOMY_ENABLED == 'true'を要求します。Line 32 に従うと fix job は起動しません。修正案
📝 Committable suggestion
🤖 Prompt for AI Agents