Documentation workflows for Tenzir projects.
Releases
Section titled “Releases”- v2.2.1
This release fixes two bugs in the documentation reader subagent. The reader now reports all examples from operator and function pages instead of only the first one, and only reports verbatim examples from the documentation instead of synthesizing potentially incorrect code.
- v2.2.0
This release restores the
/docs:prcommand with enhanced cross-referencing capabilities that automatically link documentation PRs with parent project PRs. It also improves the synchronization workflow by automatically cloning the documentation repository when needed, eliminating manual setup st... - v2.1.0
This release adds a documentation reader subagent that answers questions about Tenzir by navigating the live documentation at docs.tenzir.com. It also makes the docs:writer subagent fully autonomous by handling PR creation directly from within the .docs/ repository.
- v2.0.0
This major release renames the
docs:writingskill todocs:authoringto better reflect its comprehensive scope beyond prose writing. It also introduces an intelligent documentation sync hook that automatically keeps the.docs/repository synchronized while preventing conflicts. - v1.1.1
This release ensures the
/docs:writecommand works with up-to-date documentation by synchronizing the.docs/clone with the latest changes frommainbefore writing. - v1.1.0
This release introduces autonomous documentation workflows with the new
/docs:reviewcommand anddocs:writersubagent. The plugin now uses.docsas the unconditional documentation root and streamlines command naming by renaming/docs:write-docsto/docs:write. - v1.0.0
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...
- v0.1.0
Initial release of the docs plugin.