Sync agents submodule; exclude internal migration review docs from Sphinx#8945
Sync agents submodule; exclude internal migration review docs from Sphinx#8945nickmisasi wants to merge 2 commits intov11.7-documentationfrom
Conversation
Advances mattermost-plugin-agents to 43738eed (docs: add Agents v2 launch documentation #709). Co-authored-by: Cursor <cursoragent@cursor.com>
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 <cursoragent@cursor.com>
Follow-up: “orphaned” migration-review vs. published upgrade docsThis PR deliberately does not publish the plugin-internal schema migration review Markdown under Please double-check link intent when you polish this area:
Ping me if you want suggested replacement links (e.g. stable GitHub paths or a small “Schema migrations” subsection on the upgrade page) in a follow-up PR. |
| "agents/README.md", | ||
| "agents/interpluginclient/README.md", | ||
| # Plugin-internal schema migration reviews (submodule); not customer-facing docs | ||
| "agents/store/migrations/reviews/*.md", |
There was a problem hiding this comment.
@amyblais I added this so that the raw migration review files aren't shown in the docs site. I'm not sure how we usually handle these or where they go - but we have a few links to them in the upgrade notes
There was a problem hiding this comment.
@nickmisasi I haven't updated this before, so I don't know what the usual process is. @esethna and @john-combs may know.
I've also removed the migrations from the v11.7 changelog as I didn't know they're not customer facing.
|
Newest code from mattermost has been published to preview environment for Git SHA 0bfe88d |
Summary
source/agentssubmodule to currentmattermost-plugin-agentsmaster (includes Agents v2 launch / upgrade documentation from the plugin repo).agents/store/migrations/reviews/*.mdto Sphinxexclude_patternsso plugin-internal schema migration review write-ups are not published to docs.mattermost.com or indexed as customer docs.Test Plan
Follow-ups
See PR comment from @nickmisasi on orphaned / dead-link hygiene for migration-review content vs. upgrade-guide naming.