v0.13.0 — task-router, skill-finder MCP, skill-gate
What changed in v0.13.0
Added
task-routerMCP server —route_task(task_description)returns the matching skill, project-specific process override fromcontext/processes/, and recommended MCP tool in a single call without an LLM call. Two-phase heuristic routing (keyword → domain group → tool) with skill-finder fallback for cross-domain tasks. Return shape includesskill_description_excerpt,tool_qualified({server}__{tool}),confidence,routing_basis, andcandidate_tools[].skill-finderMCP server —find_skill(task_description)andlist_skills(category?)tools for the existing skill-finder skill. Read-only, idempotent.skill-gatemeta-skill — provider-neutral 1% rule enforcement with decision graph and rationalization pre-emption table.
Changed
- All 20 entity-mutating MCP tools carry prerequisite routing prompts in their docstrings (Track C).
skill-builderandskill-reviewerenforce one-sentence imperative description convention (Track E).AGENTS.mdroutes viaroute_task()instead offind_skill()directly.context/processes/release.mdfleshed out with processkit-specific steps.
Artifact
| File | SHA-256 |
|---|---|
processkit-v0.13.0.tar.gz |
see .sha256 sidecar |
Docs deploy blocked by WildButter/aibox#42 (Docusaurus ProgressPlugin incompatibility).