Update AGENTS.md line 57 to remove the "Legacy ... still under migration" label. httpmock is the standard unit-test pattern in both a6 and a7 (a7's AGENTS.md documents it as the canonical pattern: "httpmock stubs + test IOStreams. No real network in unit tests.").
Optionally backport the RegisterResponder helper that a7 added if any a6 unit tests would benefit from request inspection.
Part of #33
Update
AGENTS.mdline 57 to remove the "Legacy ... still under migration" label.httpmockis the standard unit-test pattern in botha6anda7(a7'sAGENTS.mddocuments it as the canonical pattern: "httpmockstubs + test IOStreams. No real network in unit tests.").Optionally backport the
RegisterResponderhelper thata7added if any a6 unit tests would benefit from request inspection.Part of #33