Step 5 (partial): forge schema gaps.
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/forge/push_receipt.ex -
modified
priv/repo/migrations/20260819223231_create_forge_deploys.exs -
added
priv/repo/migrations/20260820021249_create_voice_response_contexts.exs -
added
priv/repo/migrations/20260820021249_create_voice_tool_steps.exs
Diff
4 files changed, +44 -32
lib/openagents/forge/push_receipt.ex modified +15 -16
@@ -1,31 +1,30 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 4 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 5 | 6 |
|
| 6 | 7 |
|
| 7 | 8 |
|
| 9 |
|
|
| 8 | 10 |
|
| 9 | 11 |
|
| 10 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 11 | 15 |
|
| 12 | 16 |
|
| 13 | 17 |
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 19 | 21 |
|
| 20 | 22 |
|
| 21 | 23 |
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 30 | 29 |
|
| 31 | 30 |
|
priv/repo/migrations/20260819223231_create_forge_deploys.exs modified +15 -16
@@ -2,24 +2,23 @@ defmodule OpenAgents.Repo.Migrations.CreateForgeDeploys do
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 | 14 |
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 15 |
|
|
| 20 | 16 |
|
| 21 | 17 |
|
| 22 |
|
|
| 23 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 24 | 23 |
|
| 25 | 24 |
|