Use GPT-5.6 Luna for SCVs
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
docs/operations/scv-staging-qualification.md -
modified
docs/runtime-configuration.md -
modified
docs/scv-planning.md -
modified
lib/mix/tasks/openagents.scv.opencode.ex -
modified
lib/openagents/scv/executor/open_code.ex -
modified
lib/openagents/scv/worker.ex -
modified
test/openagents/scv/open_code_executor_test.exs -
modified
test/openagents/scv/run_test.exs
Diff
8 files changed, +88 -9
docs/operations/scv-staging-qualification.md modified +6 -4
@@ -43,6 +43,7 @@ to Cloud Logging, writes one terminal result, and exits.
| 43 | 43 |
|
| 44 | 44 |
|
| 45 | 45 |
|
| 46 |
|
|
| 46 | 47 |
|
| 47 | 48 |
|
| 48 | 49 |
|
@@ -64,10 +65,11 @@ The Cloud Logging stream must contain these records for one run ID:
| 64 | 65 |
|
| 65 | 66 |
|
| 66 | 67 |
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 71 | 73 |
|
| 72 | 74 |
|
| 73 | 75 |
|
docs/runtime-configuration.md modified +1
@@ -63,6 +63,7 @@ run with these settings:
| 63 | 63 |
|
| 64 | 64 |
|
| 65 | 65 |
|
| 66 |
|
|
| 66 | 67 |
|
| 67 | 68 |
|
| 68 | 69 |
|
docs/scv-planning.md modified +30 -2
@@ -44,6 +44,18 @@ The recommended first autonomous milestone is staging-only deployment of a
| 44 | 44 |
|
| 45 | 45 |
|
| 46 | 46 |
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 47 | 59 |
|
| 48 | 60 |
|
| 49 | 61 |
|
@@ -143,7 +155,22 @@ background install. A trusted local `config_seed` may copy only dependency and
| 143 | 155 |
|
| 144 | 156 |
|
| 145 | 157 |
|
| 146 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
|
| 147 | 174 |
|
| 148 | 175 |
|
| 149 | 176 |
|
@@ -190,7 +217,8 @@ OPENCODE_BIN=/absolute/path/to/opencode \
| 190 | 217 |
|
| 191 | 218 |
|
| 192 | 219 |
|
| 193 |
|
|
| 220 |
|
|
| 221 |
|
|
| 194 | 222 |
|
| 195 | 223 |
|
| 196 | 224 |
|
lib/mix/tasks/openagents.scv.opencode.ex modified +3 -1
@@ -23,6 +23,7 @@ defmodule Mix.Tasks.Openagents.Scv.Opencode do
| 23 | 23 |
|
| 24 | 24 |
|
| 25 | 25 |
|
| 26 |
|
|
| 26 | 27 |
|
| 27 | 28 |
|
| 28 | 29 |
|
@@ -60,7 +61,8 @@ defmodule Mix.Tasks.Openagents.Scv.Opencode do
| 60 | 61 |
|
| 61 | 62 |
|
| 62 | 63 |
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 64 | 66 |
|
| 65 | 67 |
|
| 66 | 68 |
|
lib/openagents/scv/executor/open_code.ex modified +16 -1
@@ -13,7 +13,9 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 17 | 19 |
|
| 18 | 20 |
|
| 19 | 21 |
|
@@ -30,6 +32,7 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 30 | 32 |
|
| 31 | 33 |
|
| 32 | 34 |
|
| 35 |
|
|
| 33 | 36 |
|
| 34 | 37 |
|
| 35 | 38 |
|
@@ -43,6 +46,7 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 43 | 46 |
|
| 44 | 47 |
|
| 45 | 48 |
|
| 49 |
|
|
| 46 | 50 |
|
| 47 | 51 |
|
| 48 | 52 |
|
@@ -68,6 +72,7 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 68 | 72 |
|
| 69 | 73 |
|
| 70 | 74 |
|
| 75 |
|
|
| 71 | 76 |
|
| 72 | 77 |
|
| 73 | 78 |
|
@@ -101,6 +106,7 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 101 | 106 |
|
| 102 | 107 |
|
| 103 | 108 |
|
| 109 |
|
|
| 104 | 110 |
|
| 105 | 111 |
|
| 106 | 112 |
|
@@ -586,6 +592,7 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 586 | 592 |
|
| 587 | 593 |
|
| 588 | 594 |
|
| 595 |
|
|
| 589 | 596 |
|
| 590 | 597 |
|
| 591 | 598 |
|
@@ -649,6 +656,8 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 649 | 656 |
|
| 650 | 657 |
|
| 651 | 658 |
|
| 659 |
|
|
| 660 |
|
|
| 652 | 661 |
|
| 653 | 662 |
|
| 654 | 663 |
|
@@ -805,6 +814,12 @@ defmodule OpenAgents.SCV.Executor.OpenCode do
| 805 | 814 |
|
| 806 | 815 |
|
| 807 | 816 |
|
| 817 |
|
|
| 818 |
|
|
| 819 |
|
|
| 820 |
|
|
| 821 |
|
|
| 822 |
|
|
| 808 | 823 |
|
| 809 | 824 |
|
| 810 | 825 |
|
lib/openagents/scv/worker.ex modified +13 -1
@@ -12,7 +12,8 @@ defmodule OpenAgents.SCV.Worker do
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 15 |
|
|
| 16 |
|
|
| 16 | 17 |
|
| 17 | 18 |
|
| 18 | 19 |
|
@@ -64,6 +65,13 @@ defmodule OpenAgents.SCV.Worker do
| 64 | 65 |
|
| 65 | 66 |
|
| 66 | 67 |
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 67 | 75 |
|
| 68 | 76 |
|
| 69 | 77 |
|
@@ -82,6 +90,7 @@ defmodule OpenAgents.SCV.Worker do
| 82 | 90 |
|
| 83 | 91 |
|
| 84 | 92 |
|
| 93 |
|
|
| 85 | 94 |
|
| 86 | 95 |
|
| 87 | 96 |
|
@@ -103,6 +112,7 @@ defmodule OpenAgents.SCV.Worker do
| 103 | 112 |
|
| 104 | 113 |
|
| 105 | 114 |
|
| 115 |
|
|
| 106 | 116 |
|
| 107 | 117 |
|
| 108 | 118 |
|
@@ -233,6 +243,8 @@ defmodule OpenAgents.SCV.Worker do
| 233 | 243 |
|
| 234 | 244 |
|
| 235 | 245 |
|
| 246 |
|
|
| 247 |
|
|
| 236 | 248 |
|
| 237 | 249 |
|
| 238 | 250 |
|
test/openagents/scv/open_code_executor_test.exs modified +10
@@ -47,6 +47,8 @@ defmodule OpenAgents.SCV.OpenCodeExecutorTest do
| 47 | 47 |
|
| 48 | 48 |
|
| 49 | 49 |
|
| 50 |
|
|
| 51 |
|
|
| 50 | 52 |
|
| 51 | 53 |
|
| 52 | 54 |
|
@@ -158,6 +160,13 @@ defmodule OpenAgents.SCV.OpenCodeExecutorTest do
| 158 | 160 |
|
| 159 | 161 |
|
| 160 | 162 |
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 161 | 170 |
|
| 162 | 171 |
|
| 163 | 172 |
|
@@ -182,6 +191,7 @@ defmodule OpenAgents.SCV.OpenCodeExecutorTest do
| 182 | 191 |
|
| 183 | 192 |
|
| 184 | 193 |
|
| 194 |
|
|
| 185 | 195 |
|
| 186 | 196 |
|
| 187 | 197 |
|
test/openagents/scv/run_test.exs modified +9
@@ -98,6 +98,7 @@ defmodule OpenAgents.SCV.RunTest do
| 98 | 98 |
|
| 99 | 99 |
|
| 100 | 100 |
|
| 101 |
|
|
| 101 | 102 |
|
| 102 | 103 |
|
| 103 | 104 |
|
@@ -110,6 +111,7 @@ defmodule OpenAgents.SCV.RunTest do
| 110 | 111 |
|
| 111 | 112 |
|
| 112 | 113 |
|
| 114 |
|
|
| 113 | 115 |
|
| 114 | 116 |
|
| 115 | 117 |
|
@@ -117,6 +119,9 @@ defmodule OpenAgents.SCV.RunTest do
| 117 | 119 |
|
| 118 | 120 |
|
| 119 | 121 |
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 120 | 125 |
|
| 121 | 126 |
|
| 122 | 127 |
|
@@ -129,6 +134,7 @@ defmodule OpenAgents.SCV.RunTest do
| 129 | 134 |
|
| 130 | 135 |
|
| 131 | 136 |
|
| 137 |
|
|
| 132 | 138 |
|
| 133 | 139 |
|
| 134 | 140 |
|
@@ -145,6 +151,8 @@ defmodule OpenAgents.SCV.RunTest do
| 145 | 151 |
|
| 146 | 152 |
|
| 147 | 153 |
|
| 154 |
|
|
| 155 |
|
|
| 148 | 156 |
|
| 149 | 157 |
|
| 150 | 158 |
|
@@ -168,6 +176,7 @@ defmodule OpenAgents.SCV.RunTest do
| 168 | 176 |
|
| 169 | 177 |
|
| 170 | 178 |
|
| 179 |
|
|
| 171 | 180 |
|
| 172 | 181 |
|
| 173 | 182 |
|