Accept echoed category for record forgets
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/tools/memory_forget.ex -
modified
test/openagents/tools/profile_memory_tools_test.exs
Diff
2 files changed, +11 -6
lib/openagents/tools/memory_forget.ex modified +10 -5
@@ -7,6 +7,9 @@ defmodule OpenAgents.Tools.MemoryForget do
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 10 | 13 |
|
| 11 | 14 |
|
| 12 | 15 |
|
@@ -16,7 +19,9 @@ defmodule OpenAgents.Tools.MemoryForget do
| 16 | 19 |
|
| 17 | 20 |
|
| 18 | 21 |
|
| 19 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 20 | 25 |
|
| 21 | 26 |
|
| 22 | 27 |
|
@@ -60,12 +65,12 @@ defmodule OpenAgents.Tools.MemoryForget do
| 60 | 65 |
|
| 61 | 66 |
|
| 62 | 67 |
|
| 63 |
|
|
| 68 |
|
|
| 64 | 69 |
|
| 65 | 70 |
|
| 66 | 71 |
|
| 67 |
|
|
| 68 |
|
|
| 72 |
|
|
| 73 |
|
|
| 69 | 74 |
|
| 70 | 75 |
|
| 71 | 76 |
|
@@ -86,7 +91,7 @@ defmodule OpenAgents.Tools.MemoryForget do
| 86 | 91 |
|
| 87 | 92 |
|
| 88 | 93 |
|
| 89 |
|
|
| 94 |
|
|
| 90 | 95 |
|
| 91 | 96 |
|
| 92 | 97 |
|
test/openagents/tools/profile_memory_tools_test.exs modified +1 -1
@@ -107,7 +107,7 @@ defmodule OpenAgents.Tools.ProfileMemoryToolsTest do
| 107 | 107 |
|
| 108 | 108 |
|
| 109 | 109 |
|
| 110 |
|
|
| 110 |
|
|
| 111 | 111 |
|
| 112 | 112 |
|
| 113 | 113 |
|