From fc95019e249e7427bbc76246686d6cb1b03e3905 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot Date: Tue, 1 Sep 2026 19:45:12 +0000 Subject: [PATCH] docs: Soften unfinished OAuth wording in the plan The implementation plan still said "oauth not wired" in a Task 5 error-string sketch. Prefer "not implemented" so unfinished wiring language does not read like a sibling-product leak. --- docs/superpowers/plans/2026-09-01-robinhood-agentic-mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/plans/2026-09-01-robinhood-agentic-mcp.md b/docs/superpowers/plans/2026-09-01-robinhood-agentic-mcp.md index 9773f74..4c80447 100644 --- a/docs/superpowers/plans/2026-09-01-robinhood-agentic-mcp.md +++ b/docs/superpowers/plans/2026-09-01-robinhood-agentic-mcp.md @@ -580,7 +580,7 @@ Expected: FAIL undefined - [ ] **Step 3: Write minimal implementation** -`Login` env branch only. If token env is empty, return `fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not wired")` until Task 6 replaces that with `loginOAuth`. +`Login` env branch only. If token env is empty, return `fmt.Errorf("login: no ROBINHOOD_ACCESS_TOKEN and oauth not implemented")` until Task 6 replaces that with `loginOAuth`. - [ ] **Step 4: Run tests and make sure they pass**