Objective
A working pipeline where mechanical operations (scoring, validation, enrichment) run via scripts, inference-delegable operations (type classification, tag generation, description writing) run via local model, and both are accessible through MCP tools — so that any agent with MCP access can improve the repository without deep context.
Key results
score-file.pyscores any file and is available via MCPinfer-triage-frontmatter.pyenriches triage files via local model and is available via MCP- At least one non-triage improvement operation (infer-description, infer-tags) works on published files via local model
- The MCP server exposes all mechanical and delegable operations (currently 9 tools; target: score + individual inference tools)
- An agent can run
improve-weakest-filein a directory and produce a measurable quality improvement without human guidance
Serving plans
- 0015 (MCP tooling)
- 0016 (improve-files skill family)
Constraints
- MCP server needs restart to pick up tools 8 and 9
- Ollama must be running for inference-based operations
- Local model quality is variable — verification scripts needed