- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_016o8HwTaqLKEWCHTjsjFtrB
Copy the push guard next to the hook it serves
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
ops/dev/install-push-guard.sh -
modified
test/openagents/push_remote_contract_test.exs
Diff
2 files changed, +17 -2
ops/dev/install-push-guard.sh modified +12 -2
@@ -13,6 +13,12 @@ set -eu
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 16 | 22 |
|
| 17 | 23 |
|
| 18 | 24 |
|
@@ -36,13 +42,17 @@ fi
| 36 | 42 |
|
| 37 | 43 |
|
| 38 | 44 |
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 39 | 49 |
|
| 40 | 50 |
|
| 41 | 51 |
|
| 42 | 52 |
|
| 43 | 53 |
|
| 44 |
|
|
| 45 |
|
|
| 54 |
|
|
| 55 |
|
|
| 46 | 56 |
|
| 47 | 57 |
|
| 48 | 58 |
|
test/openagents/push_remote_contract_test.exs modified +5
@@ -60,6 +60,11 @@ defmodule OpenAgents.PushRemoteContractTest do
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 63 | 68 |
|
| 64 | 69 |
|
| 65 | 70 |
|