Feature documentation — grouped by feature
Per-feature docs for prospector, grouped by area. Start with
../PROSPECTOR.md (the unified definition) and
ai-system-plan.md (the AI master plan); everything below
drills down.
🤖 AI system & control surface
The v4 "AI-first" effort — making the app operable by an LLM agent.
| Doc |
What it covers |
ai-system-plan.md |
Master plan. Layered architecture (trained-stable vs mission-volatile), the model facts (size/storage/GPU-vs-CPU/accuracy), UI/UX gaps, tuning levers. Read this first for the AI system. |
ai-first-v4.md |
The three control planes (operation/observation/autonomy) + the AI-roles taxonomy (orchestrator vs classifier vs message-generator). |
ai-orchestrator.md |
The streaming agent (@packages/mcp-orchestrator/) that watches the system, reports, and nudges the operator. |
✍️ The engine (classify → generate)
How an inbound becomes a reply.
| Doc |
What it covers |
draft-engine.md |
OSS-on-GPU draft engine (the @prospector/ai-harness inference layer) + the CoT workflow builder; the template vs do-gpu-<model>_<build> engine selection; the runtime per-draft alignment gate + facts/mission config. |
control-modes.md |
The runner modes GO / PAUSE / AWAY + the new DRAFT trust-ramp mode (stage-for-review) and the DRAFT→GO graduation criteria. |
🎓 Training & evaluation
Turning Quinn's message history into a tuned, hardened model.
| Doc |
What it covers |
training-loop.md |
CoT-labeled corpus → LoRA → eval-gated build flip; the matcher+generator hybrid; the move taxonomy. |
model-eval-pipeline.md |
The Claude-advisor / OSS-worker bake-off; per-role scoring; the candidate roster. |
../../tooling/eval/README.md |
The runnable pipeline — extract → sweep → rationalize → run → score, plus gpu.py. (Code, not just design.) |
💻 GPU, cost & ops
🔌 Interfaces
| Doc |
What it covers |
mcp.md |
The @packages/mcp-prospector agent interface (one MCP tool per REST endpoint). |
ai-orchestrator.md |
The proactive streaming orchestrator (see AI system above). |
Suggested reading order
../PROSPECTOR.md — what the app is.
ai-system-plan.md — the AI master plan + the build sequence.
- The group you're working in (above).
../STANDARDS.md — house rules before editing code.