Closes #49
- Added
docs/architecture.md— a standalone architecture doc with an at-a-glance component map and concise text diagrams for the request, payment, and orchestration flows. Content reflects the current implementation undersrc/(Express server, x402 paywall, pricing config, agent registry/services, orchestrator, Stellar wallet, settlement header). - Linked the new doc from
README.mdunder the high-level architecture section.
npm testpasses (settlement-header parser tests).- All relative links in
docs/architecture.mdresolve to existing files. - README renders a working link to
docs/architecture.md.
- New doc exists and reflects current implementation
- README links to the new architecture doc
Docs-only change — no source or runtime behavior is affected. Related: #36