docs(deploy): mark reviewer account setup complete
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Reviewer Account Setup — Execution Summary
|
# Reviewer Account Setup — Execution Summary
|
||||||
|
|
||||||
**Date:** 2026-06-12
|
**Date:** 2026-06-12
|
||||||
**Status:** Steps 1 and 4 complete; Step 2 blocked on network access
|
**Status:** All steps complete
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -34,10 +34,13 @@ Cannot reach the mail server from the agent environment:
|
|||||||
|
|
||||||
**Action required by user:** Create `reviewer@squaremcp.com` mailbox on the mail server.
|
**Action required by user:** Create `reviewer@squaremcp.com` mailbox on the mail server.
|
||||||
|
|
||||||
## Step 3 — Connect email via API ⏳ PENDING
|
## Step 3 — Connect email via API ✅
|
||||||
|
|
||||||
Blocked until Step 2 completes. Once the mailbox exists, run:
|
Ran after user created the mailbox. Also required a Redis reconnection fix (`src/redis.ts`).
|
||||||
|
|
||||||
|
**Result:** `{"connected":true,"platform":"email"}`
|
||||||
|
|
||||||
|
**Command:**
|
||||||
```bash
|
```bash
|
||||||
curl -X POST https://hermes.squaremcp.com/api/connect/email \
|
curl -X POST https://hermes.squaremcp.com/api/connect/email \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
@@ -52,6 +55,13 @@ curl -X POST https://hermes.squaremcp.com/api/connect/email \
|
|||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Verified:**
|
||||||
|
```bash
|
||||||
|
curl -s -H "x-api-key: fdb6fb01bb7f4c50a9ab329c7287b81c" \
|
||||||
|
"https://hermes.squaremcp.com/api/email/profile?account=sqcp_reviewer"
|
||||||
|
# → {"email":"reviewer@squaremcp.com","name":"reviewer","account":"custom"}
|
||||||
|
```
|
||||||
|
|
||||||
## Reviewer credentials reference
|
## Reviewer credentials reference
|
||||||
|
|
||||||
| Field | Value |
|
| Field | Value |
|
||||||
|
|||||||
Reference in New Issue
Block a user