honeycomb-Technologies/Mitsuro

Mitsuro is a self-hosted AI workspace for coding, research, and durable agent work.

5Stars on the repository
9Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

quality-critic

01

honeycomb-Technologies/Mitsuro

Agent Cursor

Read-only critic for the quality-improve loop. Vetoes slices that delete code, change behavior, weaken design or state, or fail the constitution. Use on every proposal and every apply diff. Never edit files.

5 2d ago A 48 tokens original MIT

quality-modularize

02

honeycomb-Technologies/Mitsuro

Agent Cursor

Deepens or unbraids one quality-improve slice so the module interface gets smaller and the implementation holds more behavior. Use only for a single approved quality-improve slice. Never delete dead code or change tests.

5 2d ago A 48 tokens original MIT

quality-perf

03

honeycomb-Technologies/Mitsuro

Agent Cursor

Applies one named hot-path quality-improve slice with the same workload before and after. Use only when scout named a bottleneck. Never do speculative micro-opts or delete code to go faster.

5 2d ago A 44 tokens original MIT

quality-scout

04

honeycomb-Technologies/Mitsuro

Agent Cursor

Read-only scout for the quality-improve loop. Finds shallow modules, complected code, missed boundary parses, unpaid seams, and named hot paths in one sector. Use when quality-improve is running and a Scout Report is needed. Never edit files.

5 2d ago A 56 tokens original MIT

quality-simplifier

05

honeycomb-Technologies/Mitsuro

Agent Cursor

Polishes expression of an already-approved quality-improve diff. Preserves exact behavior. Use after modularize or perf on that same slice. Do not delete dead code or broaden scope.

5 2d ago A 42 tokens original MIT