- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_016o8HwTaqLKEWCHTjsjFtrB
Install the forge-only push guard per clone
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
AGENTS.md -
modified
INVARIANTS.md -
added
ops/dev/install-push-guard.sh -
modified
test/openagents/push_remote_contract_test.exs
Diff
4 files changed, +122 -7
AGENTS.md modified +9 -2
@@ -26,8 +26,15 @@ mirror; pushing to it directly leaves the forge behind a mirror it does not
| 26 | 26 |
|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 |
|
|
| 30 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 31 | 38 |
|
| 32 | 39 |
|
| 33 | 40 |
|
INVARIANTS.md modified +10 -5
@@ -1818,10 +1818,15 @@ costs minutes. A bounded, logged override exists for operator-directed
| 1818 | 1818 |
|
| 1819 | 1819 |
|
| 1820 | 1820 |
|
| 1821 |
|
|
| 1822 |
|
|
| 1823 |
|
|
| 1824 |
|
|
| 1821 |
|
|
| 1822 |
|
|
| 1823 |
|
|
| 1824 |
|
|
| 1825 |
|
|
| 1826 |
|
|
| 1827 |
|
|
| 1828 |
|
|
| 1829 |
|
|
| 1825 | 1830 |
|
| 1826 | 1831 |
|
| 1827 | 1832 |
|
@@ -1908,4 +1913,4 @@ contract; the invariant prose above defines the assertion, not the filename.
| 1908 | 1913 |
|
| 1909 | 1914 |
|
| 1910 | 1915 |
|
| 1911 |
|
|
| 1916 |
|
ops/dev/install-push-guard.sh added +51
@@ -0,0 +1,51 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
test/openagents/push_remote_contract_test.exs modified +52
@@ -2,6 +2,7 @@ defmodule OpenAgents.PushRemoteContractTest do
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
@@ -44,6 +45,57 @@ defmodule OpenAgents.PushRemoteContractTest do
| 44 | 45 |
|
| 45 | 46 |
|
| 46 | 47 |
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 47 | 99 |
|
| 48 | 100 |
|
| 49 | 101 |
|