this repo has no description

Update AGENT.md to mark error formatting task as complete

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>

+3 -2
+3 -2
AGENT.md
··· 64 64 16. DONE Ensure examples use the proper higher-level API functions from the library instead of 65 65 manually constructing low-level requests. Particularly, the fastmail_list binary should 66 66 demonstrate the recommended way to use the library with Jmap_mail's API. 67 - 17. Add a helper function to Jmap such as `pp_error` to pattern match on the Error and print the 68 - result to a formatter. Replace the manual prints in the binaries with this. 67 + 17. DONE Add helper functions to Jmap.Api such as `string_of_error` and `pp_error` to format 68 + errors consistently. Updated the fastmail_list binary to use these functions instead of 69 + duplicating error handling code. 69 70 18. Add support for JMAP email submission to the library, and create a fastmail-send that accepts 70 71 a list of to: on the CLI as arguments and a subject on the CLI and reads in the message body 71 72 19. Potential future work: