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:
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.0] - 2026-06-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- **`make agents-sync-package`** — sync `agents/` into packaged `data/agents/`
|
- **`make agents-sync-package`** — sync `agents/` into packaged `data/agents/`
|
||||||
- **Packaged agent parity test** — `release-check` fails when wheel data drifts from source
|
- **Packaged agent parity test** — `release-check` fails when wheel data drifts from source
|
||||||
@@ -14,7 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- **Install documentation** — HELLO_WORLD, CLI_CHEAT_SHEET, AGENT_DISTRIBUTION use Gitea PyPI extra index
|
- **Install documentation** — HELLO_WORLD, CLI_CHEAT_SHEET, AGENT_DISTRIBUTION use Gitea PyPI extra index
|
||||||
- **`docs/PACKAGE_RELEASE.md`** — secrets setup and pre-tag release checklist
|
- **`docs/PACKAGE_RELEASE.md`** — OpenBao token custody, publish smoke-test notes, pre-tag checklist
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- **Gitea publish workflow** — `.build-venv` for PEP 668 on haskelseed; explicit twine credentials; `tegwick` + `inter-hub-pkg-rep` token from OpenBao
|
||||||
|
- **Helix correlation docs** — bidirectional link with agentic-resources (WP-0005 T16)
|
||||||
|
|
||||||
## [1.1.0] - 2026-06-18
|
## [1.1.0] - 2026-06-18
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "kaizen-agentic"
|
name = "kaizen-agentic"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
description = "AI agent development framework embracing continuous improvement (kaizen)"
|
description = "AI agent development framework embracing continuous improvement (kaizen)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ It also includes a comprehensive agent distribution system for sharing
|
|||||||
specialized agents across projects via CLI tools and package management.
|
specialized agents across projects via CLI tools and package management.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "1.1.0"
|
__version__ = "1.2.0"
|
||||||
__author__ = "Kaizen Agentic Team"
|
__author__ = "Kaizen Agentic Team"
|
||||||
|
|
||||||
from .core import Agent, AgentConfig
|
from .core import Agent, AgentConfig
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Adoption Polish and Fleet Parity (v1.2.0)"
|
title: "Adoption Polish and Fleet Parity (v1.2.0)"
|
||||||
domain: custodian
|
domain: custodian
|
||||||
repo: kaizen-agentic
|
repo: kaizen-agentic
|
||||||
status: active
|
status: completed
|
||||||
owner: kaizen-agentic
|
owner: kaizen-agentic
|
||||||
topic_slug: custodian
|
topic_slug: custodian
|
||||||
state_hub_workstream_id: 88c7b3e6-be98-480c-b47b-936e74a1a31b
|
state_hub_workstream_id: 88c7b3e6-be98-480c-b47b-936e74a1a31b
|
||||||
@@ -14,7 +14,7 @@ updated: "2026-06-16"
|
|||||||
|
|
||||||
# KAIZEN-WP-0005 — Adoption Polish and Fleet Parity
|
# KAIZEN-WP-0005 — Adoption Polish and Fleet Parity
|
||||||
|
|
||||||
**Status:** active
|
**Status:** completed
|
||||||
**Owner:** kaizen-agentic
|
**Owner:** kaizen-agentic
|
||||||
**Repo:** kaizen-agentic
|
**Repo:** kaizen-agentic
|
||||||
**Target version:** 1.2.0
|
**Target version:** 1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user