From 8fe9287191e73496819c44624db37ae02dcf43f8 Mon Sep 17 00:00:00 2001 From: Grivn Date: Sat, 20 Jun 2026 15:45:03 +0000 Subject: [PATCH] docs(readme): mention TRAE Work setup support Clarify that the TRAE setup target covers both TRAE IDE and TRAE Work, and align the product casing with official TRAE branding. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7834558f..d5c0f14f 100644 --- a/README.md +++ b/README.md @@ -111,15 +111,15 @@ One command deploys the mnemon skill, prompt files, and Cursor lifecycle hooks to `.cursor/`. The integration primes new agent sessions with Mnemon guidance and memory status, then nudges for durable-memory writeback after responses. -### [Trae](https://www.trae.ai/) +### [TRAE](https://www.trae.ai/) (TRAE Work) ```bash mnemon setup --target trae --yes ``` -One command deploys the mnemon skill, prompt files, and Trae native hooks to -`.trae/`. The integration uses `SessionStart`, `UserPromptSubmit`, and `Stop` -hooks in `.trae/hooks.json`. +One command deploys the mnemon skill, prompt files, and TRAE native hooks for +both TRAE IDE and TRAE Work to `.trae/`. The integration uses `SessionStart`, +`UserPromptSubmit`, and `Stop` hooks in `.trae/hooks.json`. ### [OpenClaw](https://github.com/openclaw/openclaw)