From edbde9452a6d19ce7e06185c8042b89aaaba2783 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 27 Jul 2026 16:09:40 +0000 Subject: [PATCH] structure: sync services/README.md --- services/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 services/README.md diff --git a/services/README.md b/services/README.md new file mode 100644 index 0000000..2f7820c --- /dev/null +++ b/services/README.md @@ -0,0 +1,11 @@ +# Services (scaffold) + +Optional Dockerized helpers for integrations that are not pure Hermes skills. + +| Service | Role | +|---------|------| +| `salon-ops-api/` | Domain helpers (not a control API) | +| `vagaro-webhooks/` | Vagaro webhooks + REST | +| `qbo-mcp/` | Local QBO MCP | + +**No product code until build.**