From ca5da78658f4deb16ae177ca3838d58bc120f23b Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Thu, 7 May 2026 14:35:19 -0400 Subject: [PATCH 1/2] Update agents submodule to latest master (v2 launch docs) Advances mattermost-plugin-agents to 43738eed (docs: add Agents v2 launch documentation #709). Co-authored-by: Cursor --- source/agents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/agents b/source/agents index de69cba6d97..43738eedbd6 160000 --- a/source/agents +++ b/source/agents @@ -1 +1 @@ -Subproject commit de69cba6d976cb4371d6c66385a8a66159eed0a2 +Subproject commit 43738eedbd6c55985ee3002d3cbdc5b2f8ec0a85 From 0bfe88d7f5b3acbcabcf38ac3b82cdc0f3294bbf Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Thu, 7 May 2026 14:36:39 -0400 Subject: [PATCH 2/2] Exclude agents schema migration review Markdown from Sphinx build These files live in the plugin submodule for engineering review only; keep them off docs.mattermost.com and out of search. Co-authored-by: Cursor --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index da4a2b74099..17bed3ac2e3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -578,6 +578,8 @@ def setup(app: Sphinx): "agents/CLAUDE.md", "agents/README.md", "agents/interpluginclient/README.md", + # Plugin-internal schema migration reviews (submodule); not customer-facing docs + "agents/store/migrations/reviews/*.md", "agents/notice.txt", "agents/license.txt" ]