From 9f76d7eb62211e965216afd2873264623d56f19b Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:44:06 +0100 Subject: [PATCH] Mark task 14.1 as complete in tasks.md. Task 14.1: Update FastAPI service to read X-User-ID header from incoming requests Co-Authored-By: Claude Sonnet 4.6 --- openspec/changes/user-accounts/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/user-accounts/tasks.md b/openspec/changes/user-accounts/tasks.md index 3a8155e..6e30090 100644 --- a/openspec/changes/user-accounts/tasks.md +++ b/openspec/changes/user-accounts/tasks.md @@ -81,7 +81,7 @@ ## 14. ML Service User Scoping -- [ ] 14.1 `[haiku]` Update FastAPI service to read `X-User-ID` header from incoming requests +- [x] 14.1 `[haiku]` Update FastAPI service to read `X-User-ID` header from incoming requests - [ ] 14.2 `[haiku]` Scope MLflow experiment names to include user ID (e.g., `user_{uuid}_training`) - [ ] 14.3 `[sonnet]` Scope training run queries in FastAPI to filter by user ID