Step 10c: unskip and green another 100+ tests. - Adds TestRecall to the test tool registry. - Unskips and keeps green: tools selectors, registry, providers, memory, inference, collective, shadow programs, and more. - Re-skips tests still blocked by voice_sessions schema, missing full-text setup, or missing API keys. - mix precommit now 384 passed, 565 excluded.
Step 10c: unskip and green another 100+ tests.
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
config/test.exs -
modified
test/openagents/collective_test.exs -
modified
test/openagents/forge/browse_test.exs -
modified
test/openagents/forge/mirror_watch_test.exs -
modified
test/openagents/inference_test.exs -
modified
test/openagents/memory/evidence_test.exs -
modified
test/openagents/memory/policy_and_redaction_test.exs -
modified
test/openagents/memory_portability_test.exs -
modified
test/openagents/providers/open_ai/request_payload_test.exs -
modified
test/openagents/providers/open_ai/stream_decoder_test.exs -
modified
test/openagents/providers/provider_contract_test.exs -
modified
test/openagents/shadow_programs_test.exs -
modified
test/openagents/tools/github_repo_tools_test.exs -
modified
test/openagents/tools/incident_lookup_test.exs -
modified
test/openagents/tools/profile_memory_tools_test.exs -
modified
test/openagents/tools/registry_and_runner_test.exs -
modified
test/openagents/tools/repository_mutation_tools_test.exs -
modified
test/openagents/tools/repository_tools_test.exs -
modified
test/openagents/tools/selector_test.exs
Diff
19 files changed, +28 -18
config/test.exs modified +28
@@ -52,3 +52,31 @@ config :phoenix,
| 52 | 52 |
|
| 53 | 53 |
|
| 54 | 54 |
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|