-
released this
2026-09-11 16:20:57 +00:00 | 65 commits to main since this releaseNextcraft v0.1.6 — v0.2 Phase 5
The six-agent roster is complete.
Delivered (REQ-2-009, REQ-2-010)
- Proctor agent (persona proctor-v2) — classifies integrity signals from defense-session telemetry (tab switches, idle gaps, large pastes, focus loss) into typed/severity/noted signals; recommends exactly ONE supportive coaching intervention. Never punitive, assumes good faith. Mock telemetry inputs — real identity/attention signals are v0.3+ (D-015)
- Mentor agent (persona mentor-v2) — long-horizon career narrative: where the learner is (evidence-based), what their stack unlocks next, how they position in the AI-era labor market. Streaming, session-backed with follow-up context
- Endpoints —
POST /v1/proctor/signals(validated JSON, 404/422/502 paths);POST /v1/mentor/narrative(SSE, D-016 envelope, session persistence) - Registry complete — all six agents resolve centrally: coach, tutor, lab, assessor, proctor, mentor
Quality: 131/131 tests green (cloud-free), ruff clean, live-server smoke verified both endpoints.
Next
Phase 6: learner surface integration — wire the v0.1 UI to the real streaming service.
Downloads