Update staging secret count assertion in safety.tftest.hcl for content-vault
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
infra/staging/tests/safety.tftest.hcl -
modified
lib/openagents/threads.ex -
modified
lib/openagents_web/live/thread_index_live.ex -
modified
test/openagents_web/live/thread_index_live_test.exs
Diff
4 files changed, +90 -7
infra/staging/tests/safety.tftest.hcl modified +1 -1
@@ -89,7 +89,7 @@ run "isolated_topology" {
| 89 | 89 |
|
| 90 | 90 |
|
| 91 | 91 |
|
| 92 |
|
|
| 92 |
|
|
| 93 | 93 |
|
| 94 | 94 |
|
| 95 | 95 |
|
lib/openagents/threads.ex modified +43 -2
@@ -364,6 +364,8 @@ defmodule OpenAgents.Threads do
| 364 | 364 |
|
| 365 | 365 |
|
| 366 | 366 |
|
| 367 |
|
|
| 368 |
|
|
| 367 | 369 |
|
| 368 | 370 |
|
| 369 | 371 |
|
@@ -618,6 +620,8 @@ defmodule OpenAgents.Threads do
| 618 | 620 |
|
| 619 | 621 |
|
| 620 | 622 |
|
| 623 |
|
|
| 624 |
|
|
| 621 | 625 |
|
| 622 | 626 |
|
| 623 | 627 |
|
@@ -673,6 +677,39 @@ defmodule OpenAgents.Threads do
| 673 | 677 |
|
| 674 | 678 |
|
| 675 | 679 |
|
| 680 |
|
|
| 681 |
|
|
| 682 |
|
|
| 683 |
|
|
| 684 |
|
|
| 685 |
|
|
| 686 |
|
|
| 687 |
|
|
| 688 |
|
|
| 689 |
|
|
| 690 |
|
|
| 691 |
|
|
| 692 |
|
|
| 693 |
|
|
| 694 |
|
|
| 695 |
|
|
| 696 |
|
|
| 697 |
|
|
| 698 |
|
|
| 699 |
|
|
| 700 |
|
|
| 701 |
|
|
| 702 |
|
|
| 703 |
|
|
| 704 |
|
|
| 705 |
|
|
| 706 |
|
|
| 707 |
|
|
| 708 |
|
|
| 709 |
|
|
| 710 |
|
|
| 711 |
|
|
| 712 |
|
|
| 676 | 713 |
|
| 677 | 714 |
|
| 678 | 715 |
|
@@ -1046,8 +1083,12 @@ defmodule OpenAgents.Threads do
| 1046 | 1083 |
|
| 1047 | 1084 |
|
| 1048 | 1085 |
|
| 1049 |
|
|
| 1050 |
|
|
| 1086 |
|
|
| 1087 |
|
|
| 1088 |
|
|
| 1089 |
|
|
| 1090 |
|
|
| 1091 |
|
|
| 1051 | 1092 |
|
| 1052 | 1093 |
|
| 1053 | 1094 |
|
lib/openagents_web/live/thread_index_live.ex modified +18 -3
@@ -6,9 +6,9 @@ defmodule OpenAgentsWeb.ThreadIndexLive do
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
@@ -22,6 +22,8 @@ defmodule OpenAgentsWeb.ThreadIndexLive do
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 |
|
|
| 26 |
|
|
| 25 | 27 |
|
| 26 | 28 |
|
| 27 | 29 |
|
@@ -31,6 +33,19 @@ defmodule OpenAgentsWeb.ThreadIndexLive do
| 31 | 33 |
|
| 32 | 34 |
|
| 33 | 35 |
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 34 | 49 |
|
| 35 | 50 |
|
| 36 | 51 |
|
test/openagents_web/live/thread_index_live_test.exs modified +28 -1
@@ -60,4 +60,31 @@ defmodule OpenAgentsWeb.ThreadIndexLiveTest do
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 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 |
|
|
|