Developer utilities for Tenzir projects.
Releases
Section titled “Releases”- v4.0.0
This release introduces a unified code review and fix workflow that consolidates the review, triage, planning, and execution phases into a single
/dev:reviewcommand. The workflow spawns specialized reviewers in parallel, filters findings by confidence, plans fixes with proper dependencies, and... - v3.0.0
This release consolidates developer utilities into a unified plugin. The docs, prose, and ship plugins have merged into dev, providing changelog management, code review, and documentation workflows in one place. The new
/dev:reviewcommand spawns seven specialized reviewers in parallel to anal... - v2.2.2
This release updates the docs plugin command scripts to use bun instead of pnpm, aligning with the Tenzir documentation site's package manager migration.
- 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.