v0.25.6 - Provider-neutral pk command projections
v0.25.6 is a patch release that makes processkit command exposure
provider-neutral and closes the remaining dogfood v2 backlog audit gap.
Slash-capable harnesses continue to receive pk-* command projections,
while non-slash harnesses receive matching natural-language skill
adapters.
Added
- Added provider-neutral command projection for
pk-explain-routing. The model-recommender command now has a
canonical command file, Claude slash projection, Codex skill shim, and
MCP metadata entry.
Changed
- Processkit command metadata now treats
pk-*as mandatory.
pk-doctorvalidates canonical command files, Claude projections,
Codex skill projections, argument hints, and projection-only command
drift across all processkit skills. - Renamed team-creator commands into the reserved namespace.
The formerteam-create,team-rebalance, andteam-review
command files are now projected aspk-team-create,
pk-team-rebalance, andpk-team-review. - Dogfood backlog entities were restamped to the v2 API contract.
The livecontext/tree no longer carries legacy v1 backlog entities
that made full release-audit output noisy outside the shipped
src/context/boundary.
Verification
pk-doctorreported0 ERROR / 0 WARN / 19 INFO.pk-release-audit --tree=contextreported0 ERROR.pk-release-audit --tree=src-contextreported0 ERROR / 0 WARN.uv run scripts/smoke-test-servers.pypassed across the MCP smoke
suite.uv run context/skills/processkit/pk-doctor/scripts/test_doctor.py
passed.npm --prefix docs-site run buildpassed.