Skip to content

v0.13.0 — task-router, skill-finder MCP, skill-gate

Choose a tag to compare

@projectious projectious released this 11 Apr 18:04
· 222 commits to main since this release

What changed in v0.13.0

Added

  • task-router MCP serverroute_task(task_description) returns the matching skill, project-specific process override from context/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 includes skill_description_excerpt, tool_qualified ({server}__{tool}), confidence, routing_basis, and candidate_tools[].
  • skill-finder MCP serverfind_skill(task_description) and list_skills(category?) tools for the existing skill-finder skill. Read-only, idempotent.
  • skill-gate meta-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-builder and skill-reviewer enforce one-sentence imperative description convention (Track E).
  • AGENTS.md routes via route_task() instead of find_skill() directly.
  • context/processes/release.md fleshed 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).