release: v1.2.0 — adoption polish and publish pipeline (WP-0005)

Bump version to 1.2.0. Fleet parity, install doc sync, Gitea publish workflow
fixes, and Helix reciprocal doc link. Closes KAIZEN-WP-0005.
This commit is contained in:
tegwick 2026-06-17 00:53:12 +02:00
parent 11a35d18d8
commit 297afed823
4 changed files with 11 additions and 5 deletions

View file

@ -9,7 +9,7 @@ It also includes a comprehensive agent distribution system for sharing
specialized agents across projects via CLI tools and package management.
"""
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "Kaizen Agentic Team"
from .core import Agent, AgentConfig