- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Name the plugin registry where the enumerations count it
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 355 · 2026-08-25T08:55:34.851204Z
Changed files
-
modified
INVARIANTS.md -
modified
lib/openagents/data_rights/export_inventory.ex -
modified
lib/openagents/plugins/forge_source.ex -
modified
test/openagents/repositories/visibility_join_test.exs
Diff
4 files changed, +37 -7
INVARIANTS.md modified +7 -4
@@ -3835,10 +3835,13 @@ model, each named below.
| 3835 | 3835 |
|
| 3836 | 3836 |
|
| 3837 | 3837 |
|
| 3838 |
|
|
| 3839 |
|
|
| 3840 |
|
|
| 3841 |
|
|
| 3838 |
|
|
| 3839 |
|
|
| 3840 |
|
|
| 3841 |
|
|
| 3842 |
|
|
| 3843 |
|
|
| 3844 |
|
|
| 3842 | 3845 |
|
| 3843 | 3846 |
|
| 3844 | 3847 |
|
lib/openagents/data_rights/export_inventory.ex modified +14
@@ -398,6 +398,20 @@ defmodule OpenAgents.DataRights.ExportInventory do
| 398 | 398 |
|
| 399 | 399 |
|
| 400 | 400 |
|
| 401 |
|
|
| 402 |
|
|
| 403 |
|
|
| 404 |
|
|
| 405 |
|
|
| 406 |
|
|
| 407 |
|
|
| 408 |
|
|
| 409 |
|
|
| 410 |
|
|
| 411 |
|
|
| 412 |
|
|
| 413 |
|
|
| 414 |
|
|
| 401 | 415 |
|
| 402 | 416 |
|
| 403 | 417 |
|
lib/openagents/plugins/forge_source.ex modified +11 -2
@@ -17,11 +17,20 @@ defmodule OpenAgents.Plugins.ForgeSource do
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 21 | 30 |
|
| 22 | 31 |
|
| 23 | 32 |
|
| 24 |
|
|
| 33 |
|
|
| 25 | 34 |
|
| 26 | 35 |
|
| 27 | 36 |
|
test/openagents/repositories/visibility_join_test.exs modified +5 -1
@@ -84,7 +84,11 @@ defmodule OpenAgents.Repositories.VisibilityJoinTest do
| 84 | 84 |
|
| 85 | 85 |
|
| 86 | 86 |
|
| 87 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 88 | 92 |
|
| 89 | 93 |
|
| 90 | 94 |
|