From 4251e945313b25dae206cae21c2e90f6e60d9721 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Apr 2026 03:09:05 -0500 Subject: [PATCH] Update PHASES.md: Phase 41 + Guard fixes - Phase 41: ProfileType enum, per-type endpoints - Guard: scrumaudit.py, fixed watcher.sh + pr-reviewer.md --- docs/PHASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/PHASES.md b/docs/PHASES.md index 3f4a332..69eb6c0 100644 --- a/docs/PHASES.md +++ b/docs/PHASES.md @@ -344,6 +344,11 @@ - `config/routing.toml` — rules by model_pattern, fallback chain, cost gating - Per-provider usage tracking: Usage.by_provider - 12 gateway tests green, curl gates pass +- [x] **Phase 41: Profile System Expansion** (2026-04-23) + - `ProfileType` enum: Execution, Retrieval, Memory, Observer + - Per-type endpoints: `/profiles/retrieval`, `/profiles/memory`, `/profiles/observer` + - `profile_type` field on ModelProfile + - Guard fix: automated scrumaudit.py finds real issues - [ ] Fine-tuned domain models (Phase 25+) - [ ] Multi-node query distribution (only if ceilings bite)