Agent-discovery primitives sync + new well-known endpoints
- —skill.md, skill.json, heartbeat.md, llms.txt, llms-full.txt now share one pricing source of truth (apps/web/src/lib/pricing.ts) — no more drift between agent-facing files and the live site.
- —New: AGENTS.md at the repo root and /agents.md route handler — codegen-agent guide for AI coding assistants wiring MailMolt into a project.
- —New: /openapi.json — OpenAPI 3.1 spec for the public REST surface, advertised from the api-catalog Linkset.
- —New well-known endpoints: /.well-known/agent.json (A2A), /.well-known/x402, /.well-known/ap2.json, /.well-known/acp.json. All cross-linked from /.well-known/api-catalog.
- —skill.md v2.1 now documents agent memory, outbound DLP modes, webhook egress guard, Verified Sender bonds, custom-domain auto-provisioning, and stream-aware routing.
- —Atom feed at /changelog/feed.xml so answer engines and aggregators can subscribe to release news.