Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/adr/0053-host-setup-evidence-and-usage-diagnostics.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ADR-0053 — Qualified host health and separate usage diagnostics

- **Status:** Implemented; not yet released
- **Status:** Implemented
- **Release:** `4.0.0-alpha.50`; publication is verified through the matching GitHub release and npm registry artifact
- **Date:** 2026-09-20
- **Updated:** 2026-09-20 — replace setup-only badges with consistent local health and explicit provider connection checks for Claude, Codex and OpenCode
- **Updated:** 2026-09-20 — record inclusion in `4.0.0-alpha.50`; replace setup-only badges with consistent local health and explicit provider connection checks for Claude, Codex and OpenCode
- **Amends:** [ADR-0023](0023-fail-closed-operations-and-explicit-degradation.md)
- **Related:** [ADR-0041](0041-host-neutral-hook-configuration-assurance.md), [ADR-0051](0051-supported-peer-delegation-and-host-realignment.md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pacphi/agentic-kit",
"version": "4.0.0-alpha.49",
"version": "4.0.0-alpha.50",
"description": "Setup, healing, verification, and multi-host execution routing (Claude, Codex, OpenCode) for your AI agent stack (ruflo/claude-flow, agentic-qe, RuvNet Brain) — cross-platform, zero-dependency",
"type": "module",
"bin": {
Expand Down
Loading