From eb36291212b2e19ab1fe8dcf3032c83164dc4af7 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sat, 7 Feb 2026 09:51:15 +0100 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 76b5ade..62f4089 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -74,6 +74,10 @@ pnpm --filter mcp-extension reload # builds and opens chrome://extensions page then click the reload button on the extension card in Chrome. the extension has a stable dev ID (`pebbngnfojnignonigcnkdilknapkgid`) so you don't need to reconfigure anything. +## extension version + +after EVERY change made inside extension/ folder you MUST bump the manifest.json version and update the CHANGELOG.md file. then create a git tag with extension@version after committing. + ### testing ```bash