This is the first stable release of the docs plugin. It introduces a streamlined workflow with dedicated commands for documentation management, replacing the previous agent-based approach. The plugin now features intelligent path detection, SSH-based repository cloning, and a simplified directory structure.
💥 Breaking Changes
Section titled “💥 Breaking Changes”Refactor docs plugin workflow: remove agent, add dedicated commands
Section titled “Refactor docs plugin workflow: remove agent, add dedicated commands”Dec 11, 2025 · @mavam, @claude
Refactor documentation workflow to remove the redundant docs:manager agent.
Users should now use two dedicated commands instead:
/docs:write-docsfor creating and updating documentation (now with inlined initialization)/docs:prfor creating pull requests with documentation changes
The plugin now includes a shared detect-docs-root.sh script that intelligently detects whether you’re in the docs repository or a project that uses an external docs checkout. The /docs:write-docs command now handles initialization automatically—no need to manually launch an agent first.
This simplifies the workflow and makes the documentation pipeline more intuitive and discoverable.
🚀 Features
Section titled “🚀 Features”Add path detection to docs plugin
Section titled “Add path detection to docs plugin”The manager agent now auto-detects whether it’s running directly in the tenzir/docs repository or needs to clone it to .tenzir-docs/. This enables seamless use of the plugin from within the docs repo itself.
🔧 Changes
Section titled “🔧 Changes”Use SSH URL for docs repository clone
Section titled “Use SSH URL for docs repository clone”Dec 14, 2025 · @mavam, @claude
The /docs:write-docs command now clones the documentation repository using SSH
(git@github.com:tenzir/docs.git) instead of HTTPS. This enables seamless
authentication for users with SSH keys configured, avoiding credential prompts.
Simplify docs plugin directory name to .docs
Section titled “Simplify docs plugin directory name to .docs”Dec 13, 2025 · @mavam, @claude
Simplify the documentation repository directory name from .tenzir-docs to .docs for consistency and clarity. When cloning the Tenzir docs repository in external projects, it now uses the shorter .docs directory name instead of the longer .tenzir-docs prefix.