-
Notifications
You must be signed in to change notification settings - Fork 0
feat(cli-fix-push-gate): Phase B の 4 軸ゲートと判定コアの lib 化 (WP-17 2b) #351
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
a8dc8e4
refactor(lib-scope-guard): ADR-054 scope 判定コアを lib へ抽出 (WP-17 PR 2)
aloekun eb298af
refactor(lib-autonomy-policy): kill-switch 判定コアを lib へ抽出 (WP-17 PR 2a)
aloekun 6225b52
feat(cli-fix-push-gate): Phase B の fix push 直前ゲートを追加 (WP-17 PR 2)
aloekun 013438d
docs(wp17): lib module doc を呼び手実在の現実に合わせる + 2b の chain 宣言 (WP-17 2b)
aloekun 3cea938
fix(review): apply CodeRabbit fixes for #351
aloekun e4b5b9e
docs(wp17): chain 宣言の検証状態を diff 内/外で分けて明記 (CodeRabbit #351)
aloekun 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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,19 @@ | ||
| [package] | ||
| name = "cli-fix-push-gate" | ||
| version = "0.1.0" | ||
| edition = "2021" | ||
|
|
||
| [dependencies] | ||
| serde = { version = "1.0", features = ["derive"] } | ||
| serde_json = "1.0" | ||
| # 4 軸すべて既存の単一実装を借りる。本 crate 固有の判定ロジックは AND 合成と順序だけで、 | ||
| # 各軸の基準を再実装しない (再実装は ADR-035 / ADR-054 の drift 再生産にあたる)。 | ||
| lib-autonomy-policy = { path = "../lib-autonomy-policy" } | ||
| lib-docs-policy = { path = "../lib-docs-policy" } | ||
| lib-scope-guard = { path = "../lib-scope-guard" } | ||
| lib-telemetry = { path = "../lib-telemetry" } | ||
|
|
||
| [dev-dependencies] | ||
| tempfile = "3" | ||
|
|
||
| # [profile.release] は workspace root (Cargo.toml) に集約 (ADR-026) |
Oops, something went wrong.
Oops, something went wrong.
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.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: aloekun/claude-code-hook-test
Length of output: 167
🏁 Script executed:
Repository: aloekun/claude-code-hook-test
Length of output: 2033
🏁 Script executed:
Repository: aloekun/claude-code-hook-test
Length of output: 39279
2c の workflow に一致する chain 宣言に更新してください。
.github/workflows/pr-monitor.ymlにはfixjob、step 名Gate fix push (deterministic, 4-axis AND)、cli-fix-push-gateの実行パス、または--branch/--config/--diff-summary-file/--findings-fileがありません。ADR-069 の chain 判定が参照する契約値が workflow と一致するように、2c とこの宣言を同じ値で揃えてください。🤖 Prompt for AI Agents