From a23ae2c4e0dc02d11b030c57b4f505316819ddad Mon Sep 17 00:00:00 2001 From: Lukas Parsons Date: Mon, 23 Mar 2026 00:40:39 -0400 Subject: [PATCH] docs: add note about first session project identifier prompt --- OPENCODE-MCP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OPENCODE-MCP.md b/OPENCODE-MCP.md index f16c161..ad549aa 100644 --- a/OPENCODE-MCP.md +++ b/OPENCODE-MCP.md @@ -75,6 +75,8 @@ EOF - `add_memory` - `create_skill` +**First session**: The AI will ask you for your project identifier (recommended: your git remote origin URL like `https://github.com/username/repo`). This ensures your project conventions and memories are consistent across machines. If you don't know your git remote, run `git remote get-url origin` in your project directory. If you need to initialize a git repo or set up AI Skills, search for the "Project Setup Guide" skill. + ## Troubleshooting ### "Cannot connect to MCP server"