Open retained Sarah GitHub tokens
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
lib/openagents/accounts/token_vault.ex -
modified
test/openagents/accounts/token_vault_test.exs
Diff
2 files changed, +28 -5
lib/openagents/accounts/token_vault.ex modified +7 -5
@@ -4,7 +4,7 @@ defmodule OpenAgents.Accounts.TokenVault do
| 4 | 4 |
|
| 5 | 5 |
|
| 6 | 6 |
|
| 7 |
|
|
| 7 |
|
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
@@ -59,10 +59,12 @@ defmodule OpenAgents.Accounts.TokenVault do
| 59 | 59 |
|
| 60 | 60 |
|
| 61 | 61 |
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 66 | 68 |
|
| 67 | 69 |
|
| 68 | 70 |
|
test/openagents/accounts/token_vault_test.exs modified +21
@@ -69,4 +69,25 @@ defmodule OpenAgents.Accounts.TokenVaultTest do
| 69 | 69 |
|
| 70 | 70 |
|
| 71 | 71 |
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 72 | 93 |
|