Skip to content

Commit 03e3574

Browse files
Update plugins/context-matic/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 360f020 commit 03e3574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/context-matic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The seven tools are designed to chain together in a natural integration workflow
7777
| 2 | `add_skills` (`language=typescript`) | Adds reusable language-specific skills such as conventions guidance so the project setup matches future integration work. |
7878
| 3 | `fetch_api` (`language=typescript`) | Discovers Twilio is available; returns its `key` |
7979
| 4 | `ask` (`key=twilio`, query=_"How do I initialize the Twilio TypeScript client?"_) | Returns exact SDK setup code with auth configuration |
80-
| 5 | `update_activity` (`milestone=auth_configured`) | Records that credentials are wired into the app and the integration is ready for the first live call |
80+
| 5 | `update_activity` (`milestone=auth_configured`) | After the returned SDK/auth configuration has been added to the app, records that credentials are wired into the app and the integration is ready for the first live call |
8181
| 6 | `endpoint_search` (`query=createMessage`) | Returns the method signature, required parameters, and auth requirements for the SMS send endpoint |
8282
| 7 | `model_search` (`query=CreateMessageRequest`) | Returns the full typed request model with every available field |
8383
| 8 | `ask` (`query="How do I handle delivery status callbacks in Next.js?"`) | Returns webhook handling code aligned to the Twilio SDK |

0 commit comments

Comments
 (0)